Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    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

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    Properties

    value?: string

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