Auth0 · Schema

BotDetectionLevelEnum

The level of bot detection sensitivity

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-botdetectionlevelenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BotDetectionLevelEnum",
  "title": "BotDetectionLevelEnum",
  "type": "string",
  "description": "The level of bot detection sensitivity",
  "enum": [
    "low",
    "medium",
    "high"
  ]
}