Auth0 · Schema

ConnectionExtIsSuspendedGoogleApps

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

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

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