GetAclTokensAclToken

data class GetAclTokensAclToken(val accessorId: String, val createTime: String, val expirationTime: String, val global: Boolean, val name: String, val policies: List<String>, val roles: List<GetAclTokensAclTokenRole>, val type: String)

Constructors

Link copied to clipboard
constructor(accessorId: String, createTime: String, expirationTime: String, global: Boolean, name: String, policies: List<String>, roles: List<GetAclTokensAclTokenRole>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(TypeString) Non-sensitive identifier for the token.

Link copied to clipboard

(string) Date and time the token was created at.

Link copied to clipboard

(string) - The timestamp after which the token is considered expired and eligible for destruction.

Link copied to clipboard

(bool) Whether the token is replicated to all regions.

Link copied to clipboard

(TypeString) The name of the token.

Link copied to clipboard

(list of strings) The list of policies attached to the token.

Link copied to clipboard

(set: []) - The list of roles attached to the token. Each entry has name and id attributes.

Link copied to clipboard

(TypeString) The type of the token.