Class EnabledStatus
An enumeration of EnabledStatus values in the Okta API.
Implements
System.IComparable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public sealed class EnabledStatus : StringEnum, IComparable
Constructors
EnabledStatus(String)
Creates a new EnabledStatus instance.
Declaration
public EnabledStatus(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use. |
Fields
Disabled
The DISABLED EnabledStatus.
Declaration
public static EnabledStatus Disabled
Field Value
Type | Description |
---|---|
EnabledStatus |
Enabled
The ENABLED EnabledStatus.
Declaration
public static EnabledStatus Enabled
Field Value
Type | Description |
---|---|
EnabledStatus |
Operators
Implicit(String to EnabledStatus)
Implicit operator declaration to accept and convert a string value as a EnabledStatus
Declaration
public static implicit operator EnabledStatus(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use |
Returns
Type | Description |
---|---|
EnabledStatus |
Implements
System.IComparable