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