Auth0 · Schema

ConnectionExtIsSuspended

Indicates to store whether a user's account is suspended.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionextissuspended-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionExtIsSuspended",
  "title": "ConnectionExtIsSuspended",
  "description": "Indicates to store whether a user's account is suspended.",
  "type": "boolean",
  "default": false
}