次の方法で共有


RegistryListCredentialsResult Class

The response from the ListCredentials operation.

Inheritance
azure.mgmt.containerregistry._serialization.Model
RegistryListCredentialsResult

Constructor

RegistryListCredentialsResult(*, username: str | None = None, passwords: List[_models.RegistryPassword] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
username
str

The username for a container registry.

passwords

The list of passwords for a container registry.

Variables

Name Description
username
str

The username for a container registry.

passwords

The list of passwords for a container registry.