Class LogAuthenticationProvider
An enumeration of LogAuthenticationProvider 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 LogAuthenticationProvider : StringEnum, IComparable
Constructors
LogAuthenticationProvider(String)
Creates a new LogAuthenticationProvider instance.
Declaration
public LogAuthenticationProvider(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use. |
Fields
ActiveDirectory
The ACTIVE_DIRECTORY LogAuthenticationProvider.
Declaration
public static LogAuthenticationProvider ActiveDirectory
Field Value
Type | Description |
---|---|
LogAuthenticationProvider |
FactorProvider
The FACTOR_PROVIDER LogAuthenticationProvider.
Declaration
public static LogAuthenticationProvider FactorProvider
Field Value
Type | Description |
---|---|
LogAuthenticationProvider |
Federation
The FEDERATION LogAuthenticationProvider.
Declaration
public static LogAuthenticationProvider Federation
Field Value
Type | Description |
---|---|
LogAuthenticationProvider |
Ldap
The LDAP LogAuthenticationProvider.
Declaration
public static LogAuthenticationProvider Ldap
Field Value
Type | Description |
---|---|
LogAuthenticationProvider |
OktaAuthenticationProvider
The OKTA_AUTHENTICATION_PROVIDER LogAuthenticationProvider.
Declaration
public static LogAuthenticationProvider OktaAuthenticationProvider
Field Value
Type | Description |
---|---|
LogAuthenticationProvider |
Social
The SOCIAL LogAuthenticationProvider.
Declaration
public static LogAuthenticationProvider Social
Field Value
Type | Description |
---|---|
LogAuthenticationProvider |
Operators
Implicit(String to LogAuthenticationProvider)
Implicit operator declaration to accept and convert a string value as a LogAuthenticationProvider
Declaration
public static implicit operator LogAuthenticationProvider(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use |
Returns
Type | Description |
---|---|
LogAuthenticationProvider |
Implements
System.IComparable