Module: Google::Cloud::RecaptchaEnterprise::V1::RiskAnalysis::ClassificationReason
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb
Overview
Reasons contributing to the risk analysis verdict.
Constant Summary collapse
- CLASSIFICATION_REASON_UNSPECIFIED =
Default unspecified type.
0
- AUTOMATION =
Interactions matched the behavior of an automated agent.
1
- UNEXPECTED_ENVIRONMENT =
The event originated from an illegitimate environment.
2
- TOO_MUCH_TRAFFIC =
Traffic volume from the event source is higher than normal.
3
- UNEXPECTED_USAGE_PATTERNS =
Interactions with the site were significantly different than expected patterns.
4
- LOW_CONFIDENCE_SCORE =
Too little traffic has been received from this site thus far to generate quality risk analysis.
5
- SUSPECTED_CARDING =
The request matches behavioral characteristics of a carding attack.
6
- SUSPECTED_CHARGEBACK =
The request matches behavioral characteristics of chargebacks for fraud.
7