RegistryPassword Class
The login password for the container registry.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelRegistryPassword
Constructor
RegistryPassword(*, name: str | _models.PasswordName | None = None, value: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
str or
PasswordName
The password name. Known values are: "password" and "password2". |
value
|
The password value. |
Variables
Name | Description |
---|---|
name
|
str or
PasswordName
The password name. Known values are: "password" and "password2". |
value
|
The password value. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python