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
Copy file name to clipboardexpand all lines: docs/dyn/recaptchaenterprise_v1.projects.assessments.html
+16-4
Original file line number
Diff line number
Diff line change
@@ -152,9 +152,15 @@ <h3>Method Details</h3>
152
152
"latestVerificationResult": "A String", # Output only. Result of the latest account verification challenge.
153
153
"username": "A String", # Username of the account that is being verified. Deprecated. Customers should now provide the hashed account ID field in Event.
154
154
},
155
-
"event": { # The event being assessed.
155
+
"event": { # The event being assessed. # The event being assessed.
156
156
"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.
157
+
"express": True or False, # Optional. Optional flag for a reCAPTCHA express request for an assessment without a token. If enabled, `site_key` must reference a SCORE key with WAF feature set to EXPRESS.
157
158
"hashedAccountId": "A String", # Optional. Unique stable hashed user identifier for the request. The identifier must be hashed using hmac-sha256 with stable secret.
159
+
"headers": [ # Optional. Optional HTTP header information about the request.
"requestedUri": "A String", # Optional. The URI resource the user requested that triggered an assessment.
158
164
"siteKey": "A String", # Optional. The site key that was used to invoke reCAPTCHA Enterprise on your site and generate the token.
159
165
"token": "A String", # Optional. The user response token provided by the reCAPTCHA Enterprise client-side integration on your site.
160
166
"transactionData": { # Transaction data associated with a payment protected by reCAPTCHA Enterprise. All fields are optional. # Optional. Data describing a payment transaction to be assessed. Sending this data enables reCAPTCHA Enterprise Fraud Prevention and the FraudPreventionAssessment component in the response.
@@ -245,7 +251,7 @@ <h3>Method Details</h3>
245
251
],
246
252
"score": 3.14, # Legitimate event score from 0.0 to 1.0. (1.0 means very likely legitimate traffic while 0.0 means very likely non-legitimate traffic).
247
253
},
248
-
"tokenProperties": { # Output only. Properties of the provided event token.
254
+
"tokenProperties": { # Properties of the provided event token. # Output only. Properties of the provided event token.
249
255
"action": "A String", # Action name provided at token generation.
250
256
"androidPackageName": "A String", # The name of the Android package with which the token was generated (Android keys only).
251
257
"createTime": "A String", # The timestamp corresponding to the generation of the token.
@@ -283,9 +289,15 @@ <h3>Method Details</h3>
283
289
"latestVerificationResult": "A String", # Output only. Result of the latest account verification challenge.
284
290
"username": "A String", # Username of the account that is being verified. Deprecated. Customers should now provide the hashed account ID field in Event.
285
291
},
286
-
"event": { # The event being assessed.
292
+
"event": { # The event being assessed. # The event being assessed.
287
293
"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.
294
+
"express": True or False, # Optional. Optional flag for a reCAPTCHA express request for an assessment without a token. If enabled, `site_key` must reference a SCORE key with WAF feature set to EXPRESS.
288
295
"hashedAccountId": "A String", # Optional. Unique stable hashed user identifier for the request. The identifier must be hashed using hmac-sha256 with stable secret.
296
+
"headers": [ # Optional. Optional HTTP header information about the request.
"requestedUri": "A String", # Optional. The URI resource the user requested that triggered an assessment.
289
301
"siteKey": "A String", # Optional. The site key that was used to invoke reCAPTCHA Enterprise on your site and generate the token.
290
302
"token": "A String", # Optional. The user response token provided by the reCAPTCHA Enterprise client-side integration on your site.
291
303
"transactionData": { # Transaction data associated with a payment protected by reCAPTCHA Enterprise. All fields are optional. # Optional. Data describing a payment transaction to be assessed. Sending this data enables reCAPTCHA Enterprise Fraud Prevention and the FraudPreventionAssessment component in the response.
@@ -376,7 +388,7 @@ <h3>Method Details</h3>
376
388
],
377
389
"score": 3.14, # Legitimate event score from 0.0 to 1.0. (1.0 means very likely legitimate traffic while 0.0 means very likely non-legitimate traffic).
378
390
},
379
-
"tokenProperties": { # Output only. Properties of the provided event token.
391
+
"tokenProperties": { # Properties of the provided event token. # Output only. Properties of the provided event token.
380
392
"action": "A String", # Action name provided at token generation.
381
393
"androidPackageName": "A String", # The name of the Android package with which the token was generated (Android keys only).
382
394
"createTime": "A String", # The timestamp corresponding to the generation of 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.",
798
799
"type": "string"
799
800
},
801
+
"express": {
802
+
"description": "Optional. Optional flag for a reCAPTCHA express request for an assessment without a token. If enabled, `site_key` must reference a SCORE key with WAF feature set to EXPRESS.",
803
+
"type": "boolean"
804
+
},
800
805
"hashedAccountId": {
801
806
"description": "Optional. Unique stable hashed user identifier for the request. The identifier must be hashed using hmac-sha256 with stable secret.",
802
807
"format": "byte",
803
808
"type": "string"
804
809
},
810
+
"headers": {
811
+
"description": "Optional. Optional HTTP header information about the request.",
812
+
"items": {
813
+
"type": "string"
814
+
},
815
+
"type": "array"
816
+
},
817
+
"ja3": {
818
+
"description": "Optional. Optional JA3 fingerprint for SSL clients.",
819
+
"type": "string"
820
+
},
821
+
"requestedUri": {
822
+
"description": "Optional. The URI resource the user requested that triggered an assessment.",
823
+
"type": "string"
824
+
},
805
825
"siteKey": {
806
826
"description": "Optional. The site key that was used to invoke reCAPTCHA Enterprise on your site and generate the token.",
807
827
"type": "string"
@@ -896,8 +916,9 @@
896
916
"description": "Settings for keys that can be used by Android apps."
897
917
},
898
918
"createTime": {
899
-
"description": "The timestamp corresponding to the creation of this Key.",
919
+
"description": "Output only. The timestamp corresponding to the creation of this Key.",
0 commit comments