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

    Interface ReplaceSynchronizedGroupsRequestContent

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

    Properties

    Properties

    Array of Google Workspace Directory group objects to synchronize.