Back to Node Auth0

Interface ActionTrigger

docs/interfaces/management.Management.ActionTrigger.html

5.9.12.2 KB
Original Source

Interface ActionTrigger

interface ActionTrigger {
id: Management.ActionTriggerTypeEnum;
version?: string;
status?: string;
runtimes?: string[];
default_runtime?: string;
compatible_triggers?: ActionTriggerCompatibleTrigger[];
binding_policy?: Management.ActionBindingTypeEnum;
}

Index

Properties

idversion?status?runtimes?default_runtime?compatible_triggers?binding_policy?

Properties

id

id: Management.ActionTriggerTypeEnum

Optionalversion

version?: string

The version of a trigger. v1, v2, etc.

Optionalstatus

status?: string

status points to the trigger status.

Optionalruntimes

runtimes?: string[]

runtimes supported by this trigger.

Optionaldefault_runtime

default_runtime?: string

Runtime that will be used when none is specified when creating an action.

Optionalcompatible_triggers

compatible_triggers?: ActionTriggerCompatibleTrigger[]

compatible_triggers informs which other trigger supports the same event and api.

Optionalbinding_policy

binding_policy?: Management.ActionBindingTypeEnum

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idversionstatusruntimesdefault_runtimecompatible_triggersbinding_policy