SystemPermissionsToken is a datatype for a token that allows the caller to work with system-level permissions. It implements the interface datatype, Token.

This datatype is used by the datatype, CreateSystemPermissionsTokenV2Output, which is used by the createSystemPermissionsTokenV2() mutation field.

Table: SystemPermissionsToken

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Oct 3, 2024
createdAtlongyes Long-TermThe date the token was created.
expireAtlong  Long-TermThe time at which the token expires.
idstringyes Long-TermThe unique identifier of the token.
ipFilterstring  Long-TermThe IP filter on the token.
ipFilterV2IPFilter  Long-TermThe IP filter on the token. See IPFilter.
namestringyes Long-TermThe name of the token.
permissions[string]yes Long-TermThe set of permissions on the token.