次の方法で共有


CredentialSetUpdateParameters Class

The parameters for updating a credential set.

Inheritance
azure.mgmt.containerregistry._serialization.Model
CredentialSetUpdateParameters

Constructor

CredentialSetUpdateParameters(*, identity: _models.IdentityProperties | 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.

auth_credentials

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

Variables

Name Description
identity

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

auth_credentials

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