User permissions.
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| objectID | bigint | N/A | false | ID of the object being referenced by the objectType column. | |
| objectType | int | N/A | false | Type of object (system, community, document). | |
| permission | int | N/A | false | Bitmask of permissions the user has on the object. | |
| permissionType | int | N/A | false | Indicates the type of permission -- additive or negative. | |
| userID | bigint | N/A | false | The ID of the user being granted the permission. |