providerRef |
Kubernetes core/v1.LocalObjectReference |
|
id |
string |
|
created |
string |
(Optional) The date and time this token was created. |
expiry |
string |
(Optional) When this token will expire. Personal Access Tokens cannot be renewed, so after this time the token will be completely unusable and a new token will need to be generated. Tokens may be created with ‘null’ as their expiry and will never expire unless revoked. |
label |
string |
(Optional) The label of the Linode Token. |
scopes |
string |
The scopes this token was created with. These define what parts of the Account the token can be used to access. Many command-line tools, such as the Linode CLI, require tokens with access to *. Tokens with more restrictive scopes are generally more secure. |
token |
string |
(Optional) The token used to access the API. |