RoleType Table
Topic Last Modified: 2011-01-27
The RoleType table is a static lookup table with role types and their associated permission sets.
Columns
Column | Type | Description |
---|---|---|
rtypeID |
int, not null |
Role type ID. |
rtypeDesc |
nvarchar (256), not null |
Role type description. There are three available roles:
|
rtypeAllowedPermSet |
bigint, not null |
Permission set for the role. The used values are:
|
honorsOverride |
bit, not null |
True if the role can be overridden by children nodes. False if the role cannot. |
honorsScope |
bit, not null |
True if the role obeys scope. False if the role does not. |
Key
Column | Description |
---|---|
rtypeID |
Primary key. |