Google Cloud Recaptcha Enterprise V1 Client - Class WafFeature (1.8.0)

Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class WafFeature.

Supported WAF features. For more information, see https://cloud.google.com/recaptcha-enterprise/docs/usecase#comparison_of_features.

Protobuf type google.cloud.recaptchaenterprise.v1.WafSettings.WafFeature

Namespace

Google \ Cloud \ RecaptchaEnterprise \ V1 \ WafSettings

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

WAF_FEATURE_UNSPECIFIED

Value: 0

Undefined feature.

Generated from protobuf enum WAF_FEATURE_UNSPECIFIED = 0;

CHALLENGE_PAGE

Value: 1

Redirects suspicious traffic to reCAPTCHA.

Generated from protobuf enum CHALLENGE_PAGE = 1;

SESSION_TOKEN

Value: 2

Use reCAPTCHA session-tokens to protect the whole user session on the site's domain.

Generated from protobuf enum SESSION_TOKEN = 2;

ACTION_TOKEN

Value: 3

Use reCAPTCHA action-tokens to protect user actions.

Generated from protobuf enum ACTION_TOKEN = 3;

EXPRESS

Value: 5

Use reCAPTCHA WAF express protection to protect any content other than web pages, like APIs and IoT devices.

Generated from protobuf enum EXPRESS = 5;