Class FeatureType
An enumeration of FeatureType 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 FeatureType : StringEnum, IComparable
Constructors
FeatureType(String)
Creates a new FeatureType instance.
Declaration
public FeatureType(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use. |
Fields
SelfService
The self-service FeatureType.
Declaration
public static FeatureType SelfService
Field Value
Type | Description |
---|---|
FeatureType |
Operators
Implicit(String to FeatureType)
Implicit operator declaration to accept and convert a string value as a FeatureType
Declaration
public static implicit operator FeatureType(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use |
Returns
Type | Description |
---|---|
FeatureType |
Implements
System.IComparable