次の方法で共有


CredentialSet Class

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

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.containerregistry.v2023_01_01_preview.models._models_py3.ProxyResource
CredentialSet

Constructor

CredentialSet(*, identity: _models.IdentityProperties | None = None, login_server: str | None = None, auth_credentials: List[_models.AuthCredential] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
identity

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

login_server
str

The credentials are stored for this upstream or login server.

auth_credentials

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

Variables

Name Description
id
str

The resource ID.

name
str

The name of the resource.

type
str

The type of the resource.

system_data

Metadata pertaining to creation and last modification of the resource.

identity

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

login_server
str

The credentials are stored for this upstream or login server.

auth_credentials

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

creation_date

The creation date of credential store resource.

provisioning_state

Provisioning state of the resource. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Failed", and "Canceled".