Auth0 · Schema

AttackProtectionCaptchaProviderId

The id of the active provider for the CAPTCHA.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-attackprotectioncaptchaproviderid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AttackProtectionCaptchaProviderId",
  "title": "AttackProtectionCaptchaProviderId",
  "type": "string",
  "description": "The id of the active provider for the CAPTCHA.",
  "maxLength": 36,
  "enum": [
    "arkose",
    "auth_challenge",
    "friendly_captcha",
    "hcaptcha",
    "recaptcha_v2",
    "recaptcha_enterprise",
    "simple_captcha"
  ]
}