Back to Node Auth0

Variable ActionBindingTypeEnumConst

docs/variables/management.Management.ActionBindingTypeEnum.html

5.9.1778 B
Original Source

Variable ActionBindingTypeEnumConst

ActionBindingTypeEnum: {
TriggerBound: "trigger-bound";
EntityBound: "entity-bound";
} = ...

In order to execute an Action, it must be bound to a trigger using a binding. trigger-bound means that bindings are managed by the tenant. entity-bound means that the bindings are automatically managed by Auth0 and other internal resouces will control those bindings. Tenants cannot manage entity-bound bindings.

Type Declaration

ReadonlyTriggerBound: "trigger-bound"
ReadonlyEntityBound: "entity-bound"

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark