CustomRegistryCredentials Class
Describes the credentials that will be used to access a custom registry during a run.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelCustomRegistryCredentials
Constructor
CustomRegistryCredentials(*, user_name: _models.SecretObject | None = None, password: _models.SecretObject | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
user_name
|
The username for logging into the custom registry. |
password
|
The password for logging into the custom registry. The password is a secret object that allows multiple ways of providing the value for it. |
Variables
Name | Description |
---|---|
user_name
|
The username for logging into the custom registry. |
password
|
The password for logging into the custom registry. The password is a secret object that allows multiple ways of providing the value for it. |
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