Package version:

Interface RegistryListCredentialsResult

The response from the ListCredentials operation.

interface RegistryListCredentialsResult {
    passwords?: RegistryPassword[];
    username?: string;
}

Properties

passwords?: RegistryPassword[]

The list of passwords for a container registry.

username?: string

The username for a container registry.