TokenPermissions
Gets information about read and write permissions.
Table Specific Information
Select
The {i will use the Trello API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client-side within the driver. For example, the following query is processed server-side:
SELECT * FROM TokenPermissions SELECT * FROM TokenPermissions WHERE ModelId='5ccad9ab1747f81fb1493569'You can turn off client-side execution by setting SupportEnhancedSQL to false in which case any search criteria that refers to other columns will cause an error.
Columns
Name | Type | Description |
TokenId [KEY] | String | The Id of the Token. |
ModelId [KEY] | String | The Id of the Model. |
ModelType | String | The Type of the Model. |
CanRead | Bool | Determines if the model has read permissions. |
CanWrite | Bool | Determines if the model has write permissions. |