Auth0 · Schema
UpdateAttackProtectionCaptchaRequestContent
AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
Properties
| Name | Type | Description |
|---|---|---|
| active_provider_id | object | |
| arkose | object | |
| auth_challenge | object | |
| hcaptcha | object | |
| friendly_captcha | object | |
| recaptcha_enterprise | object | |
| recaptcha_v2 | object | |
| simple_captcha | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/UpdateAttackProtectionCaptchaRequestContent",
"title": "UpdateAttackProtectionCaptchaRequestContent",
"type": "object",
"additionalProperties": false,
"properties": {
"active_provider_id": {
"$ref": "#/components/schemas/AttackProtectionCaptchaProviderId"
},
"arkose": {
"$ref": "#/components/schemas/AttackProtectionUpdateCaptchaArkose"
},
"auth_challenge": {
"$ref": "#/components/schemas/AttackProtectionCaptchaAuthChallengeRequest"
},
"hcaptcha": {
"$ref": "#/components/schemas/AttackProtectionUpdateCaptchaHcaptcha"
},
"friendly_captcha": {
"$ref": "#/components/schemas/AttackProtectionUpdateCaptchaFriendlyCaptcha"
},
"recaptcha_enterprise": {
"$ref": "#/components/schemas/AttackProtectionUpdateCaptchaRecaptchaEnterprise"
},
"recaptcha_v2": {
"$ref": "#/components/schemas/AttackProtectionUpdateCaptchaRecaptchaV2"
},
"simple_captcha": {
"$ref": "#/components/schemas/AttackProtectionCaptchaSimpleCaptchaResponseContent"
}
}
}