Securiy of users having effective/explicit rights to an object.
Column Name |
Data Type |
Description |
---|---|---|
ID |
int |
Primary key |
ISADVANCED |
bit |
Is security on object for this user advanced? (has granular rights access settings) |
ISINHERITED |
bit |
Is security on object for this user inherited ? |
ISINHERITFOLDERS |
bit |
Is security on object for this user inherited via Folders? |
ISINHERITGROUPS |
bit |
Is security on object for this user inherited via Groups? |
OBJECT_CMS_ID |
int |
CMS ID of the object |
OBJECT_ID |
int |
Foreign key to DOCUMENTS.OBJECTID |
USER_OR_USERGROUP_ID |
int |
Foreign key to USERS.OBJECTID or USERGROUPS.OBJECTID |
See also