Show / Hide Table of Contents

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 Source

HookArgs()

Declaration
public HookArgs()

Properties

View Source

Enabled

Whether the hook is enabled, or disabled

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Pulumi.Input<System.Boolean>
View Source

Name

Name of this hook

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
View Source

Script

Code to be executed when this hook runs

Declaration
public Input<string> Script { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.