Click or drag to resize

IdentityLoadMode Enumeration

Namespace:  Omada.OE.Solution.OIM.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public enum IdentityLoadMode
Members
  Member nameValueDescription
Default0 All identities will be loaded (limited only by security).
Manager1 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.
RoleOwner2 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.
SystemOwner3 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