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

    Interface GetConnectionRequestParameters

    {}
    
    interface GetConnectionRequestParameters {
        fields?: string;
        include_fields?: boolean;
    }
    Index

    Properties

    fields?: string

    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

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