Package version:

The response from the GenerateCredentials operation.

interface GenerateCredentialsResult {
    passwords?: TokenPassword[];
    username?: string;
}

Properties

passwords?: TokenPassword[]

The list of passwords for a container registry.

username?: string

The username for a container registry.