public enum FraudPreventionAssessment.RiskReason.Reason extends Enum<FraudPreventionAssessment.RiskReason.Reason> implements ProtocolMessageEnumRisk 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
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ASSOCIATED_WITH_FRAUD_CLUSTER |
This transaction is linked to a cluster of known fraudulent activity. |
ASSOCIATED_WITH_FRAUD_CLUSTER_VALUE |
This transaction is linked to a cluster of known fraudulent activity. |
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_VALUE |
User is cycling through a suspiciously large number of identifiers, suggesting enumeration or validation attacks within a potential fraud network. |
GEOLOCATION_DISCREPANCY |
Identifiers used in this transaction originate from an unusual or conflicting set of geolocations. |
GEOLOCATION_DISCREPANCY_VALUE |
Identifiers used in this transaction originate from an unusual or conflicting set of geolocations. |
HIGH_TRANSACTION_VELOCITY |
A suspiciously high number of recent transactions have used identifiers present in this transaction. |
HIGH_TRANSACTION_VELOCITY_VALUE |
A suspiciously high number of recent transactions have used identifiers present in this transaction. |
REASON_UNSPECIFIED |
Default unspecified type. |
REASON_UNSPECIFIED_VALUE |
Default unspecified type. |
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_VALUE |
User has a short history or no history in the reCAPTCHA network, suggesting the possibility of synthetic identity generation. |
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() |
|