API version:
Show / Hide Table of Contents

Class PolicyType

An enumeration of PolicyType values in the Okta API.

Inheritance
System.Object
StringEnum
PolicyType
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 PolicyType : StringEnum, IComparable

Constructors

PolicyType(String)

Creates a new PolicyType instance.

Declaration
public PolicyType(string value)
Parameters
Type Name Description
System.String value

The value to use.

Fields

IdpDiscovery

The IDP_DISCOVERY PolicyType.

Declaration
public static PolicyType IdpDiscovery
Field Value
Type Description
PolicyType

OAuthAuthorizationPolicy

The OAUTH_AUTHORIZATION_POLICY PolicyType.

Declaration
public static PolicyType OAuthAuthorizationPolicy
Field Value
Type Description
PolicyType

OktaSignOn

The OKTA_SIGN_ON PolicyType.

Declaration
public static PolicyType OktaSignOn
Field Value
Type Description
PolicyType

Password

The PASSWORD PolicyType.

Declaration
public static PolicyType Password
Field Value
Type Description
PolicyType

Operators

Implicit(String to PolicyType)

Implicit operator declaration to accept and convert a string value as a PolicyType

Declaration
public static implicit operator PolicyType(string value)
Parameters
Type Name Description
System.String value

The value to use

Returns
Type Description
PolicyType

Implements

System.IComparable
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.