Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class FraudPrevention.
Setting that controls Fraud Prevention assessments.
Ensure that applications can handle values not explicitly listed.
Protobuf type google.cloud.recaptchaenterprise.v1.Event.FraudPrevention
Namespace
Google \ Cloud \ RecaptchaEnterprise \ V1 \ EventMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
FRAUD_PREVENTION_UNSPECIFIED
Value: 0Default, unspecified setting. fraud_prevention_assessment is returned
if transaction_data is present in Event and Fraud Prevention is
enabled in the Google Cloud console.
Generated from protobuf enum FRAUD_PREVENTION_UNSPECIFIED = 0;
ENABLED
Value: 1Enable Fraud Prevention for this assessment, if Fraud Prevention is enabled in the Google Cloud console.
Generated from protobuf enum ENABLED = 1;
DISABLED
Value: 2Disable Fraud Prevention for this assessment, regardless of the Google Cloud console settings.
Generated from protobuf enum DISABLED = 2;