CreateAccessTokenRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A unique, case-sensitive identifier to ensure idempotency. This means that making the same request multiple times with the same clientToken has the same result every time.

Link copied to clipboard

The ID of the DNS view to associate with this token.

Link copied to clipboard

The date and time when the token expires. Tokens can have a minimum expiration of 30 days and maximum of 365 days from creation.

Link copied to clipboard
val name: String?

A descriptive name for the access token.

Link copied to clipboard

An array of user-defined keys and optional values. These tags can be used for categorization and organization.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String