{ "$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" } ] }