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