Back to Node Auth0

Interface UpdateActionBindingsRequestContent

docs/interfaces/management.Management.UpdateActionBindingsRequestContent.html

5.9.1808 B
Original Source

Interface UpdateActionBindingsRequestContent

Example

{}Copy

interface UpdateActionBindingsRequestContent {
bindings?: ActionBindingWithRef[];
}

Index

Properties

bindings?

Properties

Optionalbindings

bindings?: ActionBindingWithRef[]

The actions that will be bound to this trigger. The order in which they are included will be the order in which they are executed.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties bindings