diff --git a/.stats.yml b/.stats.yml index 779e8bdeefd..eb9a4584a3e 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 1448 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-4d2f05325a71a386987074fbab49673b6a1172a173789df9ed0d6db31a293904.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-a87c8380ec40a8719b4385109e29fd5ec40c54f39d6fe216861c55e43ab74fd3.yml diff --git a/src/cloudflare/resources/zero_trust/access/applications/applications.py b/src/cloudflare/resources/zero_trust/access/applications/applications.py index f285c7f9c6c..06f5833b336 100644 --- a/src/cloudflare/resources/zero_trust/access/applications/applications.py +++ b/src/cloudflare/resources/zero_trust/access/applications/applications.py @@ -216,7 +216,8 @@ def create( self_hosted_domains: List of domains that Access will secure. - service_auth_401_redirect: Returns a 401 status code when the request is blocked by a Service Auth policy. + service_auth_401_redirect: Returns a 401 status code when the request is blocked by a Service Auth policy + foo. session_duration: The amount of time that tokens issued for this application will be valid. Must be in the format `300ms` or `2h45m`. Valid time units are: ns, us (or µs), ms, @@ -408,7 +409,8 @@ def create( self_hosted_domains: List of domains that Access will secure. - service_auth_401_redirect: Returns a 401 status code when the request is blocked by a Service Auth policy. + service_auth_401_redirect: Returns a 401 status code when the request is blocked by a Service Auth policy + foo. session_duration: The amount of time that tokens issued for this application will be valid. Must be in the format `300ms` or `2h45m`. Valid time units are: ns, us (or µs), ms, @@ -532,7 +534,8 @@ def create( self_hosted_domains: List of domains that Access will secure. - service_auth_401_redirect: Returns a 401 status code when the request is blocked by a Service Auth policy. + service_auth_401_redirect: Returns a 401 status code when the request is blocked by a Service Auth policy + foo. session_duration: The amount of time that tokens issued for this application will be valid. Must be in the format `300ms` or `2h45m`. Valid time units are: ns, us (or µs), ms, @@ -1095,7 +1098,8 @@ def update( self_hosted_domains: List of domains that Access will secure. - service_auth_401_redirect: Returns a 401 status code when the request is blocked by a Service Auth policy. + service_auth_401_redirect: Returns a 401 status code when the request is blocked by a Service Auth policy + foo. session_duration: The amount of time that tokens issued for this application will be valid. Must be in the format `300ms` or `2h45m`. Valid time units are: ns, us (or µs), ms, @@ -1293,7 +1297,8 @@ def update( self_hosted_domains: List of domains that Access will secure. - service_auth_401_redirect: Returns a 401 status code when the request is blocked by a Service Auth policy. + service_auth_401_redirect: Returns a 401 status code when the request is blocked by a Service Auth policy + foo. session_duration: The amount of time that tokens issued for this application will be valid. Must be in the format `300ms` or `2h45m`. Valid time units are: ns, us (or µs), ms, @@ -1420,7 +1425,8 @@ def update( self_hosted_domains: List of domains that Access will secure. - service_auth_401_redirect: Returns a 401 status code when the request is blocked by a Service Auth policy. + service_auth_401_redirect: Returns a 401 status code when the request is blocked by a Service Auth policy + foo. session_duration: The amount of time that tokens issued for this application will be valid. Must be in the format `300ms` or `2h45m`. Valid time units are: ns, us (or µs), ms, @@ -2284,7 +2290,8 @@ async def create( self_hosted_domains: List of domains that Access will secure. - service_auth_401_redirect: Returns a 401 status code when the request is blocked by a Service Auth policy. + service_auth_401_redirect: Returns a 401 status code when the request is blocked by a Service Auth policy + foo. session_duration: The amount of time that tokens issued for this application will be valid. Must be in the format `300ms` or `2h45m`. Valid time units are: ns, us (or µs), ms, @@ -2476,7 +2483,8 @@ async def create( self_hosted_domains: List of domains that Access will secure. - service_auth_401_redirect: Returns a 401 status code when the request is blocked by a Service Auth policy. + service_auth_401_redirect: Returns a 401 status code when the request is blocked by a Service Auth policy + foo. session_duration: The amount of time that tokens issued for this application will be valid. Must be in the format `300ms` or `2h45m`. Valid time units are: ns, us (or µs), ms, @@ -2600,7 +2608,8 @@ async def create( self_hosted_domains: List of domains that Access will secure. - service_auth_401_redirect: Returns a 401 status code when the request is blocked by a Service Auth policy. + service_auth_401_redirect: Returns a 401 status code when the request is blocked by a Service Auth policy + foo. session_duration: The amount of time that tokens issued for this application will be valid. Must be in the format `300ms` or `2h45m`. Valid time units are: ns, us (or µs), ms, @@ -3163,7 +3172,8 @@ async def update( self_hosted_domains: List of domains that Access will secure. - service_auth_401_redirect: Returns a 401 status code when the request is blocked by a Service Auth policy. + service_auth_401_redirect: Returns a 401 status code when the request is blocked by a Service Auth policy + foo. session_duration: The amount of time that tokens issued for this application will be valid. Must be in the format `300ms` or `2h45m`. Valid time units are: ns, us (or µs), ms, @@ -3361,7 +3371,8 @@ async def update( self_hosted_domains: List of domains that Access will secure. - service_auth_401_redirect: Returns a 401 status code when the request is blocked by a Service Auth policy. + service_auth_401_redirect: Returns a 401 status code when the request is blocked by a Service Auth policy + foo. session_duration: The amount of time that tokens issued for this application will be valid. Must be in the format `300ms` or `2h45m`. Valid time units are: ns, us (or µs), ms, @@ -3488,7 +3499,8 @@ async def update( self_hosted_domains: List of domains that Access will secure. - service_auth_401_redirect: Returns a 401 status code when the request is blocked by a Service Auth policy. + service_auth_401_redirect: Returns a 401 status code when the request is blocked by a Service Auth policy + foo. session_duration: The amount of time that tokens issued for this application will be valid. Must be in the format `300ms` or `2h45m`. Valid time units are: ns, us (or µs), ms, diff --git a/src/cloudflare/types/zero_trust/access/application_create_params.py b/src/cloudflare/types/zero_trust/access/application_create_params.py index 05b4af4fdd0..a51b9340b55 100644 --- a/src/cloudflare/types/zero_trust/access/application_create_params.py +++ b/src/cloudflare/types/zero_trust/access/application_create_params.py @@ -197,7 +197,10 @@ class SelfHostedApplication(TypedDict, total=False): """List of domains that Access will secure.""" service_auth_401_redirect: bool - """Returns a 401 status code when the request is blocked by a Service Auth policy.""" + """ + Returns a 401 status code when the request is blocked by a Service Auth policy + foo. + """ session_duration: str """The amount of time that tokens issued for this application will be valid. @@ -584,7 +587,10 @@ class BrowserSSHApplication(TypedDict, total=False): """List of domains that Access will secure.""" service_auth_401_redirect: bool - """Returns a 401 status code when the request is blocked by a Service Auth policy.""" + """ + Returns a 401 status code when the request is blocked by a Service Auth policy + foo. + """ session_duration: str """The amount of time that tokens issued for this application will be valid. @@ -816,7 +822,10 @@ class BrowserVNCApplication(TypedDict, total=False): """List of domains that Access will secure.""" service_auth_401_redirect: bool - """Returns a 401 status code when the request is blocked by a Service Auth policy.""" + """ + Returns a 401 status code when the request is blocked by a Service Auth policy + foo. + """ session_duration: str """The amount of time that tokens issued for this application will be valid. diff --git a/src/cloudflare/types/zero_trust/access/application_create_response.py b/src/cloudflare/types/zero_trust/access/application_create_response.py index f8de645988f..f847a09edcf 100644 --- a/src/cloudflare/types/zero_trust/access/application_create_response.py +++ b/src/cloudflare/types/zero_trust/access/application_create_response.py @@ -212,7 +212,10 @@ class SelfHostedApplication(BaseModel): """List of domains that Access will secure.""" service_auth_401_redirect: Optional[bool] = None - """Returns a 401 status code when the request is blocked by a Service Auth policy.""" + """ + Returns a 401 status code when the request is blocked by a Service Auth policy + foo. + """ session_duration: Optional[str] = None """The amount of time that tokens issued for this application will be valid. @@ -483,7 +486,10 @@ class BrowserSSHApplication(BaseModel): """List of domains that Access will secure.""" service_auth_401_redirect: Optional[bool] = None - """Returns a 401 status code when the request is blocked by a Service Auth policy.""" + """ + Returns a 401 status code when the request is blocked by a Service Auth policy + foo. + """ session_duration: Optional[str] = None """The amount of time that tokens issued for this application will be valid. @@ -657,7 +663,10 @@ class BrowserVNCApplication(BaseModel): """List of domains that Access will secure.""" service_auth_401_redirect: Optional[bool] = None - """Returns a 401 status code when the request is blocked by a Service Auth policy.""" + """ + Returns a 401 status code when the request is blocked by a Service Auth policy + foo. + """ session_duration: Optional[str] = None """The amount of time that tokens issued for this application will be valid. diff --git a/src/cloudflare/types/zero_trust/access/application_get_response.py b/src/cloudflare/types/zero_trust/access/application_get_response.py index 1fcf4418fd1..142abb3f713 100644 --- a/src/cloudflare/types/zero_trust/access/application_get_response.py +++ b/src/cloudflare/types/zero_trust/access/application_get_response.py @@ -212,7 +212,10 @@ class SelfHostedApplication(BaseModel): """List of domains that Access will secure.""" service_auth_401_redirect: Optional[bool] = None - """Returns a 401 status code when the request is blocked by a Service Auth policy.""" + """ + Returns a 401 status code when the request is blocked by a Service Auth policy + foo. + """ session_duration: Optional[str] = None """The amount of time that tokens issued for this application will be valid. @@ -483,7 +486,10 @@ class BrowserSSHApplication(BaseModel): """List of domains that Access will secure.""" service_auth_401_redirect: Optional[bool] = None - """Returns a 401 status code when the request is blocked by a Service Auth policy.""" + """ + Returns a 401 status code when the request is blocked by a Service Auth policy + foo. + """ session_duration: Optional[str] = None """The amount of time that tokens issued for this application will be valid. @@ -657,7 +663,10 @@ class BrowserVNCApplication(BaseModel): """List of domains that Access will secure.""" service_auth_401_redirect: Optional[bool] = None - """Returns a 401 status code when the request is blocked by a Service Auth policy.""" + """ + Returns a 401 status code when the request is blocked by a Service Auth policy + foo. + """ session_duration: Optional[str] = None """The amount of time that tokens issued for this application will be valid. diff --git a/src/cloudflare/types/zero_trust/access/application_list_response.py b/src/cloudflare/types/zero_trust/access/application_list_response.py index 5360b6d7fe9..da1d8f964fc 100644 --- a/src/cloudflare/types/zero_trust/access/application_list_response.py +++ b/src/cloudflare/types/zero_trust/access/application_list_response.py @@ -212,7 +212,10 @@ class SelfHostedApplication(BaseModel): """List of domains that Access will secure.""" service_auth_401_redirect: Optional[bool] = None - """Returns a 401 status code when the request is blocked by a Service Auth policy.""" + """ + Returns a 401 status code when the request is blocked by a Service Auth policy + foo. + """ session_duration: Optional[str] = None """The amount of time that tokens issued for this application will be valid. @@ -483,7 +486,10 @@ class BrowserSSHApplication(BaseModel): """List of domains that Access will secure.""" service_auth_401_redirect: Optional[bool] = None - """Returns a 401 status code when the request is blocked by a Service Auth policy.""" + """ + Returns a 401 status code when the request is blocked by a Service Auth policy + foo. + """ session_duration: Optional[str] = None """The amount of time that tokens issued for this application will be valid. @@ -657,7 +663,10 @@ class BrowserVNCApplication(BaseModel): """List of domains that Access will secure.""" service_auth_401_redirect: Optional[bool] = None - """Returns a 401 status code when the request is blocked by a Service Auth policy.""" + """ + Returns a 401 status code when the request is blocked by a Service Auth policy + foo. + """ session_duration: Optional[str] = None """The amount of time that tokens issued for this application will be valid. diff --git a/src/cloudflare/types/zero_trust/access/application_update_params.py b/src/cloudflare/types/zero_trust/access/application_update_params.py index 81723e9e582..d6bb8b78963 100644 --- a/src/cloudflare/types/zero_trust/access/application_update_params.py +++ b/src/cloudflare/types/zero_trust/access/application_update_params.py @@ -197,7 +197,10 @@ class SelfHostedApplication(TypedDict, total=False): """List of domains that Access will secure.""" service_auth_401_redirect: bool - """Returns a 401 status code when the request is blocked by a Service Auth policy.""" + """ + Returns a 401 status code when the request is blocked by a Service Auth policy + foo. + """ session_duration: str """The amount of time that tokens issued for this application will be valid. @@ -584,7 +587,10 @@ class BrowserSSHApplication(TypedDict, total=False): """List of domains that Access will secure.""" service_auth_401_redirect: bool - """Returns a 401 status code when the request is blocked by a Service Auth policy.""" + """ + Returns a 401 status code when the request is blocked by a Service Auth policy + foo. + """ session_duration: str """The amount of time that tokens issued for this application will be valid. @@ -816,7 +822,10 @@ class BrowserVNCApplication(TypedDict, total=False): """List of domains that Access will secure.""" service_auth_401_redirect: bool - """Returns a 401 status code when the request is blocked by a Service Auth policy.""" + """ + Returns a 401 status code when the request is blocked by a Service Auth policy + foo. + """ session_duration: str """The amount of time that tokens issued for this application will be valid. diff --git a/src/cloudflare/types/zero_trust/access/application_update_response.py b/src/cloudflare/types/zero_trust/access/application_update_response.py index 13703de5c08..02a4afb365d 100644 --- a/src/cloudflare/types/zero_trust/access/application_update_response.py +++ b/src/cloudflare/types/zero_trust/access/application_update_response.py @@ -212,7 +212,10 @@ class SelfHostedApplication(BaseModel): """List of domains that Access will secure.""" service_auth_401_redirect: Optional[bool] = None - """Returns a 401 status code when the request is blocked by a Service Auth policy.""" + """ + Returns a 401 status code when the request is blocked by a Service Auth policy + foo. + """ session_duration: Optional[str] = None """The amount of time that tokens issued for this application will be valid. @@ -483,7 +486,10 @@ class BrowserSSHApplication(BaseModel): """List of domains that Access will secure.""" service_auth_401_redirect: Optional[bool] = None - """Returns a 401 status code when the request is blocked by a Service Auth policy.""" + """ + Returns a 401 status code when the request is blocked by a Service Auth policy + foo. + """ session_duration: Optional[str] = None """The amount of time that tokens issued for this application will be valid. @@ -657,7 +663,10 @@ class BrowserVNCApplication(BaseModel): """List of domains that Access will secure.""" service_auth_401_redirect: Optional[bool] = None - """Returns a 401 status code when the request is blocked by a Service Auth policy.""" + """ + Returns a 401 status code when the request is blocked by a Service Auth policy + foo. + """ session_duration: Optional[str] = None """The amount of time that tokens issued for this application will be valid.