Auth0 Node.js SDK - v6.4.0
    Preparing search index...

    Interface ActionBindingWithRef

    interface ActionBindingWithRef {
        ref: ActionBindingRef;
        display_name?: string;
        secrets?: ActionSecretRequest[];
    }
    Index
    display_name?: string

    The name of the binding.

    The list of secrets that are included in an action or a version of an action.