RegistryListCredentialsResult Class

The response from the ListCredentials operation.

Inheritance
RegistryListCredentialsResult

Constructor

RegistryListCredentialsResult(*, username: Optional[str] = None, passwords: Optional[List[azure.mgmt.containerregistry.v2021_08_01_preview.models._models_py3.RegistryPassword]] = None, **kwargs)

Variables

username
str

The username for a container registry.

passwords
list[RegistryPassword]

The list of passwords for a container registry.