CredentialSetUpdateParameters Class
The parameters for updating a credential set.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelCredentialSetUpdateParameters
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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python