Show / Hide Table of Contents

Class HookChannelArgs

Inheritance
System.Object
InputArgs
ResourceArgs
HookChannelArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Okta.dll
Syntax
public sealed class HookChannelArgs : ResourceArgs

Constructors

View Source

HookChannelArgs()

Declaration
public HookChannelArgs()

Properties

View Source

Method

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

Declaration
public Input<string> Method { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Type

The type of hook to trigger. Currently only &quot;HTTP&quot; is supported.

Declaration
public Input<bool> Type { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Uri

The URI the hook will hit.

Declaration
public Input<string> Uri { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Version

The version of the endpoint.

Declaration
public Input<string> Version { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.