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

    Interface SynchronizedGroupPayload

    interface SynchronizedGroupPayload {
        id: string;
        name?: string;
        email?: string;
        direct_members_count?: number;
    }
    Index
    id: string

    Google Workspace Directory group ID.

    name?: string

    Google Workspace Directory group name.

    email?: string

    Google Workspace Directory group email.

    direct_members_count?: number

    Number of direct members in the Google Workspace Directory group.