RbacUserOrganization¶
This n:m relation table models the RBAC User to Organization Privilege in a way that's easy to integrate into SQL Queries. The information is redundant to the Organization privileges assigned to the user.
Fields¶
| Field | Type | Description |
|---|---|---|
| ID | numeric | Internal ID that references the RbacUserOrganization entity (Foreign Key) |
| OrganizationID | numeric | Internal ID that references the Organization entity (Foreign Key) |
| RbacUserID | numeric | Internal ID that references the RbacUser entity (Foreign Key) |
| UpdateEnabled | boolean | If True, the RBAC user has update privileges in this organization. Update privileges for objects and fields are also required. |