RegistryListCredentialsResult interface
The response from the ListCredentials operation.
Properties
passwords | The list of passwords for a container registry. |
username | The username for a container registry. |
Property Details
passwords
The list of passwords for a container registry.
passwords?: RegistryPassword[]
Property Value
username
The username for a container registry.
username?: string
Property Value
string