GetAclTokenResult

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

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

Types

Link copied to clipboard
object Companion

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

(bool) Whether the token is replicated to all regions, or if it will only be used in the region it was created.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

(string) Non-sensitive identifier for this token.

Link copied to clipboard

(list of strings) List of policy names associated with this 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

(string) The token value itself.

Link copied to clipboard

(string) The type of the token.