RbacGroupRole¶
M:n relation between group and role. A user can be directly in a role (via RbacUserRole) or indirectly via RbacUsergroup and RbacGroupRole
Fields¶
Field | Type | Description |
---|---|---|
Created | datetime2 | Date/TIme the relation was created |
CreatedByRbacUserID | bigint | Internal ID that references the RbacUser entity (Foreign Key) |
ID | bigint | Internal ID for the RbacGroupRole entity (Primary Key) |
RbacGroupID | bigint | Internal ID that references the RbacGroup entity (Foreign Key) |
RbacRoleID | bigint | Internal ID that references the RbacRole entity (Foreign Key) |
RbacRoleID | bigint | Internal ID that references the RbacRole entity (Foreign Key) |