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

    Interface ConnectionResponseContentSalesforceSandbox

    Response for connections with strategy=salesforce-sandbox

    interface ConnectionResponseContentSalesforceSandbox {
        authentication?: ConnectionAuthenticationPurpose;
        connected_accounts?: ConnectionConnectedAccountsPurpose;
        id: string;
        realms?: ConnectionRealms;
        strategy: "salesforce-sandbox";
        options?: ConnectionOptionsSalesforce;
        name: string;
        enabled_clients?: string[];
        display_name?: string;
        is_domain_connection?: boolean;
        metadata?: ConnectionsMetadata;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id: string
    strategy: "salesforce-sandbox"
    name: string
    enabled_clients?: string[]

    Use of this property is NOT RECOMMENDED. Use the PATCH /v2/connections/{id}/clients endpoint to enable the connection for a set of clients.

    display_name?: string
    is_domain_connection?: boolean