Auth0 · Schema

ConnectionExtIsAdminGoogleApps

Fetches the Google Directory admin flag for the signing-in user.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionextisadmingoogleapps-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionExtIsAdminGoogleApps",
  "title": "ConnectionExtIsAdminGoogleApps",
  "description": "Fetches the Google Directory admin flag for the signing-in user.",
  "anyOf": [
    {
      "$ref": "#/components/schemas/ConnectionExtAdmin"
    }
  ]
}