Get Credential Set Result
data class GetCredentialSetResult(val authCredentials: List<AuthCredentialResponse>? = null, 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
fun GetCredentialSetResult(authCredentials: List<AuthCredentialResponse>? = null, creationDate: String, id: String, identity: IdentityPropertiesResponse? = null, loginServer: String? = null, name: String, provisioningState: String, systemData: SystemDataResponse, type: String)