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

    Interface ActionBindingWithRef

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

    Properties

    display_name?: string

    The name of the binding.

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