Click or drag to resize

RoleAssignmentLoadMode 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 RoleAssignmentLoadMode
Members
  Member nameValueDescription
Default0 All role assignments will be loaded.
Manager1 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.
RoleOwner2 All role assignments for roles, which the active user is a role owner of, will be loaded.
SystemOwner3 All role assignments for roles belonging to a system, which the active user is a system owner of, will be loaded.
See Also