Share via


GenerateCredentialsResult Class

The response from the GenerateCredentials operation.

Constructor

GenerateCredentialsResult(*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.TokenPassword'] | None

username

The username for a container registry.

username: str | None