Back to Node Auth0

Interface ActionBindingRef

docs/interfaces/management.Management.ActionBindingRef.html

5.9.11.0 KB
Original Source

Interface ActionBindingRef

A reference to an action. An action can be referred to by ID or by Name.

interface ActionBindingRef {
type?: Management.ActionBindingRefTypeEnum;
value?: string;
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

type?value?

Properties

Optionaltype

type?: Management.ActionBindingRefTypeEnum

Optionalvalue

value?: string

The id or name of an action that is being bound to a trigger.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties typevalue