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

    Interface GetEmailProviderRequestParameters

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

    Properties

    fields?: string | null

    Comma-separated list of fields to include or exclude (dependent upon include_fields) from the result. Leave empty to retrieve name and enabled. Additional fields available include credentials, default_from_address, and settings.

    include_fields?: boolean | null

    Whether specified fields are to be included (true) or excluded (false).