GenerateCredentialsParameters Class
The parameters used to generate credentials for a specified token or user of a container registry.
Constructor
GenerateCredentialsParameters(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
token_id
|
The resource ID of the token for which credentials have to be generated. |
|
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. Known values are: "password1" and "password2". |
Attributes
expiry
The expiry date of the generated credentials after which the credentials become invalid.
expiry: datetime | None
name
Specifies name of the password which should be regenerated if any – password1 or password2. Known values are: "password1" and "password2".
name: str | _models.TokenPasswordName | None
token_id
The resource ID of the token for which credentials have to be generated.
token_id: str | None