ListEnrollmentTokenElement

edit

Information about a currently active enrollment token

Properties

edit
roles (array[string], required)
The services for which this enrollment token applies
token_id (string)
An identifier for the token

Example

edit
{
   "roles" : [
      "string"
   ],
   "token_id" : "string"
}