RbacObject¶
Lookup table for object names for RbacRolePrivilegeConstraint.
erDiagram
RbacObject ||--o{ RbacPrivilege : "ConstrainedRbacObjectID"
Fields¶
| Field | Type | Description |
|---|---|---|
| ID | numeric | Internal ID for the RbacObject entity (Primary Key) |
| Name | string | Name of the rbac object |
Referenced by¶
| Table | Column Name | Description |
|---|---|---|
| RbacPrivilege | ConstrainedRbacObjectID | Contains database representation of single privileges |