Google Cloud Recaptcha Enterprise V1 Client - Class Reason (2.3.0)

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

Risk reasons applicable to the Fraud Prevention assessment. New risk reasons will be added over time.

Protobuf type google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.RiskReason.Reason

Namespace

Google \ Cloud \ RecaptchaEnterprise \ V1 \ FraudPreventionAssessment \ RiskReason

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

REASON_UNSPECIFIED

Value: 0

Default unspecified type.

Generated from protobuf enum REASON_UNSPECIFIED = 0;

HIGH_TRANSACTION_VELOCITY

Value: 1

A suspiciously high number of recent transactions have used identifiers present in this transaction.

Generated from protobuf enum HIGH_TRANSACTION_VELOCITY = 1;

EXCESSIVE_ENUMERATION_PATTERN

Value: 2

User is cycling through a suspiciously large number of identifiers, suggesting enumeration or validation attacks within a potential fraud network.

Generated from protobuf enum EXCESSIVE_ENUMERATION_PATTERN = 2;

SHORT_IDENTITY_HISTORY

Value: 3

User has a short history or no history in the reCAPTCHA network, suggesting the possibility of synthetic identity generation.

Generated from protobuf enum SHORT_IDENTITY_HISTORY = 3;

GEOLOCATION_DISCREPANCY

Value: 4

Identifiers used in this transaction originate from an unusual or conflicting set of geolocations.

Generated from protobuf enum GEOLOCATION_DISCREPANCY = 4;

ASSOCIATED_WITH_FRAUD_CLUSTER

Value: 5

This transaction is linked to a cluster of known fraudulent activity.

Generated from protobuf enum ASSOCIATED_WITH_FRAUD_CLUSTER = 5;