RbacPrivilege
Contains database representation of single privileges.
erDiagram
RbacObject ||--o{ RbacPrivilege : "ConstrainedRbacObjectID"
RbacPrivilege ||--o{ RbacRolePrivilege : "RbacPrivilegeID"
Fields
| Field |
Type |
Description |
| ConstrainedRbacObjectID |
numeric |
Internal ID that references the RbacObject entity (Foreign Key) |
| Created |
datetime |
Date/Time this privilege object was created |
| CreatedBy |
string |
OctoSAM user that created this privilege |
| Description |
string |
Description of the privilege. Displayed in RBAC related user interfaces. |
| ID |
numeric |
Internal ID for the RbacPrivilege entity (Primary Key) |
| LastModification |
datetime |
Date/Time this privilege object was last modified |
| LastModifiedBy |
string |
OctoSAM user that last modified this entity |
| Name |
string |
Name of the privilege. This name is internal to OctoSAM and cannot be changed. |
References
| Column Name |
Referenced Table |
Description |
| ConstrainedRbacObjectID |
RbacObject |
Lookup table for object names for RbacRolePrivilegeConstraint |
Referenced by
| Table |
Column Name |
Description |
| RbacRolePrivilege |
RbacPrivilegeID |
M:n relation between Privileges and Roles |