Back to Node Auth0

Interface ActionModuleAction

docs/interfaces/management.Management.ActionModuleAction.html

5.9.11.5 KB
Original Source

Interface ActionModuleAction

interface ActionModuleAction {
action_id?: string;
action_name?: string;
module_version_id?: string;
module_version_number?: number;
supported_triggers?: ActionTrigger[];
}

Index

Properties

action_id?action_name?module_version_id?module_version_number?supported_triggers?

Properties

Optionalaction_id

action_id?: string

The unique ID of the action.

Optionalaction_name

action_name?: string

The name of the action.

Optionalmodule_version_id

module_version_id?: string

The ID of the module version this action is using.

Optionalmodule_version_number

module_version_number?: number

The version number of the module this action is using.

Optionalsupported_triggers

supported_triggers?: ActionTrigger[]

The triggers that this action supports.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties action_idaction_namemodule_version_idmodule_version_numbersupported_triggers