zscaler-sdk-python 0.9.3__tar.gz → 0.9.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/PKG-INFO +3 -3
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/pyproject.toml +3 -3
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/__init__.py +1 -1
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zia/__init__.py +6 -3
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zia/locations.py +3 -5
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zia/traffic.py +1 -2
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zpa/connectors.py +1 -1
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zpa/microtenants.py +38 -7
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/LICENSE.md +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/README.md +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/cache/__init__.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/cache/cache.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/cache/no_op_cache.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/cache/zscaler_cache.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/constants.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/errors/__init__.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/errors/error.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/errors/http_error.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/errors/zscaler_api_error.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/exceptions/__init__.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/exceptions/exceptions.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/logger.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/ratelimiter/__init__.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/ratelimiter/ratelimiter.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/user_agent.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/utils.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zcc/__init__.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zcc/client.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zcc/devices.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zcc/secrets.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zcon/__init__.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zcon/activation.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zcon/admin_and_role_management.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zcon/client.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zcon/ecgroups.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zcon/locations.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zcon/provisioning.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zdx/__init__.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zdx/admin.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zdx/alerts.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zdx/apps.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zdx/devices.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zdx/filters.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zdx/inventory.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zdx/troubleshooting.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zdx/users.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zdx/zdx_client.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zia/activate.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zia/admin_and_role_management.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zia/apptotal.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zia/audit_logs.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zia/authentication_settings.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zia/client.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zia/cloud_apps.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zia/cloudappcontrol.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zia/device_management.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zia/dlp.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zia/errors.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zia/firewall.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zia/forwarding_control.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zia/isolation_profile.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zia/labels.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zia/sandbox.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zia/security.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zia/ssl_inspection.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zia/url_categories.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zia/url_filtering.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zia/users.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zia/web_dlp.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zia/workload_groups.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zia/zpa_gateway.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zpa/README.md +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zpa/__init__.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zpa/app_segments.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zpa/app_segments_inspection.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zpa/app_segments_pra.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zpa/authdomains.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zpa/certificates.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zpa/client.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zpa/cloud_connector_groups.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zpa/emergency_access.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zpa/errors.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zpa/idp.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zpa/inspection.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zpa/isolation.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zpa/lss.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zpa/machine_groups.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zpa/policies.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zpa/posture_profiles.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zpa/privileged_remote_access.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zpa/provisioning.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zpa/saml_attributes.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zpa/scim_attributes.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zpa/scim_groups.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zpa/segment_groups.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zpa/server_groups.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zpa/servers.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zpa/service_edges.py +0 -0
- {zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zpa/trusted_networks.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: zscaler-sdk-python
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.4
|
|
4
4
|
Summary: Official Python SDK for the Zscaler Products (Beta)
|
|
5
5
|
Home-page: https://github.com/zscaler/zscaler-sdk-python
|
|
6
6
|
License: MIT
|
|
@@ -32,7 +32,7 @@ Requires-Dist: flake8
|
|
|
32
32
|
Requires-Dist: flatdict
|
|
33
33
|
Requires-Dist: idna (>=3.10)
|
|
34
34
|
Requires-Dist: okta (>=2.9.7)
|
|
35
|
-
Requires-Dist: pycryptodomex
|
|
35
|
+
Requires-Dist: pycryptodomex (>=3.20.0)
|
|
36
36
|
Requires-Dist: pydash (>=8.0.3) ; extra == "dev"
|
|
37
37
|
Requires-Dist: python-box (>=7.2.0)
|
|
38
38
|
Requires-Dist: python-dateutil
|
|
@@ -40,7 +40,7 @@ Requires-Dist: pytz (>=2024.2)
|
|
|
40
40
|
Requires-Dist: pyyaml
|
|
41
41
|
Requires-Dist: requests (>=2.32.3)
|
|
42
42
|
Requires-Dist: responses (>=0.25.3)
|
|
43
|
-
Requires-Dist: restfly
|
|
43
|
+
Requires-Dist: restfly (>=1.5.0)
|
|
44
44
|
Requires-Dist: six
|
|
45
45
|
Requires-Dist: xmltodict
|
|
46
46
|
Requires-Dist: yarl
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "zscaler-sdk-python"
|
|
3
|
-
version = "0.9.
|
|
3
|
+
version = "0.9.4"
|
|
4
4
|
description = "Official Python SDK for the Zscaler Products (Beta)"
|
|
5
5
|
authors = ["Zscaler, Inc. <devrel@zscaler.com>"]
|
|
6
6
|
license = "MIT"
|
|
@@ -37,13 +37,13 @@ python-box = ">=7.2.0"
|
|
|
37
37
|
python-dateutil = "*"
|
|
38
38
|
requests = ">=2.32.3"
|
|
39
39
|
responses = ">=0.25.3"
|
|
40
|
-
restfly = "
|
|
40
|
+
restfly = ">=1.5.0"
|
|
41
41
|
six = "*"
|
|
42
42
|
flatdict = "*"
|
|
43
43
|
pyyaml = "*"
|
|
44
44
|
xmltodict = "*"
|
|
45
45
|
yarl = "*"
|
|
46
|
-
pycryptodomex = "
|
|
46
|
+
pycryptodomex = ">=3.20.0"
|
|
47
47
|
aenum = "*"
|
|
48
48
|
pydash = ">=8.0.3"
|
|
49
49
|
flake8 = "*"
|
|
@@ -382,13 +382,16 @@ class ZIAClientHelper(ZIAClient):
|
|
|
382
382
|
formatted_resp = format_json_response(resp, box_attrs=dict())
|
|
383
383
|
return formatted_resp
|
|
384
384
|
|
|
385
|
-
def post(self, path, json=None, params=None, data=None, headers=None):
|
|
385
|
+
def post(self, path, json=None, params=None, data=None, headers=None, parse_json=True):
|
|
386
386
|
should_wait, delay = self.rate_limiter.wait("POST")
|
|
387
387
|
if should_wait:
|
|
388
388
|
time.sleep(delay)
|
|
389
389
|
resp = self.send("POST", path, json, params, data=data, headers=headers)
|
|
390
|
-
|
|
391
|
-
|
|
390
|
+
if parse_json:
|
|
391
|
+
formatted_resp = format_json_response(resp, box_attrs=dict())
|
|
392
|
+
return formatted_resp
|
|
393
|
+
else:
|
|
394
|
+
return resp
|
|
392
395
|
|
|
393
396
|
def delete(self, path, json=None, params=None):
|
|
394
397
|
should_wait, delay = self.rate_limiter.wait("DELETE")
|
|
@@ -43,8 +43,6 @@ class LocationsAPI:
|
|
|
43
43
|
Specifies the page size. The default size is 100, but the maximum size is 1000.
|
|
44
44
|
**search (str, optional):
|
|
45
45
|
The search string used to partially match against a location's name and port attributes.
|
|
46
|
-
**xff_enabled (bool, optional):
|
|
47
|
-
Filter based on whether the Enforce XFF Forwarding setting is enabled or disabled for a location.
|
|
48
46
|
|
|
49
47
|
Returns:
|
|
50
48
|
:obj:`BoxList`: List of configured locations.
|
|
@@ -188,7 +186,8 @@ class LocationsAPI:
|
|
|
188
186
|
description (str, optional):
|
|
189
187
|
Additional notes or information regarding the location or sub-location. The description cannot
|
|
190
188
|
exceed 1024 characters.
|
|
191
|
-
|
|
189
|
+
static_location_groups (list): IDs for static location groups.
|
|
190
|
+
|
|
192
191
|
Returns:
|
|
193
192
|
:obj:`Box`: The newly created location resource record
|
|
194
193
|
|
|
@@ -693,5 +692,4 @@ class LocationsAPI:
|
|
|
693
692
|
|
|
694
693
|
"""
|
|
695
694
|
return BoxList(Iterator(self.rest, "region/search", **kwargs))
|
|
696
|
-
|
|
697
|
-
# return BoxList([Box(city) for city in data])
|
|
695
|
+
|
|
@@ -523,13 +523,12 @@ class TrafficForwardingAPI:
|
|
|
523
523
|
payload = {
|
|
524
524
|
"ipAddress": ip_address,
|
|
525
525
|
}
|
|
526
|
-
response = self.rest.post("staticIP/validate", json=payload)
|
|
526
|
+
response = self.rest.post("staticIP/validate", json=payload, parse_json=False)
|
|
527
527
|
|
|
528
528
|
# Check if the status code is 200 and the response body text is "SUCCESS"
|
|
529
529
|
if response.status_code == 200 and response.text.strip().upper() == "SUCCESS":
|
|
530
530
|
return True
|
|
531
531
|
else:
|
|
532
|
-
# Optionally, you could log response.text or response.status_code here for debugging
|
|
533
532
|
return False
|
|
534
533
|
|
|
535
534
|
def update_static_ip(self, static_ip_id: str, **kwargs) -> Box:
|
|
@@ -60,10 +60,14 @@ class MicrotenantsAPI:
|
|
|
60
60
|
|
|
61
61
|
"""
|
|
62
62
|
response = self.rest.get("/microtenants/%s" % (microtenant_id))
|
|
63
|
+
|
|
64
|
+
# If the response is not a Box (indicating an error), return None or handle the error
|
|
63
65
|
if isinstance(response, Response):
|
|
64
66
|
status_code = response.status_code
|
|
65
67
|
if status_code != 200:
|
|
66
|
-
|
|
68
|
+
raise Exception(f"Failed to retrieve microtenant: {status_code} - {response.text}")
|
|
69
|
+
|
|
70
|
+
# Otherwise, return the formatted Box object
|
|
67
71
|
return response
|
|
68
72
|
|
|
69
73
|
def get_microtenant_summary(self) -> Box:
|
|
@@ -189,17 +193,44 @@ class MicrotenantsAPI:
|
|
|
189
193
|
... )
|
|
190
194
|
|
|
191
195
|
"""
|
|
192
|
-
#
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
#
|
|
196
|
+
# Retrieve existing microtenant data
|
|
197
|
+
existing_microtenant_response = self.get_microtenant(microtenant_id)
|
|
198
|
+
|
|
199
|
+
# Handle Response object (in case of error)
|
|
200
|
+
if isinstance(existing_microtenant_response, Response):
|
|
201
|
+
if existing_microtenant_response.status_code != 200:
|
|
202
|
+
raise Exception(f"Failed to retrieve microtenant: {existing_microtenant_response.status_code}")
|
|
203
|
+
# If there's content, parse the response as JSON
|
|
204
|
+
if existing_microtenant_response.text.strip():
|
|
205
|
+
existing_microtenant = existing_microtenant_response.json()
|
|
206
|
+
else:
|
|
207
|
+
existing_microtenant = {} # Treat as empty, no error
|
|
208
|
+
else:
|
|
209
|
+
existing_microtenant = existing_microtenant_response
|
|
210
|
+
|
|
211
|
+
# Prepare the payload
|
|
212
|
+
payload = {snake_to_camel(k): v for k, v in existing_microtenant.items()}
|
|
213
|
+
|
|
214
|
+
# Add optional parameters from kwargs
|
|
196
215
|
for key, value in kwargs.items():
|
|
197
216
|
payload[snake_to_camel(key)] = value
|
|
198
217
|
|
|
199
|
-
|
|
200
|
-
|
|
218
|
+
# Send the PUT request to update the microtenant
|
|
219
|
+
resp = self.rest.put(f"microtenants/{microtenant_id}", json=payload)
|
|
220
|
+
|
|
221
|
+
# Handle 204 No Content as success
|
|
222
|
+
if resp.status_code == 204:
|
|
223
|
+
print(f"Update successful for microtenant {microtenant_id} (204 No Content).")
|
|
224
|
+
return self.get_microtenant(microtenant_id)
|
|
225
|
+
|
|
226
|
+
# Handle 200 OK as success
|
|
227
|
+
if resp.status_code == 200:
|
|
228
|
+
print(f"Update successful for microtenant {microtenant_id} (200 OK).")
|
|
201
229
|
return self.get_microtenant(microtenant_id)
|
|
202
230
|
|
|
231
|
+
# Raise exception for any other status code
|
|
232
|
+
raise Exception(f"Failed to update microtenant: {resp.status_code}, {resp.text}")
|
|
233
|
+
|
|
203
234
|
def delete_microtenant(self, microtenant_id: str) -> int:
|
|
204
235
|
"""
|
|
205
236
|
Delete the specified microtenant.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zcon/admin_and_role_management.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zia/admin_and_role_management.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zia/authentication_settings.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zpa/app_segments_inspection.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-0.9.3 → zscaler_sdk_python-0.9.4}/zscaler/zpa/privileged_remote_access.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|