Back to Node Auth0

Interface ListSynchronizedGroupsResponseContent

docs/interfaces/management.Management.ListSynchronizedGroupsResponseContent.html

5.9.1882 B
Original Source

Interface ListSynchronizedGroupsResponseContent

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

Index

Properties

groupsnext?

Properties

groups

groups: SynchronizedGroupPayload[]

Array of Google Workspace group ids configured for synchronization.

Optionalnext

next?: string

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

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties groupsnext