Class HookAuthArgs
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.Inputs
Assembly: Pulumi.Okta.dll
Syntax
public sealed class HookAuthArgs : ResourceArgs
Constructors
View SourceHookAuthArgs()
Declaration
public HookAuthArgs()
Properties
View SourceKey
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> |
Type
The type of hook to trigger. Currently only "HTTP" is supported.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Value
Authentication secret.
Declaration
public Input<string> Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |