API version:
Show / Hide Table of Contents

Class EventHookChannelConfigAuthSchemeType

An enumeration of EventHookChannelConfigAuthSchemeType values in the Okta API.

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