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

    Interface EventStreamCloudEventUserDeletedObjectIdentitiesItemCustom

    The identity object for custom identity providers.

    interface EventStreamCloudEventUserDeletedObjectIdentitiesItemCustom {
        connection: string;
        user_id: EventStreamCloudEventUserDeletedObjectIdentitiesItemCustomUserId;
        profileData?: EventStreamCloudEventUserDeletedObjectIdentitiesItemCustomProfileData;
        provider: "custom";
        isSocial: boolean;
    }
    Index

    Properties

    connection: string

    Name of the connection containing this identity.

    provider: "custom"
    isSocial: boolean