Auth0 Node.js SDK - v6.4.0
    Preparing search index...

    Interface EventStreamCloudEventUserDeletedPreviousObjectIdentitiesItemCustom

    The identity object for custom identity providers.

    interface EventStreamCloudEventUserDeletedPreviousObjectIdentitiesItemCustom {
        connection: string;
        user_id: EventStreamCloudEventUserDeletedPreviousObjectIdentitiesItemCustomUserId;
        profileData?: EventStreamCloudEventUserDeletedPreviousObjectIdentitiesItemCustomProfileData;
        provider: "custom";
        isSocial: boolean;
    }
    Index
    connection: string

    Name of the connection containing this identity.

    provider: "custom"
    isSocial: boolean