Class HookChannel
Inheritance
System.Object
HookChannel
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.Outputs
Assembly: Pulumi.Okta.dll
Syntax
public sealed class HookChannel
Fields
View SourceMethod
The request method to use. Default is "POST".
Declaration
public readonly string Method
Field Value
| Type | Description |
|---|---|
| System.String |
Type
The type of hook to trigger. Currently only "HTTP" is supported.
Declaration
public readonly bool? Type
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Uri
The URI the hook will hit.
Declaration
public readonly string Uri
Field Value
| Type | Description |
|---|---|
| System.String |
Version
The version of the endpoint.
Declaration
public readonly string Version
Field Value
| Type | Description |
|---|---|
| System.String |