|    | IdentityStatus Enumeration | 
  
    Namespace: 
   Omada.OE.Solution.OIM.Model.Public
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic enum IdentityStatus
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Pending | 0 | 
            Identity has been created through the ILM sync. engine (or directly in OIM) – but awaits to be on-boarded.
             | 
 | Inactive | 1 | 
            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).
             | 
 | Active | 2 | 
            The identity is active – this is the "normal" status for an identity (employee).
             | 
 | Terminated | 3 | 
            The identity (employee) has left the company.
             | 
 | Disabled | 4 | 
            The identity has temporarily been suspended/disabled. The reason could, for example, be a long vacation or likewise.
             | 
 | Locked | 5 | 
            The identity has been locked due to security reasons. The reason could, for example, be suspicion of a security breach.
             | 
 | Unknown | 6 |  | 
See Also