Package version:

The password that will be used for authenticating the token of a container registry.

interface TokenPassword {
    creationTime?: any;
    expiry?: any;
    name?: string;
    value?: string;
}

Properties

creationTime?: any

The creation datetime of the password.

expiry?: any

The expiry datetime of the password.

name?: string

The password name "password1" or "password2"

value?: string

The password value. NOTE: This property will not be serialized. It can only be populated by the server.