TokenPassword Class
The password that will be used for authenticating the token of a container registry.
Constructor
TokenPassword(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
creation_time
|
The creation datetime of the password. |
|
expiry
|
The expiry datetime of the password. |
|
name
|
The password name "password1" or "password2". Known values are: "password1" and "password2". |
|
value
|
The password value. |
Attributes
creation_time
The creation datetime of the password.
creation_time: datetime | None
expiry
The expiry datetime of the password.
expiry: datetime | None
name
"password1" and "password2".
name: str | _models.TokenPasswordName | None
value
The password value.
value: str | None