Share via


RegistryListCredentialsResult Class

The response from the ListCredentials operation.

Constructor

RegistryListCredentialsResult(*args: Any, **kwargs: Any)

Variables

Name Description
username
str

The username for a container registry.

passwords

The list of passwords for a container registry.

Attributes

passwords

The list of passwords for a container registry.

passwords: list['_models.RegistryPassword'] | None

username

The username for a container registry.

username: str | None