@@ -44,6 +44,7 @@ def test_method_create_with_all_params(self, client: Cloudflare) -> None:
44
44
"email_claim_name" : "custom_claim_name" ,
45
45
"conditional_access_enabled" : True ,
46
46
"directory_id" : "<your azure directory uuid>" ,
47
+ "prompt" : "login" ,
47
48
"support_groups" : True ,
48
49
"centrify_account" : "https://abc123.my.centrify.com/" ,
49
50
"centrify_app_id" : "exampleapp" ,
@@ -171,6 +172,7 @@ def test_method_update_with_all_params(self, client: Cloudflare) -> None:
171
172
"email_claim_name" : "custom_claim_name" ,
172
173
"conditional_access_enabled" : True ,
173
174
"directory_id" : "<your azure directory uuid>" ,
175
+ "prompt" : "login" ,
174
176
"support_groups" : True ,
175
177
"centrify_account" : "https://abc123.my.centrify.com/" ,
176
178
"centrify_app_id" : "exampleapp" ,
@@ -523,6 +525,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncCloudflare
523
525
"email_claim_name" : "custom_claim_name" ,
524
526
"conditional_access_enabled" : True ,
525
527
"directory_id" : "<your azure directory uuid>" ,
528
+ "prompt" : "login" ,
526
529
"support_groups" : True ,
527
530
"centrify_account" : "https://abc123.my.centrify.com/" ,
528
531
"centrify_app_id" : "exampleapp" ,
@@ -650,6 +653,7 @@ async def test_method_update_with_all_params(self, async_client: AsyncCloudflare
650
653
"email_claim_name" : "custom_claim_name" ,
651
654
"conditional_access_enabled" : True ,
652
655
"directory_id" : "<your azure directory uuid>" ,
656
+ "prompt" : "login" ,
653
657
"support_groups" : True ,
654
658
"centrify_account" : "https://abc123.my.centrify.com/" ,
655
659
"centrify_app_id" : "exampleapp" ,
0 commit comments