Class EventHookChannelConfigAuthSchemeType
An enumeration of EventHookChannelConfigAuthSchemeType 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 EventHookChannelConfigAuthSchemeType : StringEnum, IComparable
Constructors
EventHookChannelConfigAuthSchemeType(String)
Creates a new EventHookChannelConfigAuthSchemeType instance.
Declaration
public EventHookChannelConfigAuthSchemeType(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use. |
Fields
Header
The HEADER EventHookChannelConfigAuthSchemeType.
Declaration
public static EventHookChannelConfigAuthSchemeType Header
Field Value
Type | Description |
---|---|
EventHookChannelConfigAuthSchemeType |
Operators
Implicit(String to EventHookChannelConfigAuthSchemeType)
Implicit operator declaration to accept and convert a string value as a EventHookChannelConfigAuthSchemeType
Declaration
public static implicit operator EventHookChannelConfigAuthSchemeType(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use |
Returns
Type | Description |
---|---|
EventHookChannelConfigAuthSchemeType |
Implements
System.IComparable