Get Acl Token Result
data class GetAclTokenResult(val accessorId: String, val createTime: String, val expirationTime: String, val expirationTtl: String, val global: Boolean, val id: String, val name: String, val policies: List<String>, val roles: List<GetAclTokenRole>, val secretId: String, val type: String)
A collection of values returned by getAclToken.
Constructors
Properties
Link copied to clipboard
(string)
Non-sensitive identifier for this token.
Link copied to clipboard
(string)
Date and time the token was created.
Link copied to clipboard
(string)
- The timestamp after which the token is considered expired and eligible for destruction.
Link copied to clipboard
(string)
The expiration TTL for the token.
Link copied to clipboard
(set: [])
- The list of roles attached to the token. Each entry has name
and id
attributes.