Package version:

An object that represents a credential set resource for a container registry.

interface CredentialSet {
    authCredentials?: AuthCredential[];
    creationDate?: any;
    id?: string;
    identity?: IdentityProperties;
    loginServer?: string;
    name?: string;
    provisioningState?: string;
    systemData?: SystemData;
    type?: string;
}

Hierarchy (view full)

Properties

authCredentials?: AuthCredential[]

List of authentication credentials stored for an upstream. Usually consists of a primary and an optional secondary credential.

creationDate?: any

The creation date of credential store resource. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

The resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

Identities associated with the resource. This is used to access the KeyVault secrets.

loginServer?: string

The credentials are stored for this upstream or login server.

name?: string

The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Provisioning state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

systemData?: SystemData

Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.