ListEnrollmentTokenElement
edit
Information about an active enrollment token.
-
roles
(array[
string
]
, required)
-
The services for which this enrollment token applies
-
token_id
(string
, required)
-
An identifier for the token
{
"roles" : [
"string"
],
"token_id" : "string"
}