GetAuthorizationTokenResult

data class GetAuthorizationTokenResult(val authorizationToken: String, val domain: String, val domainOwner: String, val durationSeconds: Int? = null, val expiration: String, val id: String)

A collection of values returned by getAuthorizationToken.

Constructors

Link copied to clipboard
constructor(authorizationToken: String, domain: String, domainOwner: String, durationSeconds: Int? = null, expiration: String, id: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Temporary authorization token.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val durationSeconds: Int? = null
Link copied to clipboard

Time in UTC RFC3339 format when the authorization token expires.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.