Show / Hide Table of Contents

Class HookAuthArgs

Inheritance
System.Object
InputArgs
ResourceArgs
HookAuthArgs
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 HookAuthArgs : ResourceArgs

Constructors

View Source

HookAuthArgs()

Declaration
public HookAuthArgs()

Properties

View Source

Key

Key to use for authentication, usually the header name, for example "Authorization".

Declaration
public Input<string> Key { 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

Value

Authentication secret.

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