docs/interfaces/management.Management.GetAttackProtectionCaptchaResponseContent.html
interface GetAttackProtectionCaptchaResponseContent {
active_provider_id?: string;
arkose?: AttackProtectionCaptchaArkoseResponseContent;
auth_challenge?: AttackProtectionCaptchaAuthChallengeResponseContent;
hcaptcha?: AttackProtectionCaptchaHcaptchaResponseContent;
friendly_captcha?: AttackProtectionCaptchaFriendlyCaptchaResponseContent;
recaptcha_enterprise?: AttackProtectionCaptchaRecaptchaEnterpriseResponseContent;
recaptcha_v2?: AttackProtectionCaptchaRecaptchaV2ResponseContent;
simple_captcha?: AttackProtectionCaptchaSimpleCaptchaResponseContent;
key: string: any;
}
Accepts any additional properties
active_provider_id?arkose?auth_challenge?hcaptcha?friendly_captcha?recaptcha_enterprise?recaptcha_v2?simple_captcha?
Optionalactive_provider_idactive_provider_id?: string
Optionalarkosearkose?: AttackProtectionCaptchaArkoseResponseContent
Optionalauth_challengeauth_challenge?: AttackProtectionCaptchaAuthChallengeResponseContent
Optionalhcaptchahcaptcha?: AttackProtectionCaptchaHcaptchaResponseContent
Optionalfriendly_captchafriendly_captcha?: AttackProtectionCaptchaFriendlyCaptchaResponseContent
Optionalrecaptcha_enterpriserecaptcha_enterprise?: AttackProtectionCaptchaRecaptchaEnterpriseResponseContent
Optionalrecaptcha_v2recaptcha_v2?: AttackProtectionCaptchaRecaptchaV2ResponseContent
Optionalsimple_captchasimple_captcha?: AttackProtectionCaptchaSimpleCaptchaResponseContent
Member Visibility
ThemeOSLightDark
Properties active_provider_idarkoseauth_challengehcaptchafriendly_captcharecaptcha_enterpriserecaptcha_v2simple_captcha