Get Credential Set Result
data class GetCredentialSetResult(val authCredentials: List<AuthCredentialResponse>? = null, val azureApiVersion: String, val creationDate: String, val id: String, val identity: IdentityPropertiesResponse? = null, val loginServer: String? = null, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String)
An object that represents a credential set resource for a container registry.
Constructors
Link copied to clipboard
constructor(authCredentials: List<AuthCredentialResponse>? = null, azureApiVersion: String, creationDate: String, id: String, identity: IdentityPropertiesResponse? = null, loginServer: String? = null, name: String, provisioningState: String, systemData: SystemDataResponse, type: String)
Properties
Link copied to clipboard
List of authentication credentials stored for an upstream. Usually consists of a primary and an optional secondary credential.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The creation date of credential store resource.
Link copied to clipboard
Identities associated with the resource. This is used to access the KeyVault secrets.
Link copied to clipboard
The credentials are stored for this upstream or login server.
Link copied to clipboard
Provisioning state of the resource.
Link copied to clipboard
Metadata pertaining to creation and last modification of the resource.