Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2ee67ed

Browse files
committedApr 11, 2023
feat(recaptchaenterprise): update the api
#### recaptchaenterprise:v1 The following keys were added: - schemas.GoogleCloudRecaptchaenterpriseV1RiskAnalysis.properties.extendedVerdictReasons (Total Keys: 2)
1 parent c6f1431 commit 2ee67ed

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed
 

‎docs/dyn/recaptchaenterprise_v1.projects.assessments.html

+6
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,9 @@ <h3>Method Details</h3>
285285
&quot;reencryptedUserCredentialsHash&quot;: &quot;A String&quot;, # Output only. Corresponds to the re-encryption of the `encrypted_user_credentials_hash` field. It is used to match potential password leaks within `encrypted_leak_match_prefixes`.
286286
},
287287
&quot;riskAnalysis&quot;: { # Risk analysis result for an event. # Output only. The risk analysis result for the event being assessed.
288+
&quot;extendedVerdictReasons&quot;: [ # Extended verdict reasons to be used for experimentation only. The set of possible reasons is subject to change.
289+
&quot;A String&quot;,
290+
],
288291
&quot;reasons&quot;: [ # Reasons contributing to the risk analysis verdict.
289292
&quot;A String&quot;,
290293
],
@@ -461,6 +464,9 @@ <h3>Method Details</h3>
461464
&quot;reencryptedUserCredentialsHash&quot;: &quot;A String&quot;, # Output only. Corresponds to the re-encryption of the `encrypted_user_credentials_hash` field. It is used to match potential password leaks within `encrypted_leak_match_prefixes`.
462465
},
463466
&quot;riskAnalysis&quot;: { # Risk analysis result for an event. # Output only. The risk analysis result for the event being assessed.
467+
&quot;extendedVerdictReasons&quot;: [ # Extended verdict reasons to be used for experimentation only. The set of possible reasons is subject to change.
468+
&quot;A String&quot;,
469+
],
464470
&quot;reasons&quot;: [ # Reasons contributing to the risk analysis verdict.
465471
&quot;A String&quot;,
466472
],

‎googleapiclient/discovery_cache/documents/recaptchaenterprise.v1.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@
666666
}
667667
}
668668
},
669-
"revision": "20230328",
669+
"revision": "20230402",
670670
"rootUrl": "https://recaptchaenterprise.googleapis.com/",
671671
"schemas": {
672672
"GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessment": {
@@ -1444,6 +1444,13 @@
14441444
"description": "Risk analysis result for an event.",
14451445
"id": "GoogleCloudRecaptchaenterpriseV1RiskAnalysis",
14461446
"properties": {
1447+
"extendedVerdictReasons": {
1448+
"description": "Extended verdict reasons to be used for experimentation only. The set of possible reasons is subject to change.",
1449+
"items": {
1450+
"type": "string"
1451+
},
1452+
"type": "array"
1453+
},
14471454
"reasons": {
14481455
"description": "Reasons contributing to the risk analysis verdict.",
14491456
"items": {

0 commit comments

Comments
 (0)
Please sign in to comment.