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
<pclass="firstline">Migrates an existing key from reCAPTCHA to reCAPTCHA Enterprise. Once a key is migrated, it can be used from either product. SiteVerify requests are billed as CreateAssessment calls. You must be authenticated as one of the current owners of the reCAPTCHA Site Key, and your user must have the reCAPTCHA Enterprise Admin IAM role in the destination project.</p>
100
+
<pclass="firstline">Migrates an existing key from reCAPTCHA to reCAPTCHA Enterprise. Once a key is migrated, it can be used from either product. SiteVerify requests are billed as CreateAssessment calls. You must be authenticated as one of the current owners of the reCAPTCHA Key, and your user must have the reCAPTCHA Enterprise Admin IAM role in the destination project.</p>
<pclass="firstline">Updates the specified key.</p>
@@ -134,6 +134,11 @@ <h3>Method Details</h3>
134
134
"allowedBundleIds": [ # iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
135
135
"A String",
136
136
],
137
+
"appleDeveloperId": { # Contains fields that are required to perform Apple-specific integrity checks. # Apple Developer account details for the app that is protected by the reCAPTCHA Key. reCAPTCHA Enterprise leverages platform specific checks like Apple AppAttest and Apple DeviceCheck to protect your app from abuse. Providing these fields allows reCAPTCHA Enterprise to get a better assessment of the integrity of your app.
138
+
"keyId": "A String", # Required. The Apple developer key ID (10-character string).
139
+
"privateKey": "A String", # Required. Input only. A private key (downloaded as a text file with a .p8 file extension) generated for your Apple Developer account.
140
+
"teamId": "A String", # Required. The Apple team ID (10-character string) owning the provisioning profile used to build your application.
141
+
},
137
142
},
138
143
"labels": { # See Creating and managing labels.
139
144
"a_key": "A String",
@@ -181,6 +186,11 @@ <h3>Method Details</h3>
181
186
"allowedBundleIds": [ # iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
182
187
"A String",
183
188
],
189
+
"appleDeveloperId": { # Contains fields that are required to perform Apple-specific integrity checks. # Apple Developer account details for the app that is protected by the reCAPTCHA Key. reCAPTCHA Enterprise leverages platform specific checks like Apple AppAttest and Apple DeviceCheck to protect your app from abuse. Providing these fields allows reCAPTCHA Enterprise to get a better assessment of the integrity of your app.
190
+
"keyId": "A String", # Required. The Apple developer key ID (10-character string).
191
+
"privateKey": "A String", # Required. Input only. A private key (downloaded as a text file with a .p8 file extension) generated for your Apple Developer account.
192
+
"teamId": "A String", # Required. The Apple team ID (10-character string) owning the provisioning profile used to build your application.
193
+
},
184
194
},
185
195
"labels": { # See Creating and managing labels.
186
196
"a_key": "A String",
@@ -253,6 +263,11 @@ <h3>Method Details</h3>
253
263
"allowedBundleIds": [ # iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
254
264
"A String",
255
265
],
266
+
"appleDeveloperId": { # Contains fields that are required to perform Apple-specific integrity checks. # Apple Developer account details for the app that is protected by the reCAPTCHA Key. reCAPTCHA Enterprise leverages platform specific checks like Apple AppAttest and Apple DeviceCheck to protect your app from abuse. Providing these fields allows reCAPTCHA Enterprise to get a better assessment of the integrity of your app.
267
+
"keyId": "A String", # Required. The Apple developer key ID (10-character string).
268
+
"privateKey": "A String", # Required. Input only. A private key (downloaded as a text file with a .p8 file extension) generated for your Apple Developer account.
269
+
"teamId": "A String", # Required. The Apple team ID (10-character string) owning the provisioning profile used to build your application.
270
+
},
256
271
},
257
272
"labels": { # See Creating and managing labels.
258
273
"a_key": "A String",
@@ -355,6 +370,11 @@ <h3>Method Details</h3>
355
370
"allowedBundleIds": [ # iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
356
371
"A String",
357
372
],
373
+
"appleDeveloperId": { # Contains fields that are required to perform Apple-specific integrity checks. # Apple Developer account details for the app that is protected by the reCAPTCHA Key. reCAPTCHA Enterprise leverages platform specific checks like Apple AppAttest and Apple DeviceCheck to protect your app from abuse. Providing these fields allows reCAPTCHA Enterprise to get a better assessment of the integrity of your app.
374
+
"keyId": "A String", # Required. The Apple developer key ID (10-character string).
375
+
"privateKey": "A String", # Required. Input only. A private key (downloaded as a text file with a .p8 file extension) generated for your Apple Developer account.
376
+
"teamId": "A String", # Required. The Apple team ID (10-character string) owning the provisioning profile used to build your application.
377
+
},
358
378
},
359
379
"labels": { # See Creating and managing labels.
<pre>Migrates an existing key from reCAPTCHA to reCAPTCHA Enterprise. Once a key is migrated, it can be used from either product. SiteVerify requests are billed as CreateAssessment calls. You must be authenticated as one of the current owners of the reCAPTCHA Site Key, and your user must have the reCAPTCHA Enterprise Admin IAM role in the destination project.
422
+
<pre>Migrates an existing key from reCAPTCHA to reCAPTCHA Enterprise. Once a key is migrated, it can be used from either product. SiteVerify requests are billed as CreateAssessment calls. You must be authenticated as one of the current owners of the reCAPTCHA Key, and your user must have the reCAPTCHA Enterprise Admin IAM role in the destination project.
403
423
404
424
Args:
405
425
name: string, Required. The name of the key to be migrated, in the format "projects/{project}/keys/{key}". (required)
@@ -433,6 +453,11 @@ <h3>Method Details</h3>
433
453
"allowedBundleIds": [ # iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
434
454
"A String",
435
455
],
456
+
"appleDeveloperId": { # Contains fields that are required to perform Apple-specific integrity checks. # Apple Developer account details for the app that is protected by the reCAPTCHA Key. reCAPTCHA Enterprise leverages platform specific checks like Apple AppAttest and Apple DeviceCheck to protect your app from abuse. Providing these fields allows reCAPTCHA Enterprise to get a better assessment of the integrity of your app.
457
+
"keyId": "A String", # Required. The Apple developer key ID (10-character string).
458
+
"privateKey": "A String", # Required. Input only. A private key (downloaded as a text file with a .p8 file extension) generated for your Apple Developer account.
459
+
"teamId": "A String", # Required. The Apple team ID (10-character string) owning the provisioning profile used to build your application.
460
+
},
436
461
},
437
462
"labels": { # See Creating and managing labels.
438
463
"a_key": "A String",
@@ -482,6 +507,11 @@ <h3>Method Details</h3>
482
507
"allowedBundleIds": [ # iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
483
508
"A String",
484
509
],
510
+
"appleDeveloperId": { # Contains fields that are required to perform Apple-specific integrity checks. # Apple Developer account details for the app that is protected by the reCAPTCHA Key. reCAPTCHA Enterprise leverages platform specific checks like Apple AppAttest and Apple DeviceCheck to protect your app from abuse. Providing these fields allows reCAPTCHA Enterprise to get a better assessment of the integrity of your app.
511
+
"keyId": "A String", # Required. The Apple developer key ID (10-character string).
512
+
"privateKey": "A String", # Required. Input only. A private key (downloaded as a text file with a .p8 file extension) generated for your Apple Developer account.
513
+
"teamId": "A String", # Required. The Apple team ID (10-character string) owning the provisioning profile used to build your application.
514
+
},
485
515
},
486
516
"labels": { # See Creating and managing labels.
487
517
"a_key": "A String",
@@ -530,6 +560,11 @@ <h3>Method Details</h3>
530
560
"allowedBundleIds": [ # iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
531
561
"A String",
532
562
],
563
+
"appleDeveloperId": { # Contains fields that are required to perform Apple-specific integrity checks. # Apple Developer account details for the app that is protected by the reCAPTCHA Key. reCAPTCHA Enterprise leverages platform specific checks like Apple AppAttest and Apple DeviceCheck to protect your app from abuse. Providing these fields allows reCAPTCHA Enterprise to get a better assessment of the integrity of your app.
564
+
"keyId": "A String", # Required. The Apple developer key ID (10-character string).
565
+
"privateKey": "A String", # Required. Input only. A private key (downloaded as a text file with a .p8 file extension) generated for your Apple Developer account.
566
+
"teamId": "A String", # Required. The Apple team ID (10-character string) owning the provisioning profile used to build your application.
567
+
},
533
568
},
534
569
"labels": { # See Creating and managing labels.
Copy file name to clipboardExpand all lines: docs/dyn/recaptchaenterprise_v1.projects.relatedaccountgroupmemberships.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ <h3>Method Details</h3>
99
99
The object takes the form of:
100
100
101
101
{ # The request message to search related account group memberships.
102
-
"hashedAccountId": "A String", # Optional. The unique stable hashed user identifier we should search connections to. The identifier should correspond to a `hashed_account_id` provided in a previous `CreateAssessment` or `AnnotateAssessment` call.
102
+
"hashedAccountId": "A String", # Optional. The unique stable hashed user identifier used to search connections. The identifier should correspond to a `hashed_account_id` provided in a previous `CreateAssessment` or `AnnotateAssessment` call.
103
103
"pageSize": 42, # Optional. The maximum number of groups to return. The service might return fewer than this value. If unspecified, at most 50 groups are returned. The maximum value is 1000; values above 1000 are coerced to 1000.
104
104
"pageToken": "A String", # Optional. A page token, received from a previous `SearchRelatedAccountGroupMemberships` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `SearchRelatedAccountGroupMemberships` must match the call that provided the page token.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/recaptchaenterprise.v1.json
+26-3Lines changed: 26 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -461,7 +461,7 @@
461
461
]
462
462
},
463
463
"migrate": {
464
-
"description": "Migrates an existing key from reCAPTCHA to reCAPTCHA Enterprise. Once a key is migrated, it can be used from either product. SiteVerify requests are billed as CreateAssessment calls. You must be authenticated as one of the current owners of the reCAPTCHA Site Key, and your user must have the reCAPTCHA Enterprise Admin IAM role in the destination project.",
464
+
"description": "Migrates an existing key from reCAPTCHA to reCAPTCHA Enterprise. Once a key is migrated, it can be used from either product. SiteVerify requests are billed as CreateAssessment calls. You must be authenticated as one of the current owners of the reCAPTCHA Key, and your user must have the reCAPTCHA Enterprise Admin IAM role in the destination project.",
"description": "Required. The Apple developer key ID (10-character string).",
860
+
"type": "string"
861
+
},
862
+
"privateKey": {
863
+
"description": "Required. Input only. A private key (downloaded as a text file with a .p8 file extension) generated for your Apple Developer account.",
864
+
"type": "string"
865
+
},
866
+
"teamId": {
867
+
"description": "Required. The Apple team ID (10-character string) owning the provisioning profile used to build your application.",
868
+
"type": "string"
869
+
}
870
+
},
871
+
"type": "object"
872
+
},
854
873
"GoogleCloudRecaptchaenterpriseV1Assessment": {
855
874
"description": "A reCAPTCHA Enterprise assessment resource.",
"description": "Apple Developer account details for the app that is protected by the reCAPTCHA Key. reCAPTCHA Enterprise leverages platform specific checks like Apple AppAttest and Apple DeviceCheck to protect your app from abuse. Providing these fields allows reCAPTCHA Enterprise to get a better assessment of the integrity of your app."
"description": "Optional. The unique stable hashed user identifier we should search connections to. The identifier should correspond to a `hashed_account_id` provided in a previous `CreateAssessment` or `AnnotateAssessment` call.",
1550
+
"description": "Optional. The unique stable hashed user identifier used to search connections. The identifier should correspond to a `hashed_account_id` provided in a previous `CreateAssessment` or `AnnotateAssessment` call.",
0 commit comments