API version:
Show / Hide Table of Contents

Class PolicyRuleActionsEnrollSelf

An enumeration of PolicyRuleActionsEnrollSelf values in the Okta API.

Inheritance
System.Object
StringEnum
PolicyRuleActionsEnrollSelf
Implements
System.IComparable
Inherited Members
StringEnum.Value
StringEnum.ToString()
StringEnum.Equals(Object)
StringEnum.GetHashCode()
StringEnum.CompareTo(Object)
StringEnum.Create<T>(String)
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
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.