Click or drag to resize

InterpretedStatus Enumeration

InterpretedStatus is used for both Identities and Resource Assignments. In essence all Identity and Resource Assignment status values can be interpreted to one of the values in this collection.

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 InterpretedStatus
Members
  Member nameValueDescription
NotApproved0 The Identity or Role assignment has not been approved.

Maps to (Identities): Pending

Maps to (Role Assignments): Pending, Rejected

Enabled1 The Identity or Role assignment has been approved (or no approval was needed). It may, however, be outside of its validity period.

Maps to (Identities): Inactive, Active, Terminated.

Maps to (Role Assignments): Inactive, Active, Obsolete.

Disabled2 The Identity or Role assignment has been deliberately disabled.

Maps to (Identities): Disabled, Locked and any undefined value (like "Not used").

Maps to (Role Assignments): Disabled, Locked and any undefined value (like "Not used").

See Also