Auth0 · Schema

ConnectionTenantDomainGoogleApps

The Google Workspace primary domain used to identify the organization during authentication.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectiontenantdomaingoogleapps-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionTenantDomainGoogleApps",
  "title": "ConnectionTenantDomainGoogleApps",
  "description": "The Google Workspace primary domain used to identify the organization during authentication.",
  "anyOf": [
    {
      "$ref": "#/components/schemas/ConnectionTenantDomain"
    }
  ]
}