Class HookState
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
Assembly: Pulumi.Okta.dll
Syntax
public sealed class HookState : ResourceArgs
Constructors
View SourceHookState()
Declaration
public HookState()
Properties
View SourceAuth
Authentication required for inline hook request.
Declaration
public Input<HookAuthGetArgs> Auth { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<HookAuthGetArgs> |
Channel
Details of the endpoint the inline hook will hit.
Declaration
public Input<HookChannelGetArgs> Channel { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<HookChannelGetArgs> |
Headers
Map of headers to send along in inline hook request.
Declaration
public InputList<HookHeaderGetArgs> Headers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<HookHeaderGetArgs> |
Name
The inline hook display name.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Status
Declaration
public Input<string> Status { 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> |
Version
The version of the endpoint.
Declaration
public Input<string> Version { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |