ListEnrollmentTokenElementedit

Information about an active enrollment token.

Propertiesedit

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

Exampleedit

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