File tree Expand file tree Collapse file tree
src/cloudflare/types/zero_trust/gateway Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 1759
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-50d313a43a3c21981b7cf7108cdc2807680897f608b68af47448e94d021abc64 .yml
3- openapi_spec_hash : 84fe8b174bf976fe3f997f0638e04d5d
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-8b0c7335cafcf00063d2dd5a4dfd902cc95e87ad3ac390031e0a5090a0e2cd47 .yml
3+ openapi_spec_hash : aaad6f471b374afa61b4a64c40ef79e1
44config_hash : 920bb1b417565d337cbdb7c39e77be5b
Original file line number Diff line number Diff line change @@ -50,6 +50,15 @@ class BlockPageSettings(BaseModel):
5050 name : Optional [str ] = None
5151 """If mode is customized_block_page: block page title."""
5252
53+ read_only : Optional [bool ] = None
54+ """
55+ This setting was shared via the Orgs API and cannot be edited by the current
56+ account
57+ """
58+
59+ source_account : Optional [str ] = None
60+ """Account tag of account that shared this setting"""
61+
5362 suppress_footer : Optional [bool ] = None
5463 """
5564 If mode is customized_block_page: suppress detailed info at the bottom of the
Original file line number Diff line number Diff line change @@ -13,3 +13,12 @@ class ExtendedEmailMatching(BaseModel):
1313
1414 modifiers) used as criteria in Firewall policies.
1515 """
16+
17+ read_only : Optional [bool ] = None
18+ """
19+ This setting was shared via the Orgs API and cannot be edited by the current
20+ account
21+ """
22+
23+ source_account : Optional [str ] = None
24+ """Account tag of account that shared this setting"""
You can’t perform that action at this time.
0 commit comments