Click or drag to resize

IdentityStatus Enumeration

Namespace:  Omada.OE.Solution.OIM.Model.Public
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public enum IdentityStatus
Members
  Member nameValueDescription
Pending0 Identity has been created through the ILM sync. engine (or directly in OIM) – but awaits to be on-boarded.
Inactive1 The identity has been on-boarded or has otherwise been approved. His validity period has, however, not yet been reached (it’s in the future).
Active2 The identity is active – this is the "normal" status for an identity (employee).
Terminated3 The identity (employee) has left the company.
Disabled4 The identity has temporarily been suspended/disabled. The reason could, for example, be a long vacation or likewise.
Locked5 The identity has been locked due to security reasons. The reason could, for example, be suspicion of a security breach.
Unknown6
See Also