Package version:

Interface GenerateCredentialsParameters

The parameters used to generate credentials for a specified token or user of a container registry.

interface GenerateCredentialsParameters {
    expiry?: any;
    name?: string;
    tokenId?: string;
}

Properties

expiry?: any

The expiry date of the generated credentials after which the credentials become invalid.

name?: string

Specifies name of the password which should be regenerated if any -- password1 or password2.

tokenId?: string

The resource ID of the token for which credentials have to be generated.