Entitlement data for Jive SBS objects
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| contentType | int | N/A | false | Content type for which the bitmask applies. | |
| creationDate | bigint | N/A | true | ||
| entitlementID | bigint | N/A | false | ID the entitlement data Primary key. | |
| entitlementMask | int | N/A | false | Bitmask of entitlements the user has on the object. | |
| groupID | bigint | N/A | true | The ID of the group to which the entitlement is granted. | |
| modificationDate | bigint | N/A | true | ||
| 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). | |
| userID | bigint | N/A | true | The ID of the user to which the entitlement is granted. |