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