Click or drag to resize

ObjectIdPropertyValueIdentityStatus Class

Inheritance Hierarchy
SystemObject
  Omada.OE.ModelObjectIdPropertyValueIdentityStatus

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public class IdentityStatus

The ObjectIdPropertyValueIdentityStatus type exposes the following members.

Constructors
Methods
Fields
  NameDescription
Public fieldStatic memberActive
The identity is active – this is the "normal" status for an identity (employee).
Public fieldStatic memberDisabled
The identity has temporarily been suspended/disabled. The reason could, for example, be a long vacation or likewise.
Public fieldStatic memberInactive
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).
Public fieldStatic memberLocked
The identity has been locked due to security reasons. The reason could, for example, be suspicion of a security breach.
Public fieldStatic memberPending
Identity has been created through the ILM sync. engine (or directly in OIM) – but awaits to be on-boarded.
Public fieldStatic memberTerminated
The identity (employee) has left the company.
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also