|
786 | 786 | }
|
787 | 787 | }
|
788 | 788 | },
|
789 |
| -"revision": "20250427", |
| 789 | +"revision": "20250504", |
790 | 790 | "rootUrl": "https://recaptchaenterprise.googleapis.com/",
|
791 | 791 | "schemas": {
|
792 | 792 | "GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessment": {
|
@@ -1412,6 +1412,14 @@ true
|
1412 | 1412 | "description": "Output only. Assessment of this transaction for risk of being part of a card testing attack.",
|
1413 | 1413 | "readOnly": true
|
1414 | 1414 | },
|
| 1415 | +"riskReasons": { |
| 1416 | +"description": "Output only. Reasons why the transaction is probably fraudulent and received a high transaction risk score.", |
| 1417 | +"items": { |
| 1418 | +"$ref": "GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentRiskReason" |
| 1419 | +}, |
| 1420 | +"readOnly": true, |
| 1421 | +"type": "array" |
| 1422 | +}, |
1415 | 1423 | "stolenInstrumentVerdict": {
|
1416 | 1424 | "$ref": "GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentStolenInstrumentVerdict",
|
1417 | 1425 | "description": "Output only. Assessment of this transaction for risk of a stolen instrument.",
|
@@ -1452,6 +1460,34 @@ true
|
1452 | 1460 | },
|
1453 | 1461 | "type": "object"
|
1454 | 1462 | },
|
| 1463 | +"GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentRiskReason": { |
| 1464 | +"description": "Risk reasons applicable to the Fraud Prevention assessment.", |
| 1465 | +"id": "GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentRiskReason", |
| 1466 | +"properties": { |
| 1467 | +"reason": { |
| 1468 | +"description": "Output only. Risk reasons applicable to the Fraud Prevention assessment.", |
| 1469 | +"enum": [ |
| 1470 | +"REASON_UNSPECIFIED", |
| 1471 | +"HIGH_TRANSACTION_VELOCITY", |
| 1472 | +"EXCESSIVE_ENUMERATION_PATTERN", |
| 1473 | +"SHORT_IDENTITY_HISTORY", |
| 1474 | +"GEOLOCATION_DISCREPANCY", |
| 1475 | +"ASSOCIATED_WITH_FRAUD_CLUSTER" |
| 1476 | +], |
| 1477 | +"enumDescriptions": [ |
| 1478 | +"Default unspecified type.", |
| 1479 | +"A suspiciously high number of recent transactions have used identifiers present in this transaction.", |
| 1480 | +"User is cycling through a suspiciously large number of identifiers, suggesting enumeration or validation attacks within a potential fraud network.", |
| 1481 | +"User has a short history or no history in the reCAPTCHA network, suggesting the possibility of synthetic identity generation.", |
| 1482 | +"Identifiers used in this transaction originate from an unusual or conflicting set of geolocations.", |
| 1483 | +"This transaction is linked to a cluster of known fraudulent activity." |
| 1484 | +], |
| 1485 | +"readOnly": true, |
| 1486 | +"type": "string" |
| 1487 | +} |
| 1488 | +}, |
| 1489 | +"type": "object" |
| 1490 | +}, |
1455 | 1491 | "GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentStolenInstrumentVerdict": {
|
1456 | 1492 | "description": "Information about stolen instrument fraud, where the user is not the legitimate owner of the instrument being used for the purchase.",
|
1457 | 1493 | "id": "GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentStolenInstrumentVerdict",
|
|
0 commit comments