Skip to content

Commit a919118

Browse files
feat(recaptchaenterprise): update the api
#### recaptchaenterprise:v1 The following keys were added: - schemas.GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessment.properties.riskReasons (Total Keys: 3) - schemas.GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentRiskReason (Total Keys: 4)
1 parent a96bd11 commit a919118

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

docs/dyn/recaptchaenterprise_v1.projects.assessments.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,11 @@ <h3>Method Details</h3>
290290
&quot;cardTestingVerdict&quot;: { # Information about card testing fraud, where an adversary is testing fraudulently obtained cards or brute forcing their details. # Output only. Assessment of this transaction for risk of being part of a card testing attack.
291291
&quot;risk&quot;: 3.14, # Output only. Probability of this transaction attempt being part of a card testing attack. Values are from 0.0 (lowest) to 1.0 (highest).
292292
},
293+
&quot;riskReasons&quot;: [ # Output only. Reasons why the transaction is probably fraudulent and received a high transaction risk score.
294+
{ # Risk reasons applicable to the Fraud Prevention assessment.
295+
&quot;reason&quot;: &quot;A String&quot;, # Output only. Risk reasons applicable to the Fraud Prevention assessment.
296+
},
297+
],
293298
&quot;stolenInstrumentVerdict&quot;: { # Information about stolen instrument fraud, where the user is not the legitimate owner of the instrument being used for the purchase. # Output only. Assessment of this transaction for risk of a stolen instrument.
294299
&quot;risk&quot;: 3.14, # Output only. Probability of this transaction being executed with a stolen instrument. Values are from 0.0 (lowest) to 1.0 (highest).
295300
},
@@ -514,6 +519,11 @@ <h3>Method Details</h3>
514519
&quot;cardTestingVerdict&quot;: { # Information about card testing fraud, where an adversary is testing fraudulently obtained cards or brute forcing their details. # Output only. Assessment of this transaction for risk of being part of a card testing attack.
515520
&quot;risk&quot;: 3.14, # Output only. Probability of this transaction attempt being part of a card testing attack. Values are from 0.0 (lowest) to 1.0 (highest).
516521
},
522+
&quot;riskReasons&quot;: [ # Output only. Reasons why the transaction is probably fraudulent and received a high transaction risk score.
523+
{ # Risk reasons applicable to the Fraud Prevention assessment.
524+
&quot;reason&quot;: &quot;A String&quot;, # Output only. Risk reasons applicable to the Fraud Prevention assessment.
525+
},
526+
],
517527
&quot;stolenInstrumentVerdict&quot;: { # Information about stolen instrument fraud, where the user is not the legitimate owner of the instrument being used for the purchase. # Output only. Assessment of this transaction for risk of a stolen instrument.
518528
&quot;risk&quot;: 3.14, # Output only. Probability of this transaction being executed with a stolen instrument. Values are from 0.0 (lowest) to 1.0 (highest).
519529
},

googleapiclient/discovery_cache/documents/recaptchaenterprise.v1.json

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@
786786
}
787787
}
788788
},
789-
"revision": "20250427",
789+
"revision": "20250504",
790790
"rootUrl": "https://recaptchaenterprise.googleapis.com/",
791791
"schemas": {
792792
"GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessment": {
@@ -1412,6 +1412,14 @@ true
14121412
"description": "Output only. Assessment of this transaction for risk of being part of a card testing attack.",
14131413
"readOnly": true
14141414
},
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+
},
14151423
"stolenInstrumentVerdict": {
14161424
"$ref": "GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentStolenInstrumentVerdict",
14171425
"description": "Output only. Assessment of this transaction for risk of a stolen instrument.",
@@ -1452,6 +1460,34 @@ true
14521460
},
14531461
"type": "object"
14541462
},
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+
},
14551491
"GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentStolenInstrumentVerdict": {
14561492
"description": "Information about stolen instrument fraud, where the user is not the legitimate owner of the instrument being used for the purchase.",
14571493
"id": "GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentStolenInstrumentVerdict",

0 commit comments

Comments
 (0)