ViewPermissionsToken
ViewPermissionsToken
is
a datatype for a view permissions token. The token allows the caller
to work with the same set of view-level permissions across multiple
views.
Table: ViewPermissionsToken
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: Mar 27, 2025 | |||||
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 | ipFilterV2 | 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. | |
searchAssetPermissions | multiple | yes | Preview | The permissions assigned to the token for individual view assets. The multiple datatype consists of (searchFilter: string, skip: integer, limit: integer, orderBy: OrderBy, sortBy: SortBy, assetTypes: [AssetPermissionsAssetType!], searchDomainIds: [string!], permissions: [AssetAction!]): AssetPermissionSearchResultSet! . See AssetPermissionsAssetType , AssetAction , and AssetPermissionSearchResultSet . | |
views | [SearchDomain ] | yes | Long-Term | The set of views on the token — only those that user has access. See SearchDomain . |