Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class FraudPrevention.
Setting that controls Fraud Prevention assessments.
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: 0
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.
Generated from protobuf enum FRAUD_PREVENTION_UNSPECIFIED = 0;
ENABLED
Value: 1
Enable Fraud Prevention for this assessment, if Fraud Prevention is enabled in the Google Cloud console.
Generated from protobuf enum ENABLED = 1;
DISABLED
Value: 2
Disable Fraud Prevention for this assessment, regardless of opt-in status or Google Cloud console settings.
Generated from protobuf enum DISABLED = 2;