RbacUserRole¶
M:n User to Role relation for users with directly assigned roles.
Fields¶
Field | Type | Description |
---|---|---|
Created | datetime2 | Date/Time this relation got created |
CreatedByRbacUserID | bigint | Internal ID that references the RbacUser entity (Foreign Key) |
ID | bigint | Internal ID for the RbacUserRole entity (Primary Key) |
RbacRoleID | bigint | Internal ID that references the RbacRole entity (Foreign Key) |
RbacRoleID | bigint | Internal ID that references the RbacRole entity (Foreign Key) |
RbacUserID | bigint | Internal ID that references the RbacUser entity (Foreign Key) |