Share via


TokenPassword interface

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

Properties

creationTime

The creation datetime of the password.

expiry

The expiry datetime of the password.

name

The password name "password1" or "password2"

value

The password value.

Property Details

creationTime

The creation datetime of the password.

creationTime?: Date

Property Value

Date

expiry

The expiry datetime of the password.

expiry?: Date

Property Value

Date

name

The password name "password1" or "password2"

name?: string

Property Value

string

value

The password value.

value?: string

Property Value

string