Auth0 · Schema
GetAttackProtectionCaptchaResponseContent
AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
Properties
| Name | Type | Description |
|---|---|---|
| active_provider_id | string | |
| 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/GetAttackProtectionCaptchaResponseContent",
"title": "GetAttackProtectionCaptchaResponseContent",
"type": "object",
"additionalProperties": true,
"properties": {
"active_provider_id": {
"type": "string"
},
"arkose": {
"$ref": "#/components/schemas/AttackProtectionCaptchaArkoseResponseContent"
},
"auth_challenge": {
"$ref": "#/components/schemas/AttackProtectionCaptchaAuthChallengeResponseContent"
},
"hcaptcha": {
"$ref": "#/components/schemas/AttackProtectionCaptchaHcaptchaResponseContent"
},
"friendly_captcha": {
"$ref": "#/components/schemas/AttackProtectionCaptchaFriendlyCaptchaResponseContent"
},
"recaptcha_enterprise": {
"$ref": "#/components/schemas/AttackProtectionCaptchaRecaptchaEnterpriseResponseContent"
},
"recaptcha_v2": {
"$ref": "#/components/schemas/AttackProtectionCaptchaRecaptchaV2ResponseContent"
},
"simple_captcha": {
"$ref": "#/components/schemas/AttackProtectionCaptchaSimpleCaptchaResponseContent"
}
}
}