RegistryListCredentialsResult Class
The response from the ListCredentials operation.
Constructor
RegistryListCredentialsResult(*, username: str | None = None, passwords: List[_models.RegistryPassword] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
username
|
The username for a container registry. Default value: None
|
|
passwords
|
The list of passwords for a container registry. Default value: None
|
Variables
| Name | Description |
|---|---|
|
username
|
The username for a container registry. |
|
passwords
|
The list of passwords for a container registry. |