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

    Interface FlowActionSalesforceSearchLeadsParams

    This file was auto-generated by Fern from our API Definition.

    interface FlowActionSalesforceSearchLeadsParams {
        connection_id: string;
        search_field: Management.FlowActionSalesforceSearchLeadsParams.SearchField;
        search_value: string;
        lead_fields: string[];
    }
    Index

    Properties

    connection_id: string
    search_value: string
    lead_fields: string[]