SystemPermissionsToken
SystemPermissionsToken
is a datatype for a token that allows the caller to work with
system-level permissions.
Table: SystemPermissionsToken
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Oct 3, 2024 | |||||
createdAt | long | yes | Long-Term | The date the token was created. | |
expireAt | long | Long-Term | The time at which the token expires. | ||
id | string | yes | Long-Term | The unique identifier of the token. | |
ipFilter | string | Long-Term | The IP filter on the token. | ||
ipFilterV2 | IPFilter | Long-Term | The IP filter on the token. See IPFilter . | ||
name | string | yes | Long-Term | The name of the token. | |
permissions | [string] | yes | Long-Term | The set of permissions on the token. |