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

    Interface ListSynchronizedGroupsResponseContent

    interface ListSynchronizedGroupsResponseContent {
        groups: SynchronizedGroupPayload[];
        next?: string;
    }
    Index

    Properties

    Properties

    Array of Google Workspace group ids configured for synchronization.

    next?: string

    The cursor to be used as the "from" query parameter for the next page of results.