Auth0 · Schema

AttackProtectionUpdateCaptchaRecaptchaEnterprise

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
site_key string The site key for the reCAPTCHA Enterprise provider.
api_key string The API key for the reCAPTCHA Enterprise provider.
project_id string The project ID for the reCAPTCHA Enterprise provider.
View JSON Schema on GitHub

JSON Schema

auth0-attackprotectionupdatecaptcharecaptchaenterprise-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AttackProtectionUpdateCaptchaRecaptchaEnterprise",
  "title": "AttackProtectionUpdateCaptchaRecaptchaEnterprise",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "site_key",
    "api_key",
    "project_id"
  ],
  "properties": {
    "site_key": {
      "type": "string",
      "description": "The site key for the reCAPTCHA Enterprise provider.",
      "maxLength": 100
    },
    "api_key": {
      "type": "string",
      "description": "The API key for the reCAPTCHA Enterprise provider.",
      "maxLength": 100
    },
    "project_id": {
      "type": "string",
      "description": "The project ID for the reCAPTCHA Enterprise provider.",
      "maxLength": 100
    }
  }
}