Skip to content

Commit 4da7292

Browse files
feat(recaptchaenterprise): update the api
#### recaptchaenterprise:v1 The following keys were added: - schemas.GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessment.properties.behavioralTrustVerdict.$ref (Total Keys: 1) - schemas.GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentBehavioralTrustVerdict (Total Keys: 4)
1 parent 15d9928 commit 4da7292

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

docs/dyn/recaptchaenterprise_v1.projects.assessments.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,9 @@ <h3>Method Details</h3>
264264
},
265265
},
266266
&quot;fraudPreventionAssessment&quot;: { # Assessment for Fraud Prevention. # Assessment returned by Fraud Prevention when TransactionData is provided.
267+
&quot;behavioralTrustVerdict&quot;: { # Information about behavioral trust of the transaction. # Assessment of this transaction for behavioral trust.
268+
&quot;trust&quot;: 3.14, # Probability (0-1) of this transaction attempt being executed in a behaviorally trustworthy way.
269+
},
267270
&quot;cardTestingVerdict&quot;: { # Information about card testing fraud, where an adversary is testing fraudulently obtained cards or brute forcing their details. # Assessment of this transaction for risk of being part of a card testing attack.
268271
&quot;risk&quot;: 3.14, # Probability (0-1) of this transaction attempt being part of a card testing attack.
269272
},
@@ -437,6 +440,9 @@ <h3>Method Details</h3>
437440
},
438441
},
439442
&quot;fraudPreventionAssessment&quot;: { # Assessment for Fraud Prevention. # Assessment returned by Fraud Prevention when TransactionData is provided.
443+
&quot;behavioralTrustVerdict&quot;: { # Information about behavioral trust of the transaction. # Assessment of this transaction for behavioral trust.
444+
&quot;trust&quot;: 3.14, # Probability (0-1) of this transaction attempt being executed in a behaviorally trustworthy way.
445+
},
440446
&quot;cardTestingVerdict&quot;: { # Information about card testing fraud, where an adversary is testing fraudulently obtained cards or brute forcing their details. # Assessment of this transaction for risk of being part of a card testing attack.
441447
&quot;risk&quot;: 3.14, # Probability (0-1) of this transaction attempt being part of a card testing attack.
442448
},

googleapiclient/discovery_cache/documents/recaptchaenterprise.v1.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@
666666
}
667667
}
668668
},
669-
"revision": "20230319",
669+
"revision": "20230328",
670670
"rootUrl": "https://recaptchaenterprise.googleapis.com/",
671671
"schemas": {
672672
"GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessment": {
@@ -1134,6 +1134,10 @@
11341134
"description": "Assessment for Fraud Prevention.",
11351135
"id": "GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessment",
11361136
"properties": {
1137+
"behavioralTrustVerdict": {
1138+
"$ref": "GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentBehavioralTrustVerdict",
1139+
"description": "Assessment of this transaction for behavioral trust."
1140+
},
11371141
"cardTestingVerdict": {
11381142
"$ref": "GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentCardTestingVerdict",
11391143
"description": "Assessment of this transaction for risk of being part of a card testing attack."
@@ -1150,6 +1154,18 @@
11501154
},
11511155
"type": "object"
11521156
},
1157+
"GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentBehavioralTrustVerdict": {
1158+
"description": "Information about behavioral trust of the transaction.",
1159+
"id": "GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentBehavioralTrustVerdict",
1160+
"properties": {
1161+
"trust": {
1162+
"description": "Probability (0-1) of this transaction attempt being executed in a behaviorally trustworthy way.",
1163+
"format": "float",
1164+
"type": "number"
1165+
}
1166+
},
1167+
"type": "object"
1168+
},
11531169
"GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentCardTestingVerdict": {
11541170
"description": "Information about card testing fraud, where an adversary is testing fraudulently obtained cards or brute forcing their details.",
11551171
"id": "GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentCardTestingVerdict",
@@ -1881,7 +1897,7 @@
18811897
"Redirects suspicious traffic to reCAPTCHA.",
18821898
"Use reCAPTCHA session-tokens to protect the whole user session on the site's domain.",
18831899
"Use reCAPTCHA action-tokens to protect user actions.",
1884-
"Use reCAPTCHA WAF express protection to protect any context other than web pages, like APIs and IoT devices."
1900+
"Use reCAPTCHA WAF express protection to protect any content other than web pages, like APIs and IoT devices."
18851901
],
18861902
"type": "string"
18871903
},

0 commit comments

Comments
 (0)