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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python