API version:
Show / Hide Table of Contents

Class SessionIdentityProviderType

An enumeration of SessionIdentityProviderType values in the Okta API.

Inheritance
System.Object
StringEnum
SessionIdentityProviderType
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 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
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.