Skip to content

Commit c4b46b0

Browse files
feat(recaptchaenterprise): update the api
#### recaptchaenterprise:v1 The following keys were added: - schemas.GoogleCloudRecaptchaenterpriseV1Event.properties.ja4.type (Total Keys: 1)
1 parent 14dbbe9 commit c4b46b0

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

docs/dyn/recaptchaenterprise_v1.projects.assessments.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ <h3>Method Details</h3>
166166
&quot;headers&quot;: [ # Optional. HTTP header information about the request.
167167
&quot;A String&quot;,
168168
],
169-
&quot;ja3&quot;: &quot;A String&quot;, # Optional. JA3 fingerprint for SSL clients.
169+
&quot;ja3&quot;: &quot;A String&quot;, # Optional. JA3 fingerprint for SSL clients. To learn how to compute this fingerprint, please refer to https://github.com/salesforce/ja3.
170+
&quot;ja4&quot;: &quot;A String&quot;, # Optional. JA4 fingerprint for SSL clients. To learn how to compute this fingerprint, please refer to https://github.com/FoxIO-LLC/ja4.
170171
&quot;requestedUri&quot;: &quot;A String&quot;, # Optional. The URI resource the user requested that triggered an assessment.
171172
&quot;siteKey&quot;: &quot;A String&quot;, # Optional. The site key that was used to invoke reCAPTCHA Enterprise on your site and generate the token.
172173
&quot;token&quot;: &quot;A String&quot;, # Optional. The user response token provided by the reCAPTCHA Enterprise client-side integration on your site.
@@ -383,7 +384,8 @@ <h3>Method Details</h3>
383384
&quot;headers&quot;: [ # Optional. HTTP header information about the request.
384385
&quot;A String&quot;,
385386
],
386-
&quot;ja3&quot;: &quot;A String&quot;, # Optional. JA3 fingerprint for SSL clients.
387+
&quot;ja3&quot;: &quot;A String&quot;, # Optional. JA3 fingerprint for SSL clients. To learn how to compute this fingerprint, please refer to https://github.com/salesforce/ja3.
388+
&quot;ja4&quot;: &quot;A String&quot;, # Optional. JA4 fingerprint for SSL clients. To learn how to compute this fingerprint, please refer to https://github.com/FoxIO-LLC/ja4.
387389
&quot;requestedUri&quot;: &quot;A String&quot;, # Optional. The URI resource the user requested that triggered an assessment.
388390
&quot;siteKey&quot;: &quot;A String&quot;, # Optional. The site key that was used to invoke reCAPTCHA Enterprise on your site and generate the token.
389391
&quot;token&quot;: &quot;A String&quot;, # Optional. The user response token provided by the reCAPTCHA Enterprise client-side integration on your site.

googleapiclient/discovery_cache/documents/recaptchaenterprise.v1.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@
786786
}
787787
}
788788
},
789-
"revision": "20241208",
789+
"revision": "20250202",
790790
"rootUrl": "https://recaptchaenterprise.googleapis.com/",
791791
"schemas": {
792792
"GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessment": {
@@ -1177,7 +1177,7 @@ true
11771177
"enumDescriptions": [
11781178
"Default, unspecified setting. `fraud_prevention_assessment` is returned if `transaction_data` is present in `Event` and Fraud Prevention is enabled in the Google Cloud console.",
11791179
"Enable Fraud Prevention for this assessment, if Fraud Prevention is enabled in the Google Cloud console.",
1180-
"Disable Fraud Prevention for this assessment, regardless of Google Cloud console settings."
1180+
"Disable Fraud Prevention for this assessment, regardless of the Google Cloud console settings."
11811181
],
11821182
"type": "string"
11831183
},
@@ -1195,7 +1195,11 @@ true
11951195
"type": "array"
11961196
},
11971197
"ja3": {
1198-
"description": "Optional. JA3 fingerprint for SSL clients.",
1198+
"description": "Optional. JA3 fingerprint for SSL clients. To learn how to compute this fingerprint, please refer to https://github.com/salesforce/ja3.",
1199+
"type": "string"
1200+
},
1201+
"ja4": {
1202+
"description": "Optional. JA4 fingerprint for SSL clients. To learn how to compute this fingerprint, please refer to https://github.com/FoxIO-LLC/ja4.",
11991203
"type": "string"
12001204
},
12011205
"requestedUri": {

0 commit comments

Comments
 (0)