CreateOrganizationPermissionsTokenV2Input
is an input datatype used to create an organization permissions
token.
Table: CreateOrganizationPermissionsTokenV2Input
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 organization permissions token. | ||
expireAt | long | When the token expires. | |||
ipFilterId | string | The unique identifier of the filter to use. | |||
organizationPermissions | [OrganizationPermission ] | yes | A list of organization permissions. See OrganizationPermission . |