Class HookChannelArgs
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 HookChannelArgs : ResourceArgs
Constructors
View SourceHookChannelArgs()
Declaration
public HookChannelArgs()
Properties
View SourceMethod
The request method to use. Default is "POST".
Declaration
public Input<string> Method { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
The type of hook to trigger. Currently only "HTTP" is supported.
Declaration
public Input<bool> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Uri
The URI the hook will hit.
Declaration
public Input<string> Uri { 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> |