@@ -118,13 +118,15 @@ <h3>Method Details</h3>
118
118
119
119
{ # A key used to identify and configure applications (web and/or mobile) that use reCAPTCHA Enterprise.
120
120
"androidSettings": { # Settings specific to keys that can be used by Android apps. # Settings for keys that can be used by Android apps.
121
+ "allowAllPackageNames": True or False, # If set to true, it means allowed_package_names will not be enforced.
121
122
"allowedPackageNames": [ # Android package names of apps allowed to use the key. Example: 'com.companyname.appname'
122
123
"A String",
123
124
],
124
125
},
125
126
"createTime": "A String", # The timestamp corresponding to the creation of this Key.
126
127
"displayName": "A String", # Human-readable display name of this key. Modifiable by user.
127
128
"iosSettings": { # Settings specific to keys that can be used by iOS apps. # Settings for keys that can be used by iOS apps.
129
+ "allowAllBundleIds": True or False, # If set to true, it means allowed_bundle_ids will not be enforced.
128
130
"allowedBundleIds": [ # iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
129
131
"A String",
130
132
],
@@ -158,13 +160,15 @@ <h3>Method Details</h3>
158
160
159
161
{ # A key used to identify and configure applications (web and/or mobile) that use reCAPTCHA Enterprise.
160
162
"androidSettings": { # Settings specific to keys that can be used by Android apps. # Settings for keys that can be used by Android apps.
163
+ "allowAllPackageNames": True or False, # If set to true, it means allowed_package_names will not be enforced.
161
164
"allowedPackageNames": [ # Android package names of apps allowed to use the key. Example: 'com.companyname.appname'
162
165
"A String",
163
166
],
164
167
},
165
168
"createTime": "A String", # The timestamp corresponding to the creation of this Key.
166
169
"displayName": "A String", # Human-readable display name of this key. Modifiable by user.
167
170
"iosSettings": { # Settings specific to keys that can be used by iOS apps. # Settings for keys that can be used by iOS apps.
171
+ "allowAllBundleIds": True or False, # If set to true, it means allowed_bundle_ids will not be enforced.
168
172
"allowedBundleIds": [ # iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
169
173
"A String",
170
174
],
@@ -223,13 +227,15 @@ <h3>Method Details</h3>
223
227
224
228
{ # A key used to identify and configure applications (web and/or mobile) that use reCAPTCHA Enterprise.
225
229
"androidSettings": { # Settings specific to keys that can be used by Android apps. # Settings for keys that can be used by Android apps.
230
+ "allowAllPackageNames": True or False, # If set to true, it means allowed_package_names will not be enforced.
226
231
"allowedPackageNames": [ # Android package names of apps allowed to use the key. Example: 'com.companyname.appname'
227
232
"A String",
228
233
],
229
234
},
230
235
"createTime": "A String", # The timestamp corresponding to the creation of this Key.
231
236
"displayName": "A String", # Human-readable display name of this key. Modifiable by user.
232
237
"iosSettings": { # Settings specific to keys that can be used by iOS apps. # Settings for keys that can be used by iOS apps.
238
+ "allowAllBundleIds": True or False, # If set to true, it means allowed_bundle_ids will not be enforced.
233
239
"allowedBundleIds": [ # iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
234
240
"A String",
235
241
],
@@ -318,13 +324,15 @@ <h3>Method Details</h3>
318
324
"keys": [ # Key details.
319
325
{ # A key used to identify and configure applications (web and/or mobile) that use reCAPTCHA Enterprise.
320
326
"androidSettings": { # Settings specific to keys that can be used by Android apps. # Settings for keys that can be used by Android apps.
327
+ "allowAllPackageNames": True or False, # If set to true, it means allowed_package_names will not be enforced.
321
328
"allowedPackageNames": [ # Android package names of apps allowed to use the key. Example: 'com.companyname.appname'
322
329
"A String",
323
330
],
324
331
},
325
332
"createTime": "A String", # The timestamp corresponding to the creation of this Key.
326
333
"displayName": "A String", # Human-readable display name of this key. Modifiable by user.
327
334
"iosSettings": { # Settings specific to keys that can be used by iOS apps. # Settings for keys that can be used by iOS apps.
335
+ "allowAllBundleIds": True or False, # If set to true, it means allowed_bundle_ids will not be enforced.
328
336
"allowedBundleIds": [ # iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
329
337
"A String",
330
338
],
@@ -388,13 +396,15 @@ <h3>Method Details</h3>
388
396
389
397
{ # A key used to identify and configure applications (web and/or mobile) that use reCAPTCHA Enterprise.
390
398
"androidSettings": { # Settings specific to keys that can be used by Android apps. # Settings for keys that can be used by Android apps.
399
+ "allowAllPackageNames": True or False, # If set to true, it means allowed_package_names will not be enforced.
391
400
"allowedPackageNames": [ # Android package names of apps allowed to use the key. Example: 'com.companyname.appname'
392
401
"A String",
393
402
],
394
403
},
395
404
"createTime": "A String", # The timestamp corresponding to the creation of this Key.
396
405
"displayName": "A String", # Human-readable display name of this key. Modifiable by user.
397
406
"iosSettings": { # Settings specific to keys that can be used by iOS apps. # Settings for keys that can be used by iOS apps.
407
+ "allowAllBundleIds": True or False, # If set to true, it means allowed_bundle_ids will not be enforced.
398
408
"allowedBundleIds": [ # iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
399
409
"A String",
400
410
],
@@ -430,13 +440,15 @@ <h3>Method Details</h3>
430
440
431
441
{ # A key used to identify and configure applications (web and/or mobile) that use reCAPTCHA Enterprise.
432
442
"androidSettings": { # Settings specific to keys that can be used by Android apps. # Settings for keys that can be used by Android apps.
443
+ "allowAllPackageNames": True or False, # If set to true, it means allowed_package_names will not be enforced.
433
444
"allowedPackageNames": [ # Android package names of apps allowed to use the key. Example: 'com.companyname.appname'
434
445
"A String",
435
446
],
436
447
},
437
448
"createTime": "A String", # The timestamp corresponding to the creation of this Key.
438
449
"displayName": "A String", # Human-readable display name of this key. Modifiable by user.
439
450
"iosSettings": { # Settings specific to keys that can be used by iOS apps. # Settings for keys that can be used by iOS apps.
451
+ "allowAllBundleIds": True or False, # If set to true, it means allowed_bundle_ids will not be enforced.
440
452
"allowedBundleIds": [ # iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
441
453
"A String",
442
454
],
@@ -471,13 +483,15 @@ <h3>Method Details</h3>
471
483
472
484
{ # A key used to identify and configure applications (web and/or mobile) that use reCAPTCHA Enterprise.
473
485
"androidSettings": { # Settings specific to keys that can be used by Android apps. # Settings for keys that can be used by Android apps.
486
+ "allowAllPackageNames": True or False, # If set to true, it means allowed_package_names will not be enforced.
474
487
"allowedPackageNames": [ # Android package names of apps allowed to use the key. Example: 'com.companyname.appname'
475
488
"A String",
476
489
],
477
490
},
478
491
"createTime": "A String", # The timestamp corresponding to the creation of this Key.
479
492
"displayName": "A String", # Human-readable display name of this key. Modifiable by user.
480
493
"iosSettings": { # Settings specific to keys that can be used by iOS apps. # Settings for keys that can be used by iOS apps.
494
+ "allowAllBundleIds": True or False, # If set to true, it means allowed_bundle_ids will not be enforced.
481
495
"allowedBundleIds": [ # iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
482
496
"A String",
483
497
],
0 commit comments