Class HookArgs
Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
HookArgs
Inherited Members
Pulumi.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.Auth0
Assembly: Pulumi.Auth0.dll
Syntax
public sealed class HookArgs : ResourceArgs
Constructors
View SourceHookArgs()
Declaration
public HookArgs()
Properties
View SourceEnabled
Whether the hook is enabled, or disabled
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.Boolean> |
Name
Name of this hook
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |
Script
Code to be executed when this hook runs
Declaration
public Input<string> Script { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |
TriggerId
Execution stage of this rule. Can be credentials-exchange, pre-user-registration, post-user-registration, post-change-password, or send-phone-message
Declaration
public Input<string> TriggerId { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |