Class PolicySubjectMatchType
An enumeration of PolicySubjectMatchType 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 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 |
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