GenerateCredentialsResult Class

The response from the GenerateCredentials operation.

Inheritance
GenerateCredentialsResult

Constructor

GenerateCredentialsResult(*, username: Optional[str] = None, passwords: Optional[List[azure.mgmt.containerregistry.v2019_05_01_preview.models._models_py3.TokenPassword]] = None, **kwargs)

Variables

username
str

The username for a container registry.

passwords
list[TokenPassword]

The list of passwords for a container registry.