Enum FraudPreventionAssessment.RiskReason.Reason (3.79.0)

public enum FraudPreventionAssessment.RiskReason.Reason extends Enum<FraudPreventionAssessment.RiskReason.Reason> implements ProtocolMessageEnum

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

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
ASSOCIATED_WITH_FRAUD_CLUSTER

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

ASSOCIATED_WITH_FRAUD_CLUSTER = 5;

ASSOCIATED_WITH_FRAUD_CLUSTER_VALUE

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

ASSOCIATED_WITH_FRAUD_CLUSTER = 5;

EXCESSIVE_ENUMERATION_PATTERN

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

EXCESSIVE_ENUMERATION_PATTERN = 2;

EXCESSIVE_ENUMERATION_PATTERN_VALUE

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

EXCESSIVE_ENUMERATION_PATTERN = 2;

GEOLOCATION_DISCREPANCY

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

GEOLOCATION_DISCREPANCY = 4;

GEOLOCATION_DISCREPANCY_VALUE

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

GEOLOCATION_DISCREPANCY = 4;

HIGH_TRANSACTION_VELOCITY

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

HIGH_TRANSACTION_VELOCITY = 1;

HIGH_TRANSACTION_VELOCITY_VALUE

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

HIGH_TRANSACTION_VELOCITY = 1;

REASON_UNSPECIFIED

Default unspecified type.

REASON_UNSPECIFIED = 0;

REASON_UNSPECIFIED_VALUE

Default unspecified type.

REASON_UNSPECIFIED = 0;

SHORT_IDENTITY_HISTORY

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

SHORT_IDENTITY_HISTORY = 3;

SHORT_IDENTITY_HISTORY_VALUE

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

SHORT_IDENTITY_HISTORY = 3;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()