RbacUserSelectedOrganization
This table contains the per user selected organization for OctoSAM web applications. This selection is used to preselect the organization when the user logs in.
erDiagram
Organization ||--o{ RbacUserSelectedOrganization : "OrganizationID"
RbacUser ||--o{ RbacUserSelectedOrganization : "RbacUserID"
Fields
| Field |
Type |
Description |
| ID |
numeric |
Internal ID for the RbacUserSelectedOrganization entity (Primary Key) |
| OrganizationID |
numeric |
Internal ID that references the Organization entity (Foreign Key) |
| RbacUserID |
numeric |
Internal ID that references the RbacUser entity (Foreign Key) |
References
| Column Name |
Referenced Table |
Description |
| OrganizationID |
Organization |
Defines the organizations of this OctoSAM installation |
| RbacUserID |
RbacUser |
User object for RBAC. Typically replicated from Active Directory. |