wafFeature property
The WAF feature for which this key is enabled.
Required. Possible string values are:
- "WAF_FEATURE_UNSPECIFIED" : Undefined feature.
- "CHALLENGE_PAGE" : Redirects suspicious traffic to reCAPTCHA.
- "SESSION_TOKEN" : Use reCAPTCHA session-tokens to protect the whole user session on the site's domain.
- "ACTION_TOKEN" : Use reCAPTCHA action-tokens to protect user actions.
- "EXPRESS" : Use reCAPTCHA WAF express protection to protect any content other than web pages, like APIs and IoT devices.
Implementation
core.String? wafFeature;