Auth0 · Schema

ConnectionClientIdGoogleApps

Your Google OAuth 2.0 client ID. You can find this in your [Google Cloud Console](https://console.cloud.google.com/apis/credentials) under the OAuth 2.0 Client IDs section.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionclientidgoogleapps-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionClientIdGoogleApps",
  "title": "ConnectionClientIdGoogleApps",
  "description": "Your Google OAuth 2.0 client ID. You can find this in your [Google Cloud Console](https://console.cloud.google.com/apis/credentials) under the OAuth 2.0 Client IDs section.",
  "allOf": [
    {
      "$ref": "#/components/schemas/ConnectionClientId"
    },
    {
      "type": "string",
      "minLength": 1,
      "maxLength": 128
    }
  ]
}