Back to Node Auth0

Interface UpdateHookRequestContent

docs/interfaces/management.Management.UpdateHookRequestContent.html

5.9.11.1 KB
Original Source

Interface UpdateHookRequestContent

Example

{}Copy

interface UpdateHookRequestContent {
name?: string;
script?: string;
enabled?: boolean;
dependencies?: HookDependencies;
}

Index

Properties

name?script?enabled?dependencies?

Properties

Optionalname

name?: string

Name of this hook.

Optionalscript

script?: string

Code to be executed when this hook runs.

Optionalenabled

enabled?: boolean

Whether this hook will be executed (true) or ignored (false).

Optionaldependencies

dependencies?: HookDependencies

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties namescriptenableddependencies