InterpretedStatus Enumeration | 
Namespace: Omada.OE.Solution.OIM.Model.Public
public enum InterpretedStatus
| Member name | Value | Description | |
|---|---|---|---|
| NotApproved | 0 | 
            The Identity or Role assignment has not been approved.
             Maps to (Identities): Pending Maps to (Role Assignments): Pending, Rejected  | |
| Enabled | 1 | 
            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.  | |
| Disabled | 2 | 
            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").  |