API version:
Show / Hide Table of Contents

Class InlineHookType

An enumeration of InlineHookType values in the Okta API.

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

Constructors

InlineHookType(String)

Creates a new InlineHookType instance.

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

The value to use.

Fields

ComOktaImportTransform

The com.okta.import.transform InlineHookType.

Declaration
public static InlineHookType ComOktaImportTransform
Field Value
Type Description
InlineHookType

ComOktaOauth2TokensTransform

The com.okta.oauth2.tokens.transform InlineHookType.

Declaration
public static InlineHookType ComOktaOauth2TokensTransform
Field Value
Type Description
InlineHookType

ComOktaSamlTokensTransform

The com.okta.saml.tokens.transform InlineHookType.

Declaration
public static InlineHookType ComOktaSamlTokensTransform
Field Value
Type Description
InlineHookType

ComOktaUserCredentialPasswordImport

The com.okta.user.credential.password.import InlineHookType.

Declaration
public static InlineHookType ComOktaUserCredentialPasswordImport
Field Value
Type Description
InlineHookType

ComOktaUserPreRegistration

The com.okta.user.pre-registration InlineHookType.

Declaration
public static InlineHookType ComOktaUserPreRegistration
Field Value
Type Description
InlineHookType

Operators

Implicit(String to InlineHookType)

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

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

The value to use

Returns
Type Description
InlineHookType

Implements

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