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 | bigint | Internal ID that references the RbacUserOrganization entity (Foreign Key) |
| OrganizationID | bigint | Internal ID that references the Organization entity (Foreign Key) |
| RbacUserID | bigint | Internal ID that references the RbacUser entity (Foreign Key) |
| UpdateEnabled | bit | If True, the RBAC user has update privileges in this organization. Update privileges for objects and fields are also required. |