Back to Node Auth0

Interface ReplaceSynchronizedGroupsRequestContent

docs/interfaces/management.Management.ReplaceSynchronizedGroupsRequestContent.html

5.9.1777 B
Original Source

Interface ReplaceSynchronizedGroupsRequestContent

Example

{ * groups: [{ * id: "id" * }] * }Copy

interface ReplaceSynchronizedGroupsRequestContent {
groups: SynchronizedGroupPayload[];
}

Index

Properties

groups

Properties

groups

groups: SynchronizedGroupPayload[]

Array of Google Workspace Directory group objects to synchronize.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties groups