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

    Interface ListActionBindingsPaginatedResponseContent

    interface ListActionBindingsPaginatedResponseContent {
        total?: number;
        page?: number;
        per_page?: number;
        bindings?: ActionBinding[];
    }
    Index

    Properties

    total?: number

    The total result count.

    page?: number

    Page index of the results being returned. First page is 0.

    per_page?: number

    Number of results per page.

    bindings?: ActionBinding[]

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