Security levels by role per user/objectID combination.
Column Name |
Data Type |
Description |
---|---|---|
ISINHERITED |
bit |
Does the user inherit the role? |
OBJECT_ID |
int |
Foreign key to DOCUMENTS.ID where the role is affected |
ROLEID |
int |
Role ID (foreign key to ROLES.OBJECTID) |
ROLETYPE |
varchar |
Role Type |
See also