Module: Google::Cloud::RecaptchaEnterprise::V1::Event::FraudPrevention
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1/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 iftransaction_data
is present in theEvent
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 Google Cloud console settings.
2