Auth0 · Schema

ConnectionIconUrlGoogleApps

URL for the connection icon displayed in Auth0 login pages. Accepts HTTPS URLs. Used for visual branding in authentication flows.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectioniconurlgoogleapps-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionIconUrlGoogleApps",
  "title": "ConnectionIconUrlGoogleApps",
  "description": "URL for the connection icon displayed in Auth0 login pages. Accepts HTTPS URLs. Used for visual branding in authentication flows.",
  "anyOf": [
    {
      "$ref": "#/components/schemas/ConnectionIconUrl"
    }
  ]
}