GetTokenResult

data class GetTokenResult(val azureApiVersion: String, val creationDate: String, val credentials: TokenCredentialsPropertiesResponse? = null, val id: String, val name: String, val provisioningState: String, val scopeMapId: String? = null, val status: String? = null, val systemData: SystemDataResponse, val type: String)

An object that represents a token for a container registry.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, creationDate: String, credentials: TokenCredentialsPropertiesResponse? = null, id: String, name: String, provisioningState: String, scopeMapId: String? = null, status: String? = null, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The creation date of scope map.

Link copied to clipboard

The credentials that can be used for authenticating the token.

Link copied to clipboard
val id: String

The resource ID.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

Provisioning state of the resource.

Link copied to clipboard
val scopeMapId: String? = null

The resource ID of the scope map to which the token will be associated with.

Link copied to clipboard
val status: String? = null

The status of the token example enabled or disabled.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard

The type of the resource.