Get Token Result
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)
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
Provisioning state of the resource.
Link copied to clipboard
The resource ID of the scope map to which the token will be associated with.
Link copied to clipboard
Metadata pertaining to creation and last modification of the resource.