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

    Interface GetConnectionRequestParameters

    {
    * fields: "fields",
    * include_fields: true
    * }
    interface GetConnectionRequestParameters {
        fields?: string | null;
        include_fields?: boolean | null;
    }
    Index

    Properties

    fields?: string | null

    A comma separated list of fields to include or exclude (depending on include_fields) from the result, empty to retrieve all fields

    include_fields?: boolean | null

    true if the fields specified are to be included in the result, false otherwise (defaults to true)