Show / Hide Table of Contents

Class HookArgs

Inheritance
System.Object
InputArgs
ResourceArgs
HookArgs
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
Assembly: Pulumi.Okta.dll
Syntax
public sealed class HookArgs : ResourceArgs

Constructors

View Source

HookArgs()

Declaration
public HookArgs()

Properties

View Source

Auth

Authentication required for inline hook request.

Declaration
public Input<HookAuthArgs> Auth { get; set; }
Property Value
Type Description
Input<HookAuthArgs>
View Source

Channel

Details of the endpoint the inline hook will hit.

Declaration
public Input<HookChannelArgs> Channel { get; set; }
Property Value
Type Description
Input<HookChannelArgs>
View Source

Headers

Map of headers to send along in inline hook request.

Declaration
public InputList<HookHeaderArgs> Headers { get; set; }
Property Value
Type Description
InputList<HookHeaderArgs>
View Source

Name

The inline hook display name.

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

Status

Declaration
public Input<string> Status { 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<string> Type { 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.