Get Token Result
data class GetTokenResult(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
fun GetTokenResult(creationDate: String, credentials: TokenCredentialsPropertiesResponse? = null, id: String, name: String, provisioningState: String, scopeMapId: String? = null, status: String? = null, systemData: SystemDataResponse, type: String)