A newer version is available. For the latest information, see the
current release documentation.
ListEnrollmentTokenReply
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
ListEnrollmentTokenReply
editInformation about active enrollment tokens.
Properties
edit-
tokens(array[ListEnrollmentTokenElement], required) - The list of currently active enrollment tokens
Example
edit{
"tokens" : [
{
"roles" : [
"string"
],
"token_id" : "string"
}
]
}