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

    Interface GetConnectionProfileResponseContent

    interface GetConnectionProfileResponseContent {
        id?: string;
        name?: string;
        organization?: ConnectionProfileOrganization;
        connection_name_prefix_template?: string;
        enabled_features?: ConnectionProfileEnabledFeatures;
        connection_config?: ConnectionProfileConfig;
        strategy_overrides?: ConnectionProfileStrategyOverrides;
    }
    Index

    Properties

    id?: string
    name?: string
    connection_name_prefix_template?: string
    connection_config?: ConnectionProfileConfig