Optionalexpiry?: string | nullWhen this token should be valid until. If omitted, the new token will be valid until it is manually revoked.
Optionallabel?: stringFilterable This token's label. This is for display purposes only, but can be used to more easily track what you're using each token for.
Optionalscopes?: stringThe access scopes to grant to the created token. These cannot be changed after creation, and may not exceed the scopes of the acting token.
If omitted or entered with a wildcard character (*), the new token will have the same scopes as the acting token.
Multiple scopes are separated by a space character ( ).
For example, linodes:read_write account:read_only.
OptionalpathOptionalquery
Information about the requested token.