GenerateCredentialsParameters interface
The parameters used to generate credentials for a specified token or user of a container registry.
Properties
expiry | The expiry date of the generated credentials after which the credentials become invalid. |
name | Specifies name of the password which should be regenerated if any -- password1 or password2. |
token |
The resource ID of the token for which credentials have to be generated. |
Property Details
expiry
The expiry date of the generated credentials after which the credentials become invalid.
expiry?: Date
Property Value
Date
name
Specifies name of the password which should be regenerated if any -- password1 or password2.
name?: string
Property Value
string
tokenId
The resource ID of the token for which credentials have to be generated.
tokenId?: string
Property Value
string