CreateViewPermissionsTokenV2Input
CreateViewPermissionsTokenV2Input
is used to input data for creating a view permissions token.
Table: CreateViewPermissionsTokenV2Input
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: Dec 10, 2024 | |||||
Name | string | yes | The name of the permissions token. | ||
expireAt | long | The date the token expires. | |||
ipFilterId | string | The unique identifier for the IP filter. | |||
viewIds | [string] | yes | The unique identifiers for the views. | ||
viewPermissions | [Permission ] | yes | A list of permissions for the token. See Permission . |