@@ -42,6 +42,7 @@ def test_method_create_with_all_params_overload_1(self, client: Cloudflare) -> N
42
42
type = "self_hosted" ,
43
43
account_id = "account_id" ,
44
44
allow_authenticate_via_warp = True ,
45
+ allow_iframe = True ,
45
46
allowed_idps = ["699d98642c564d2e855e9661899b7252" ],
46
47
app_launcher_visible = True ,
47
48
auto_redirect_to_identity = True ,
@@ -328,6 +329,7 @@ def test_method_create_with_all_params_overload_3(self, client: Cloudflare) -> N
328
329
type = "ssh" ,
329
330
account_id = "account_id" ,
330
331
allow_authenticate_via_warp = True ,
332
+ allow_iframe = True ,
331
333
allowed_idps = ["699d98642c564d2e855e9661899b7252" ],
332
334
app_launcher_visible = True ,
333
335
auto_redirect_to_identity = True ,
@@ -491,6 +493,7 @@ def test_method_create_with_all_params_overload_4(self, client: Cloudflare) -> N
491
493
type = "vnc" ,
492
494
account_id = "account_id" ,
493
495
allow_authenticate_via_warp = True ,
496
+ allow_iframe = True ,
494
497
allowed_idps = ["699d98642c564d2e855e9661899b7252" ],
495
498
app_launcher_visible = True ,
496
499
auto_redirect_to_identity = True ,
@@ -1209,6 +1212,7 @@ def test_method_create_with_all_params_overload_10(self, client: Cloudflare) ->
1209
1212
type = "rdp" ,
1210
1213
account_id = "account_id" ,
1211
1214
allow_authenticate_via_warp = True ,
1215
+ allow_iframe = True ,
1212
1216
allowed_idps = ["699d98642c564d2e855e9661899b7252" ],
1213
1217
app_launcher_visible = True ,
1214
1218
auto_redirect_to_identity = True ,
@@ -1402,6 +1406,7 @@ def test_method_update_with_all_params_overload_1(self, client: Cloudflare) -> N
1402
1406
type = "self_hosted" ,
1403
1407
account_id = "account_id" ,
1404
1408
allow_authenticate_via_warp = True ,
1409
+ allow_iframe = True ,
1405
1410
allowed_idps = ["699d98642c564d2e855e9661899b7252" ],
1406
1411
app_launcher_visible = True ,
1407
1412
auto_redirect_to_identity = True ,
@@ -1714,6 +1719,7 @@ def test_method_update_with_all_params_overload_3(self, client: Cloudflare) -> N
1714
1719
type = "ssh" ,
1715
1720
account_id = "account_id" ,
1716
1721
allow_authenticate_via_warp = True ,
1722
+ allow_iframe = True ,
1717
1723
allowed_idps = ["699d98642c564d2e855e9661899b7252" ],
1718
1724
app_launcher_visible = True ,
1719
1725
auto_redirect_to_identity = True ,
@@ -1891,6 +1897,7 @@ def test_method_update_with_all_params_overload_4(self, client: Cloudflare) -> N
1891
1897
type = "vnc" ,
1892
1898
account_id = "account_id" ,
1893
1899
allow_authenticate_via_warp = True ,
1900
+ allow_iframe = True ,
1894
1901
allowed_idps = ["699d98642c564d2e855e9661899b7252" ],
1895
1902
app_launcher_visible = True ,
1896
1903
auto_redirect_to_identity = True ,
@@ -2694,6 +2701,7 @@ def test_method_update_with_all_params_overload_10(self, client: Cloudflare) ->
2694
2701
type = "rdp" ,
2695
2702
account_id = "account_id" ,
2696
2703
allow_authenticate_via_warp = True ,
2704
+ allow_iframe = True ,
2697
2705
allowed_idps = ["699d98642c564d2e855e9661899b7252" ],
2698
2706
app_launcher_visible = True ,
2699
2707
auto_redirect_to_identity = True ,
@@ -3168,6 +3176,7 @@ async def test_method_create_with_all_params_overload_1(self, async_client: Asyn
3168
3176
type = "self_hosted" ,
3169
3177
account_id = "account_id" ,
3170
3178
allow_authenticate_via_warp = True ,
3179
+ allow_iframe = True ,
3171
3180
allowed_idps = ["699d98642c564d2e855e9661899b7252" ],
3172
3181
app_launcher_visible = True ,
3173
3182
auto_redirect_to_identity = True ,
@@ -3454,6 +3463,7 @@ async def test_method_create_with_all_params_overload_3(self, async_client: Asyn
3454
3463
type = "ssh" ,
3455
3464
account_id = "account_id" ,
3456
3465
allow_authenticate_via_warp = True ,
3466
+ allow_iframe = True ,
3457
3467
allowed_idps = ["699d98642c564d2e855e9661899b7252" ],
3458
3468
app_launcher_visible = True ,
3459
3469
auto_redirect_to_identity = True ,
@@ -3617,6 +3627,7 @@ async def test_method_create_with_all_params_overload_4(self, async_client: Asyn
3617
3627
type = "vnc" ,
3618
3628
account_id = "account_id" ,
3619
3629
allow_authenticate_via_warp = True ,
3630
+ allow_iframe = True ,
3620
3631
allowed_idps = ["699d98642c564d2e855e9661899b7252" ],
3621
3632
app_launcher_visible = True ,
3622
3633
auto_redirect_to_identity = True ,
@@ -4335,6 +4346,7 @@ async def test_method_create_with_all_params_overload_10(self, async_client: Asy
4335
4346
type = "rdp" ,
4336
4347
account_id = "account_id" ,
4337
4348
allow_authenticate_via_warp = True ,
4349
+ allow_iframe = True ,
4338
4350
allowed_idps = ["699d98642c564d2e855e9661899b7252" ],
4339
4351
app_launcher_visible = True ,
4340
4352
auto_redirect_to_identity = True ,
@@ -4528,6 +4540,7 @@ async def test_method_update_with_all_params_overload_1(self, async_client: Asyn
4528
4540
type = "self_hosted" ,
4529
4541
account_id = "account_id" ,
4530
4542
allow_authenticate_via_warp = True ,
4543
+ allow_iframe = True ,
4531
4544
allowed_idps = ["699d98642c564d2e855e9661899b7252" ],
4532
4545
app_launcher_visible = True ,
4533
4546
auto_redirect_to_identity = True ,
@@ -4840,6 +4853,7 @@ async def test_method_update_with_all_params_overload_3(self, async_client: Asyn
4840
4853
type = "ssh" ,
4841
4854
account_id = "account_id" ,
4842
4855
allow_authenticate_via_warp = True ,
4856
+ allow_iframe = True ,
4843
4857
allowed_idps = ["699d98642c564d2e855e9661899b7252" ],
4844
4858
app_launcher_visible = True ,
4845
4859
auto_redirect_to_identity = True ,
@@ -5017,6 +5031,7 @@ async def test_method_update_with_all_params_overload_4(self, async_client: Asyn
5017
5031
type = "vnc" ,
5018
5032
account_id = "account_id" ,
5019
5033
allow_authenticate_via_warp = True ,
5034
+ allow_iframe = True ,
5020
5035
allowed_idps = ["699d98642c564d2e855e9661899b7252" ],
5021
5036
app_launcher_visible = True ,
5022
5037
auto_redirect_to_identity = True ,
@@ -5820,6 +5835,7 @@ async def test_method_update_with_all_params_overload_10(self, async_client: Asy
5820
5835
type = "rdp" ,
5821
5836
account_id = "account_id" ,
5822
5837
allow_authenticate_via_warp = True ,
5838
+ allow_iframe = True ,
5823
5839
allowed_idps = ["699d98642c564d2e855e9661899b7252" ],
5824
5840
app_launcher_visible = True ,
5825
5841
auto_redirect_to_identity = True ,
0 commit comments