Auth0 · Schema

ConnectionExtGroupsGoogleApps

Enables enrichment with Google group memberships (required for `ext_groups_extended`).

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionextgroupsgoogleapps-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionExtGroupsGoogleApps",
  "title": "ConnectionExtGroupsGoogleApps",
  "description": "Enables enrichment with Google group memberships (required for `ext_groups_extended`).",
  "anyOf": [
    {
      "$ref": "#/components/schemas/ConnectionExtGroups"
    }
  ]
}