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. NOTE: This property will not be serialized. It can only be populated by the server.

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. NOTE: This property will not be serialized. It can only be populated by the server.

value?: string

Property Value

string