Back to Node Auth0

Interface ActionBinding

docs/interfaces/management.Management.ActionBinding.html

5.9.11.7 KB
Original Source

Interface ActionBinding

Binding is the associative entity joining a trigger, and an action together.

interface ActionBinding {
id?: string;
trigger_id?: Management.ActionTriggerTypeEnum;
display_name?: string;
action?: Management.Action;
created_at?: string;
updated_at?: string;
}

Index

Properties

id?trigger_id?display_name?action?created_at?updated_at?

Properties

Optionalid

id?: string

The unique ID of this binding.

Optionaltrigger_id

trigger_id?: Management.ActionTriggerTypeEnum

Optionaldisplay_name

display_name?: string

The name of the binding.

Optionalaction

action?: Management.Action

Optionalcreated_at

created_at?: string

The time when the binding was created.

Optionalupdated_at

updated_at?: string

The time when the binding was updated.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idtrigger_iddisplay_nameactioncreated_atupdated_at