RbacRolePrivilege
M:n relation between Privileges and Roles.
erDiagram
RbacPrivilege ||--o{ RbacRolePrivilege : "RbacPrivilegeID"
RbacRole ||--o{ RbacRolePrivilege : "RbacRoleID"
Fields
| Field |
Type |
Description |
| Created |
datetime |
Date/Time the object was created |
| CreatedBy |
string |
OctoSAM user that created the object |
| ID |
numeric |
Internal ID for the RbacRolePrivilege entity (Primary Key) |
| LastModification |
datetime |
Date/Time the object was last modified |
| LastModifiedBy |
string |
OctoSAM user that last modified the object |
| RbacPrivilegeID |
numeric |
Internal ID that references the RbacPrivilege entity (Foreign Key) |
| RbacRoleID |
numeric |
Internal ID that references the RbacRole entity (Foreign Key) |
References
| Column Name |
Referenced Table |
Description |
| RbacPrivilegeID |
RbacPrivilege |
Contains database representation of single privileges |
| RbacRoleID |
RbacRole |
A role is a collection of privileges |