RbacRolePrivilege¶
M:n relation between Privileges and Roles
Fields¶
| Field | Type | Description |
|---|---|---|
| Created | datetime2 | Date/Time the object was created, |
| CreatedBy | nvarchar | OctoSAM user that created the object |
| ID | bigint | Internal ID for the RbacRolePrivilege entity (Primary Key) |
| LastModification | datetime2 | Date/Time the object was last modified, |
| LastModifiedBy | nvarchar | OctoSAM user that last modified the object, |
| RbacPrivilegeID | bigint | Internal ID that references the RbacPrivilege entity (Foreign Key) |
| RbacPrivilegeID | bigint | Internal ID that references the RbacPrivilege entity (Foreign Key) |
| RbacRoleID | bigint | Internal ID that references the RbacRole entity (Foreign Key) |