| IdentityLoadMode Enumeration |
Namespace:
Omada.OE.Solution.OIM.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic enum IdentityLoadMode
Members
| Member name | Value | Description |
---|
| Default | 0 |
All identities will be loaded (limited only by security).
|
| Manager | 1 |
All identities belonging directly to an org. unit, that the specified user is a manager of, will be loaded (limited by security).
Depending on IncludeChildOrgUnits identities belonging to child org. units (to the managed org. units) are loaded as well.
|
| RoleOwner | 2 |
All identities who has a role assignment for a role, which the specified user is a role owner of, will be loaded (limited by security).
Role assignments are considered regardless of their valid from/to dates and status.
|
| SystemOwner | 3 |
All identities who has a role assignment for a role belonging to a system, which the specified user is a system owner of, will be loaded (limited by security).
Role assignments are considered regardless of their valid from/to dates and status.
|
See Also