| RoleAssignmentLoadMode Enumeration |
Namespace:
Omada.OE.Solution.OIM.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic enum RoleAssignmentLoadMode
Members
| Member name | Value | Description |
---|
| Default | 0 |
All role assignments will be loaded.
|
| Manager | 1 |
All role assignments for identities managed by the active user will be loaded.
Depending on IncludeChildOrgUnits role assignments for identities belonging to child org. units (to the managed org. units) are loaded as well.
|
| RoleOwner | 2 |
All role assignments for roles, which the active user is a role owner of, will be loaded.
|
| SystemOwner | 3 |
All role assignments for roles belonging to a system, which the active user is a system owner of, will be loaded.
|
See Also