You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### recaptchaenterprise:v1
The following keys were deleted:
- schemas.GoogleCloudRecaptchaenterpriseV1Event.properties.hashedAccountId (Total Keys: 2)
Copy file name to clipboardExpand all lines: docs/dyn/recaptchaenterprise_v1.projects.assessments.html
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,7 @@ <h3>Method Details</h3>
95
95
96
96
{ # The request message to annotate an Assessment.
97
97
"annotation": "A String", # Optional. The annotation that will be assigned to the Event. This field can be left empty to provide reasons that apply to an event without concluding whether the event is legitimate or fraudulent.
98
+
"hashedAccountId": "A String", # Optional. Optional unique stable hashed user identifier to apply to the assessment. This is an alternative to setting the hashed_account_id in CreateAssessment, for example when the account identifier is not yet known in the initial request. It is recommended that the identifier is hashed using hmac-sha256 with stable secret.
98
99
"reasons": [ # Optional. Optional reasons for the annotation that will be assigned to the Event.
99
100
"A String",
100
101
],
@@ -127,6 +128,11 @@ <h3>Method Details</h3>
127
128
The object takes the form of:
128
129
129
130
{ # A recaptcha assessment resource.
131
+
"accountDefenderAssessment": { # Account Defender risk assessment. # Assessment returned by Account Defender when a hashed_account_id is provided.
132
+
"labels": [ # Labels for this request.
133
+
"A String",
134
+
],
135
+
},
130
136
"event": { # The event being assessed.
131
137
"expectedAction": "A String", # Optional. The expected action for this type of event. This should be the same action provided at token generation time on client-side platforms already integrated with recaptcha enterprise.
132
138
"siteKey": "A String", # Optional. The site key that was used to invoke reCAPTCHA on your site and generate the token.
@@ -159,6 +165,11 @@ <h3>Method Details</h3>
159
165
An object of the form:
160
166
161
167
{ # A recaptcha assessment resource.
168
+
"accountDefenderAssessment": { # Account Defender risk assessment. # Assessment returned by Account Defender when a hashed_account_id is provided.
169
+
"labels": [ # Labels for this request.
170
+
"A String",
171
+
],
172
+
},
162
173
"event": { # The event being assessed.
163
174
"expectedAction": "A String", # Optional. The expected action for this type of event. This should be the same action provided at token generation time on client-side platforms already integrated with recaptcha enterprise.
164
175
"siteKey": "A String", # Optional. The site key that was used to invoke reCAPTCHA on your site and generate the token.
"description": "Optional. The expected action for this type of event. This should be the same action provided at token generation time on client-side platforms already integrated with recaptcha enterprise.",
666
666
"type": "string"
667
667
},
668
-
"hashedAccountId": {
669
-
"description": "Optional. Optional unique stable hashed user identifier for the request. The identifier should ideally be hashed using sha256 with stable secret.",
670
-
"format": "byte",
671
-
"type": "string"
672
-
},
673
668
"siteKey": {
674
669
"description": "Optional. The site key that was used to invoke reCAPTCHA on your site and generate the token.",
0 commit comments