Auth0 · Schema

ConnectionExtAgreedTermsGoogleApps

Fetches the `agreedToTerms` flag from the Google Directory profile.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionextagreedtermsgoogleapps-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionExtAgreedTermsGoogleApps",
  "title": "ConnectionExtAgreedTermsGoogleApps",
  "description": "Fetches the `agreedToTerms` flag from the Google Directory profile.",
  "anyOf": [
    {
      "$ref": "#/components/schemas/ConnectionExtAgreedTerms"
    }
  ]
}