Auth0 · Schema

ConnectionApiEnableGroupsGoogleApps

Enables integration with the Google Workspace Admin SDK Directory API for groups. When true, Auth0 can synchronize groups & group memberships and supports inbound directory provisioning for groups. Defaults to false.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionapienablegroupsgoogleapps-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionApiEnableGroupsGoogleApps",
  "title": "ConnectionApiEnableGroupsGoogleApps",
  "description": "Enables integration with the Google Workspace Admin SDK Directory API for groups. When true, Auth0 can synchronize groups & group memberships and supports inbound directory provisioning for groups. Defaults to false.",
  "anyOf": [
    {
      "$ref": "#/components/schemas/ConnectionApiEnableGroups"
    }
  ]
}