GenerateCredentialsResult Class
The response from the GenerateCredentials operation.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelGenerateCredentialsResult
Constructor
GenerateCredentialsResult(*, username: str | None = None, passwords: List[_models.TokenPassword] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
username
|
The username for a container registry. |
passwords
|
The list of passwords for a container registry. |
Variables
Name | Description |
---|---|
username
|
The username for a container registry. |
passwords
|
The list of passwords for a container registry. |
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