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

    Interface AddSynchronizedGroupsRequestContent

    {
    * groups: [{
    * id: "id"
    * }]
    * }
    interface AddSynchronizedGroupsRequestContent {
        groups: SynchronizedGroupPayload[];
    }
    Index

    Array of Google Workspace Directory group objects to synchronize.