Show / Hide Table of Contents

Class HookChannel

Inheritance
System.Object
HookChannel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Okta.Inline.Outputs
Assembly: Pulumi.Okta.dll
Syntax
public sealed class HookChannel

Fields

View Source

Method

The request method to use. Default is "POST".

Declaration
public readonly string Method
Field Value
Type Description
System.String
View Source

Type

The type of hook to trigger. Currently only "HTTP" is supported.

Declaration
public readonly bool? Type
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Uri

The URI the hook will hit.

Declaration
public readonly string Uri
Field Value
Type Description
System.String
View Source

Version

The version of the endpoint.

Declaration
public readonly string Version
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.