API version:
Show / Hide Table of Contents

Class PolicySubjectMatchType

An enumeration of PolicySubjectMatchType values in the Okta API.

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

Constructors

PolicySubjectMatchType(String)

Creates a new PolicySubjectMatchType instance.

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

The value to use.

Fields

CustomAttribute

The CUSTOM_ATTRIBUTE PolicySubjectMatchType.

Declaration
public static PolicySubjectMatchType CustomAttribute
Field Value
Type Description
PolicySubjectMatchType

Email

The EMAIL PolicySubjectMatchType.

Declaration
public static PolicySubjectMatchType Email
Field Value
Type Description
PolicySubjectMatchType

Username

The USERNAME PolicySubjectMatchType.

Declaration
public static PolicySubjectMatchType Username
Field Value
Type Description
PolicySubjectMatchType

UsernameOrEmail

The USERNAME_OR_EMAIL PolicySubjectMatchType.

Declaration
public static PolicySubjectMatchType UsernameOrEmail
Field Value
Type Description
PolicySubjectMatchType

Operators

Implicit(String to PolicySubjectMatchType)

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

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

The value to use

Returns
Type Description
PolicySubjectMatchType

Implements

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