Skip to content

Commit f7c5224

Browse files
feat(api): update via SDK Studio (#354)
1 parent 97e5833 commit f7c5224

File tree

14 files changed

+114
-114
lines changed

14 files changed

+114
-114
lines changed

api.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5090,12 +5090,12 @@ from cloudflare.types.zero_trust.access import (
50905090
AllowedOriginsh,
50915091
AppID,
50925092
Application,
5093-
CorsHeaders,
5093+
CORSHeaders,
50945094
CustomPagesh,
5095-
SaasAppNameFormat,
5096-
SaasAppNameIDFormat,
5097-
SaasAppSource,
5098-
SAMLSaasApp,
5095+
SaaSAppNameFormat,
5096+
SaaSAppNameIDFormat,
5097+
SaaSAppSource,
5098+
SAMLSaaSApp,
50995099
SelfHostedDomainsh,
51005100
ApplicationDeleteResponse,
51015101
ApplicationRevokeTokensResponse,

src/cloudflare/resources/zero_trust/access/applications/applications.py

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
Application,
5656
AllowedIdpsh,
5757
CustomPagesh,
58-
CorsHeadersParam,
58+
CORSHeadersParam,
5959
SelfHostedDomainsh,
6060
ApplicationDeleteResponse,
6161
application_create_params,
@@ -98,7 +98,7 @@ def create(
9898
allowed_idps: List[AllowedIdpsh] | NotGiven = NOT_GIVEN,
9999
app_launcher_visible: bool | NotGiven = NOT_GIVEN,
100100
auto_redirect_to_identity: bool | NotGiven = NOT_GIVEN,
101-
cors_headers: CorsHeadersParam | NotGiven = NOT_GIVEN,
101+
cors_headers: CORSHeadersParam | NotGiven = NOT_GIVEN,
102102
custom_deny_message: str | NotGiven = NOT_GIVEN,
103103
custom_deny_url: str | NotGiven = NOT_GIVEN,
104104
custom_non_identity_deny_url: str | NotGiven = NOT_GIVEN,
@@ -213,7 +213,7 @@ def create(
213213
custom_pages: List[CustomPagesh] | NotGiven = NOT_GIVEN,
214214
logo_url: str | NotGiven = NOT_GIVEN,
215215
name: str | NotGiven = NOT_GIVEN,
216-
saas_app: application_create_params.SaaSApplicationSaasApp | NotGiven = NOT_GIVEN,
216+
saas_app: application_create_params.SaaSApplicationSaaSApp | NotGiven = NOT_GIVEN,
217217
tags: List[str] | NotGiven = NOT_GIVEN,
218218
type: str | NotGiven = NOT_GIVEN,
219219
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
@@ -272,7 +272,7 @@ def create(
272272
allowed_idps: List[AllowedIdpsh] | NotGiven = NOT_GIVEN,
273273
app_launcher_visible: bool | NotGiven = NOT_GIVEN,
274274
auto_redirect_to_identity: bool | NotGiven = NOT_GIVEN,
275-
cors_headers: CorsHeadersParam | NotGiven = NOT_GIVEN,
275+
cors_headers: CORSHeadersParam | NotGiven = NOT_GIVEN,
276276
custom_deny_message: str | NotGiven = NOT_GIVEN,
277277
custom_deny_url: str | NotGiven = NOT_GIVEN,
278278
custom_non_identity_deny_url: str | NotGiven = NOT_GIVEN,
@@ -387,7 +387,7 @@ def create(
387387
allowed_idps: List[AllowedIdpsh] | NotGiven = NOT_GIVEN,
388388
app_launcher_visible: bool | NotGiven = NOT_GIVEN,
389389
auto_redirect_to_identity: bool | NotGiven = NOT_GIVEN,
390-
cors_headers: CorsHeadersParam | NotGiven = NOT_GIVEN,
390+
cors_headers: CORSHeadersParam | NotGiven = NOT_GIVEN,
391391
custom_deny_message: str | NotGiven = NOT_GIVEN,
392392
custom_deny_url: str | NotGiven = NOT_GIVEN,
393393
custom_non_identity_deny_url: str | NotGiven = NOT_GIVEN,
@@ -694,7 +694,7 @@ def create(
694694
allowed_idps: List[AllowedIdpsh] | NotGiven = NOT_GIVEN,
695695
app_launcher_visible: bool | NotGiven = NOT_GIVEN,
696696
auto_redirect_to_identity: bool | NotGiven = NOT_GIVEN,
697-
cors_headers: CorsHeadersParam | NotGiven = NOT_GIVEN,
697+
cors_headers: CORSHeadersParam | NotGiven = NOT_GIVEN,
698698
custom_deny_message: str | NotGiven = NOT_GIVEN,
699699
custom_deny_url: str | NotGiven = NOT_GIVEN,
700700
custom_non_identity_deny_url: str | NotGiven = NOT_GIVEN,
@@ -711,7 +711,7 @@ def create(
711711
session_duration: str | NotGiven = NOT_GIVEN,
712712
skip_interstitial: bool | NotGiven = NOT_GIVEN,
713713
tags: List[str] | NotGiven = NOT_GIVEN,
714-
saas_app: application_create_params.SaaSApplicationSaasApp | NotGiven = NOT_GIVEN,
714+
saas_app: application_create_params.SaaSApplicationSaaSApp | NotGiven = NOT_GIVEN,
715715
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
716716
# The extra values given here take precedence over values defined on the client or passed to this method.
717717
extra_headers: Headers | None = None,
@@ -790,7 +790,7 @@ def update(
790790
allowed_idps: List[AllowedIdpsh] | NotGiven = NOT_GIVEN,
791791
app_launcher_visible: bool | NotGiven = NOT_GIVEN,
792792
auto_redirect_to_identity: bool | NotGiven = NOT_GIVEN,
793-
cors_headers: CorsHeadersParam | NotGiven = NOT_GIVEN,
793+
cors_headers: CORSHeadersParam | NotGiven = NOT_GIVEN,
794794
custom_deny_message: str | NotGiven = NOT_GIVEN,
795795
custom_deny_url: str | NotGiven = NOT_GIVEN,
796796
custom_non_identity_deny_url: str | NotGiven = NOT_GIVEN,
@@ -908,7 +908,7 @@ def update(
908908
custom_pages: List[CustomPagesh] | NotGiven = NOT_GIVEN,
909909
logo_url: str | NotGiven = NOT_GIVEN,
910910
name: str | NotGiven = NOT_GIVEN,
911-
saas_app: application_update_params.SaaSApplicationSaasApp | NotGiven = NOT_GIVEN,
911+
saas_app: application_update_params.SaaSApplicationSaaSApp | NotGiven = NOT_GIVEN,
912912
tags: List[str] | NotGiven = NOT_GIVEN,
913913
type: str | NotGiven = NOT_GIVEN,
914914
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
@@ -970,7 +970,7 @@ def update(
970970
allowed_idps: List[AllowedIdpsh] | NotGiven = NOT_GIVEN,
971971
app_launcher_visible: bool | NotGiven = NOT_GIVEN,
972972
auto_redirect_to_identity: bool | NotGiven = NOT_GIVEN,
973-
cors_headers: CorsHeadersParam | NotGiven = NOT_GIVEN,
973+
cors_headers: CORSHeadersParam | NotGiven = NOT_GIVEN,
974974
custom_deny_message: str | NotGiven = NOT_GIVEN,
975975
custom_deny_url: str | NotGiven = NOT_GIVEN,
976976
custom_non_identity_deny_url: str | NotGiven = NOT_GIVEN,
@@ -1088,7 +1088,7 @@ def update(
10881088
allowed_idps: List[AllowedIdpsh] | NotGiven = NOT_GIVEN,
10891089
app_launcher_visible: bool | NotGiven = NOT_GIVEN,
10901090
auto_redirect_to_identity: bool | NotGiven = NOT_GIVEN,
1091-
cors_headers: CorsHeadersParam | NotGiven = NOT_GIVEN,
1091+
cors_headers: CORSHeadersParam | NotGiven = NOT_GIVEN,
10921092
custom_deny_message: str | NotGiven = NOT_GIVEN,
10931093
custom_deny_url: str | NotGiven = NOT_GIVEN,
10941094
custom_non_identity_deny_url: str | NotGiven = NOT_GIVEN,
@@ -1410,7 +1410,7 @@ def update(
14101410
allowed_idps: List[AllowedIdpsh] | NotGiven = NOT_GIVEN,
14111411
app_launcher_visible: bool | NotGiven = NOT_GIVEN,
14121412
auto_redirect_to_identity: bool | NotGiven = NOT_GIVEN,
1413-
cors_headers: CorsHeadersParam | NotGiven = NOT_GIVEN,
1413+
cors_headers: CORSHeadersParam | NotGiven = NOT_GIVEN,
14141414
custom_deny_message: str | NotGiven = NOT_GIVEN,
14151415
custom_deny_url: str | NotGiven = NOT_GIVEN,
14161416
custom_non_identity_deny_url: str | NotGiven = NOT_GIVEN,
@@ -1427,7 +1427,7 @@ def update(
14271427
session_duration: str | NotGiven = NOT_GIVEN,
14281428
skip_interstitial: bool | NotGiven = NOT_GIVEN,
14291429
tags: List[str] | NotGiven = NOT_GIVEN,
1430-
saas_app: application_update_params.SaaSApplicationSaasApp | NotGiven = NOT_GIVEN,
1430+
saas_app: application_update_params.SaaSApplicationSaaSApp | NotGiven = NOT_GIVEN,
14311431
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
14321432
# The extra values given here take precedence over values defined on the client or passed to this method.
14331433
extra_headers: Headers | None = None,
@@ -1746,7 +1746,7 @@ async def create(
17461746
allowed_idps: List[AllowedIdpsh] | NotGiven = NOT_GIVEN,
17471747
app_launcher_visible: bool | NotGiven = NOT_GIVEN,
17481748
auto_redirect_to_identity: bool | NotGiven = NOT_GIVEN,
1749-
cors_headers: CorsHeadersParam | NotGiven = NOT_GIVEN,
1749+
cors_headers: CORSHeadersParam | NotGiven = NOT_GIVEN,
17501750
custom_deny_message: str | NotGiven = NOT_GIVEN,
17511751
custom_deny_url: str | NotGiven = NOT_GIVEN,
17521752
custom_non_identity_deny_url: str | NotGiven = NOT_GIVEN,
@@ -1861,7 +1861,7 @@ async def create(
18611861
custom_pages: List[CustomPagesh] | NotGiven = NOT_GIVEN,
18621862
logo_url: str | NotGiven = NOT_GIVEN,
18631863
name: str | NotGiven = NOT_GIVEN,
1864-
saas_app: application_create_params.SaaSApplicationSaasApp | NotGiven = NOT_GIVEN,
1864+
saas_app: application_create_params.SaaSApplicationSaaSApp | NotGiven = NOT_GIVEN,
18651865
tags: List[str] | NotGiven = NOT_GIVEN,
18661866
type: str | NotGiven = NOT_GIVEN,
18671867
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
@@ -1920,7 +1920,7 @@ async def create(
19201920
allowed_idps: List[AllowedIdpsh] | NotGiven = NOT_GIVEN,
19211921
app_launcher_visible: bool | NotGiven = NOT_GIVEN,
19221922
auto_redirect_to_identity: bool | NotGiven = NOT_GIVEN,
1923-
cors_headers: CorsHeadersParam | NotGiven = NOT_GIVEN,
1923+
cors_headers: CORSHeadersParam | NotGiven = NOT_GIVEN,
19241924
custom_deny_message: str | NotGiven = NOT_GIVEN,
19251925
custom_deny_url: str | NotGiven = NOT_GIVEN,
19261926
custom_non_identity_deny_url: str | NotGiven = NOT_GIVEN,
@@ -2035,7 +2035,7 @@ async def create(
20352035
allowed_idps: List[AllowedIdpsh] | NotGiven = NOT_GIVEN,
20362036
app_launcher_visible: bool | NotGiven = NOT_GIVEN,
20372037
auto_redirect_to_identity: bool | NotGiven = NOT_GIVEN,
2038-
cors_headers: CorsHeadersParam | NotGiven = NOT_GIVEN,
2038+
cors_headers: CORSHeadersParam | NotGiven = NOT_GIVEN,
20392039
custom_deny_message: str | NotGiven = NOT_GIVEN,
20402040
custom_deny_url: str | NotGiven = NOT_GIVEN,
20412041
custom_non_identity_deny_url: str | NotGiven = NOT_GIVEN,
@@ -2342,7 +2342,7 @@ async def create(
23422342
allowed_idps: List[AllowedIdpsh] | NotGiven = NOT_GIVEN,
23432343
app_launcher_visible: bool | NotGiven = NOT_GIVEN,
23442344
auto_redirect_to_identity: bool | NotGiven = NOT_GIVEN,
2345-
cors_headers: CorsHeadersParam | NotGiven = NOT_GIVEN,
2345+
cors_headers: CORSHeadersParam | NotGiven = NOT_GIVEN,
23462346
custom_deny_message: str | NotGiven = NOT_GIVEN,
23472347
custom_deny_url: str | NotGiven = NOT_GIVEN,
23482348
custom_non_identity_deny_url: str | NotGiven = NOT_GIVEN,
@@ -2359,7 +2359,7 @@ async def create(
23592359
session_duration: str | NotGiven = NOT_GIVEN,
23602360
skip_interstitial: bool | NotGiven = NOT_GIVEN,
23612361
tags: List[str] | NotGiven = NOT_GIVEN,
2362-
saas_app: application_create_params.SaaSApplicationSaasApp | NotGiven = NOT_GIVEN,
2362+
saas_app: application_create_params.SaaSApplicationSaaSApp | NotGiven = NOT_GIVEN,
23632363
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
23642364
# The extra values given here take precedence over values defined on the client or passed to this method.
23652365
extra_headers: Headers | None = None,
@@ -2438,7 +2438,7 @@ async def update(
24382438
allowed_idps: List[AllowedIdpsh] | NotGiven = NOT_GIVEN,
24392439
app_launcher_visible: bool | NotGiven = NOT_GIVEN,
24402440
auto_redirect_to_identity: bool | NotGiven = NOT_GIVEN,
2441-
cors_headers: CorsHeadersParam | NotGiven = NOT_GIVEN,
2441+
cors_headers: CORSHeadersParam | NotGiven = NOT_GIVEN,
24422442
custom_deny_message: str | NotGiven = NOT_GIVEN,
24432443
custom_deny_url: str | NotGiven = NOT_GIVEN,
24442444
custom_non_identity_deny_url: str | NotGiven = NOT_GIVEN,
@@ -2556,7 +2556,7 @@ async def update(
25562556
custom_pages: List[CustomPagesh] | NotGiven = NOT_GIVEN,
25572557
logo_url: str | NotGiven = NOT_GIVEN,
25582558
name: str | NotGiven = NOT_GIVEN,
2559-
saas_app: application_update_params.SaaSApplicationSaasApp | NotGiven = NOT_GIVEN,
2559+
saas_app: application_update_params.SaaSApplicationSaaSApp | NotGiven = NOT_GIVEN,
25602560
tags: List[str] | NotGiven = NOT_GIVEN,
25612561
type: str | NotGiven = NOT_GIVEN,
25622562
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
@@ -2618,7 +2618,7 @@ async def update(
26182618
allowed_idps: List[AllowedIdpsh] | NotGiven = NOT_GIVEN,
26192619
app_launcher_visible: bool | NotGiven = NOT_GIVEN,
26202620
auto_redirect_to_identity: bool | NotGiven = NOT_GIVEN,
2621-
cors_headers: CorsHeadersParam | NotGiven = NOT_GIVEN,
2621+
cors_headers: CORSHeadersParam | NotGiven = NOT_GIVEN,
26222622
custom_deny_message: str | NotGiven = NOT_GIVEN,
26232623
custom_deny_url: str | NotGiven = NOT_GIVEN,
26242624
custom_non_identity_deny_url: str | NotGiven = NOT_GIVEN,
@@ -2736,7 +2736,7 @@ async def update(
27362736
allowed_idps: List[AllowedIdpsh] | NotGiven = NOT_GIVEN,
27372737
app_launcher_visible: bool | NotGiven = NOT_GIVEN,
27382738
auto_redirect_to_identity: bool | NotGiven = NOT_GIVEN,
2739-
cors_headers: CorsHeadersParam | NotGiven = NOT_GIVEN,
2739+
cors_headers: CORSHeadersParam | NotGiven = NOT_GIVEN,
27402740
custom_deny_message: str | NotGiven = NOT_GIVEN,
27412741
custom_deny_url: str | NotGiven = NOT_GIVEN,
27422742
custom_non_identity_deny_url: str | NotGiven = NOT_GIVEN,
@@ -3058,7 +3058,7 @@ async def update(
30583058
allowed_idps: List[AllowedIdpsh] | NotGiven = NOT_GIVEN,
30593059
app_launcher_visible: bool | NotGiven = NOT_GIVEN,
30603060
auto_redirect_to_identity: bool | NotGiven = NOT_GIVEN,
3061-
cors_headers: CorsHeadersParam | NotGiven = NOT_GIVEN,
3061+
cors_headers: CORSHeadersParam | NotGiven = NOT_GIVEN,
30623062
custom_deny_message: str | NotGiven = NOT_GIVEN,
30633063
custom_deny_url: str | NotGiven = NOT_GIVEN,
30643064
custom_non_identity_deny_url: str | NotGiven = NOT_GIVEN,
@@ -3075,7 +3075,7 @@ async def update(
30753075
session_duration: str | NotGiven = NOT_GIVEN,
30763076
skip_interstitial: bool | NotGiven = NOT_GIVEN,
30773077
tags: List[str] | NotGiven = NOT_GIVEN,
3078-
saas_app: application_update_params.SaaSApplicationSaasApp | NotGiven = NOT_GIVEN,
3078+
saas_app: application_update_params.SaaSApplicationSaaSApp | NotGiven = NOT_GIVEN,
30793079
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
30803080
# The extra values given here take precedence over values defined on the client or passed to this method.
30813081
extra_headers: Headers | None = None,

src/cloudflare/types/zero_trust/access/__init__.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
from .certificate import Certificate as Certificate
1010
from .custom_page import CustomPage as CustomPage
1111
from .app_id_param import AppIDParam as AppIDParam
12-
from .cors_headers import CorsHeaders as CorsHeaders
12+
from .cors_headers import CORSHeaders as CORSHeaders
1313
from .allowed_idpsh import AllowedIdpsh as AllowedIdpsh
1414
from .custom_pagesh import CustomPagesh as CustomPagesh
15-
from .saml_saas_app import SAMLSaasApp as SAMLSaasApp
15+
from .saml_saas_app import SAMLSaaSApp as SAMLSaaSApp
1616
from .service_token import ServiceToken as ServiceToken
17-
from .saas_app_source import SaasAppSource as SaasAppSource
17+
from .saas_app_source import SaaSAppSource as SaaSAppSource
1818
from .allowed_headersh import AllowedHeadersh as AllowedHeadersh
1919
from .allowed_methodsh import AllowedMethodsh as AllowedMethodsh
2020
from .allowed_originsh import AllowedOriginsh as AllowedOriginsh
@@ -23,22 +23,22 @@
2323
from .key_update_params import KeyUpdateParams as KeyUpdateParams
2424
from .tag_create_params import TagCreateParams as TagCreateParams
2525
from .tag_update_params import TagUpdateParams as TagUpdateParams
26-
from .cors_headers_param import CorsHeadersParam as CorsHeadersParam
26+
from .cors_headers_param import CORSHeadersParam as CORSHeadersParam
2727
from .group_create_params import GroupCreateParams as GroupCreateParams
2828
from .group_update_params import GroupUpdateParams as GroupUpdateParams
2929
from .key_rotate_response import KeyRotateResponse as KeyRotateResponse
3030
from .key_update_response import KeyUpdateResponse as KeyUpdateResponse
31-
from .saml_saas_app_param import SAMLSaasAppParam as SAMLSaasAppParam
31+
from .saml_saas_app_param import SAMLSaaSAppParam as SAMLSaaSAppParam
3232
from .tag_delete_response import TagDeleteResponse as TagDeleteResponse
3333
from .associated_hostnames import AssociatedHostnames as AssociatedHostnames
34-
from .saas_app_name_format import SaasAppNameFormat as SaasAppNameFormat
34+
from .saas_app_name_format import SaaSAppNameFormat as SaaSAppNameFormat
3535
from .self_hosted_domainsh import SelfHostedDomainsh as SelfHostedDomainsh
3636
from .group_delete_response import GroupDeleteResponse as GroupDeleteResponse
37-
from .saas_app_source_param import SaasAppSourceParam as SaasAppSourceParam
37+
from .saas_app_source_param import SaaSAppSourceParam as SaaSAppSourceParam
3838
from .bookmark_create_params import BookmarkCreateParams as BookmarkCreateParams
3939
from .bookmark_delete_params import BookmarkDeleteParams as BookmarkDeleteParams
4040
from .bookmark_update_params import BookmarkUpdateParams as BookmarkUpdateParams
41-
from .saas_app_name_id_format import SaasAppNameIDFormat as SaasAppNameIDFormat
41+
from .saas_app_name_id_format import SaaSAppNameIDFormat as SaaSAppNameIDFormat
4242
from .bookmark_delete_response import BookmarkDeleteResponse as BookmarkDeleteResponse
4343
from .custom_page_without_html import CustomPageWithoutHTML as CustomPageWithoutHTML
4444
from .application_create_params import ApplicationCreateParams as ApplicationCreateParams

0 commit comments

Comments
 (0)