CreateViewPermissionsTokenInput is an input datatype for creating a view permissions token. It's used by the createViewPermissionsToken() mutation field.

Table: CreateViewPermissionsTokenInput

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: Nov 29, 2024
expireAtlong  Long-TermWhen the permission token will expire.
ipFilterIdstring  Long-TermThe unique identifier of the IP filter.
namestringyes Long-TermThe name of the view permission token to create.
permissions[Permission]yes Long-TermA list of permissions related to the view that are granted. See Permission.
viewIds[string]yes Long-TermThe unique identifiers for the views associated with the permission token.