Module: Google::Cloud::RecaptchaEnterprise::V1::WafSettings::WafFeature
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb
Overview
Supported WAF features. For more information, see https://cloud.google.com/recaptcha-enterprise/docs/usecase#comparison_of_features.
Constant Summary collapse
- WAF_FEATURE_UNSPECIFIED =
Undefined feature.
0
- CHALLENGE_PAGE =
Redirects suspicious traffic to reCAPTCHA.
1
- SESSION_TOKEN =
Use reCAPTCHA session-tokens to protect the whole user session on the site's domain.
2
- ACTION_TOKEN =
Use reCAPTCHA action-tokens to protect user actions.
3
- EXPRESS =
Use reCAPTCHA WAF express protection to protect any content other than web pages, like APIs and IoT devices.
5