Module: Google::Cloud::RecaptchaEnterprise::V1beta1::Event::FraudPrevention

Defined in:
proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb

Overview

Setting that controls Fraud Prevention assessments.

Constant Summary collapse

FRAUD_PREVENTION_UNSPECIFIED =

Default, unspecified setting. If opted in for automatic detection, fraud_prevention_assessment is returned based on the request. Otherwise, fraud_prevention_assessment is returned if transaction_data is present in the Event and Fraud Prevention is enabled in the Google Cloud console.

0
ENABLED =

Enable Fraud Prevention for this assessment, if Fraud Prevention is enabled in the Google Cloud console.

1
DISABLED =

Disable Fraud Prevention for this assessment, regardless of opt-in status or the Google Cloud console settings.

2