zscaler-sdk-python 0.9.4__tar.gz → 0.9.5__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.4 → zscaler_sdk_python-0.9.5}/PKG-INFO +1 -1
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/pyproject.toml +1 -1
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/__init__.py +1 -1
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zia/locations.py +17 -44
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zpa/connectors.py +11 -2
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zpa/service_edges.py +1 -1
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/LICENSE.md +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/README.md +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/cache/__init__.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/cache/cache.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/cache/no_op_cache.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/cache/zscaler_cache.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/constants.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/errors/__init__.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/errors/error.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/errors/http_error.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/errors/zscaler_api_error.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/exceptions/__init__.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/exceptions/exceptions.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/logger.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/ratelimiter/__init__.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/ratelimiter/ratelimiter.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/user_agent.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/utils.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zcc/__init__.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zcc/client.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zcc/devices.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zcc/secrets.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zcon/__init__.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zcon/activation.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zcon/admin_and_role_management.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zcon/client.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zcon/ecgroups.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zcon/locations.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zcon/provisioning.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zdx/__init__.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zdx/admin.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zdx/alerts.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zdx/apps.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zdx/devices.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zdx/filters.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zdx/inventory.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zdx/troubleshooting.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zdx/users.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zdx/zdx_client.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zia/__init__.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zia/activate.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zia/admin_and_role_management.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zia/apptotal.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zia/audit_logs.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zia/authentication_settings.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zia/client.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zia/cloud_apps.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zia/cloudappcontrol.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zia/device_management.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zia/dlp.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zia/errors.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zia/firewall.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zia/forwarding_control.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zia/isolation_profile.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zia/labels.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zia/sandbox.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zia/security.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zia/ssl_inspection.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zia/traffic.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zia/url_categories.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zia/url_filtering.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zia/users.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zia/web_dlp.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zia/workload_groups.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zia/zpa_gateway.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zpa/README.md +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zpa/__init__.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zpa/app_segments.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zpa/app_segments_inspection.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zpa/app_segments_pra.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zpa/authdomains.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zpa/certificates.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zpa/client.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zpa/cloud_connector_groups.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zpa/emergency_access.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zpa/errors.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zpa/idp.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zpa/inspection.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zpa/isolation.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zpa/lss.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zpa/machine_groups.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zpa/microtenants.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zpa/policies.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zpa/posture_profiles.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zpa/privileged_remote_access.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zpa/provisioning.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zpa/saml_attributes.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zpa/scim_attributes.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zpa/scim_groups.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zpa/segment_groups.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zpa/server_groups.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zpa/servers.py +0 -0
- {zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zpa/trusted_networks.py +0 -0
|
@@ -482,7 +482,7 @@ class LocationsAPI:
|
|
|
482
482
|
raise Exception(f"API call failed with status {status_code}: {response.json()}")
|
|
483
483
|
return response
|
|
484
484
|
|
|
485
|
-
def list_location_groups(self) -> BoxList:
|
|
485
|
+
def list_location_groups(self, **kwargs) -> BoxList:
|
|
486
486
|
"""
|
|
487
487
|
Return a list of location groups in ZIA.
|
|
488
488
|
|
|
@@ -490,7 +490,11 @@ class LocationsAPI:
|
|
|
490
490
|
**kwargs: Optional keyword args.
|
|
491
491
|
|
|
492
492
|
Keyword Args:
|
|
493
|
-
|
|
493
|
+
name (str): The location group's name.
|
|
494
|
+
comments (str): Additional comments or information about the location group.
|
|
495
|
+
groupType (str): The location group's type (i.e., STATIC_GROUP or DYNAMIC_GROUP).
|
|
496
|
+
location_id (int): The unique identifier for a location within a location group.
|
|
497
|
+
last_mod_user (str): The admin who modified the location group last.
|
|
494
498
|
|
|
495
499
|
Returns:
|
|
496
500
|
:obj:`BoxList`: A list of location group resource records.
|
|
@@ -499,7 +503,14 @@ class LocationsAPI:
|
|
|
499
503
|
Get a list of all configured location groups:
|
|
500
504
|
>>> location = zia.locations.list_location_groups()
|
|
501
505
|
"""
|
|
502
|
-
return
|
|
506
|
+
return BoxList(
|
|
507
|
+
Iterator(
|
|
508
|
+
self.rest,
|
|
509
|
+
f"locations/groups",
|
|
510
|
+
max_pages=1,
|
|
511
|
+
**kwargs,
|
|
512
|
+
)
|
|
513
|
+
)
|
|
503
514
|
|
|
504
515
|
def get_location_group_by_id(self, group_id: int) -> Box:
|
|
505
516
|
"""
|
|
@@ -517,25 +528,6 @@ class LocationsAPI:
|
|
|
517
528
|
"""
|
|
518
529
|
return self.rest.get(f"locations/groups/{group_id}")
|
|
519
530
|
|
|
520
|
-
def get_location_group_by_name(self, group_name: str, page: int = 1, page_size: int = 100) -> Box:
|
|
521
|
-
"""
|
|
522
|
-
Return a specific location group by its name in ZIA.
|
|
523
|
-
|
|
524
|
-
Args:
|
|
525
|
-
group_name (str): The name of the location group.
|
|
526
|
-
page (int, optional): Page number to retrieve. Defaults to 1.
|
|
527
|
-
page_size (int, optional): Number of records per page. Defaults to 100.
|
|
528
|
-
|
|
529
|
-
Returns:
|
|
530
|
-
:obj:`Box`: A location group resource record.
|
|
531
|
-
|
|
532
|
-
Examples:
|
|
533
|
-
Get a specific location group by its name:
|
|
534
|
-
>>> location = zia.locations.get_location_group_by_name("Unassigned Locations")
|
|
535
|
-
"""
|
|
536
|
-
params = {"page": page, "pageSize": page_size, "search": group_name}
|
|
537
|
-
return self.rest.get("locations/groups", params=params)
|
|
538
|
-
|
|
539
531
|
def list_location_groups_lite(self, page: int = 1, page_size: int = 100) -> BoxList:
|
|
540
532
|
"""
|
|
541
533
|
Returns a list of location groups (lite version) by their ID where only name and ID is returned in ZIA.
|
|
@@ -544,7 +536,7 @@ class LocationsAPI:
|
|
|
544
536
|
**kwargs: Optional keyword args.
|
|
545
537
|
|
|
546
538
|
Keyword Args:
|
|
547
|
-
groupType (str): The location group's type (i.e.,
|
|
539
|
+
groupType (str): The location group's type (i.e., STATIC_GROUP or DYNAMIC_GROUP).
|
|
548
540
|
|
|
549
541
|
Returns:
|
|
550
542
|
:obj:`BoxList`: A list of location group resource records.
|
|
@@ -572,25 +564,6 @@ class LocationsAPI:
|
|
|
572
564
|
"""
|
|
573
565
|
return self.rest.get(f"locations/groups/lite/{group_id}")
|
|
574
566
|
|
|
575
|
-
def get_location_group_lite_by_name(self, group_name: str, page: int = 1, page_size: int = 100) -> BoxList:
|
|
576
|
-
"""
|
|
577
|
-
Return specific location groups (lite version) by their name where only name and ID is returned in ZIA.
|
|
578
|
-
|
|
579
|
-
Args:
|
|
580
|
-
group_name (str): The name of the location group.
|
|
581
|
-
page (int, optional): Page number to retrieve. Defaults to 1.
|
|
582
|
-
page_size (int, optional): Number of records per page. Defaults to 100.
|
|
583
|
-
|
|
584
|
-
Returns:
|
|
585
|
-
:obj:`BoxList`: A list of location group resource records with only ID and name.
|
|
586
|
-
|
|
587
|
-
Examples:
|
|
588
|
-
Get specific location groups (lite version) by name:
|
|
589
|
-
>>> locations = zia.locations.get_location_group_lite_by_name("Unassigned Locations")
|
|
590
|
-
"""
|
|
591
|
-
params = {"page": page, "pageSize": page_size, "search": group_name}
|
|
592
|
-
return self.rest.get("locations/groups/lite", params=params)
|
|
593
|
-
|
|
594
567
|
def list_location_groups_count(self, **kwargs) -> BoxList:
|
|
595
568
|
"""
|
|
596
569
|
Returns a list of location groups for your organization.
|
|
@@ -599,7 +572,7 @@ class LocationsAPI:
|
|
|
599
572
|
**kwargs: Optional keyword args.
|
|
600
573
|
|
|
601
574
|
Keyword Args:
|
|
602
|
-
group_type (str): The location group's type (i.e.,
|
|
575
|
+
group_type (str): The location group's type (i.e., STATIC_GROUP or DYNAMIC_GROUP).
|
|
603
576
|
last_mod_user (str): The admin who modified the location group last.
|
|
604
577
|
version (int): The version parameter is for Zscaler internal use only. Used by the service for backup operations.
|
|
605
578
|
name (str): The location group's name.
|
|
@@ -611,7 +584,7 @@ class LocationsAPI:
|
|
|
611
584
|
|
|
612
585
|
Examples:
|
|
613
586
|
Gets the list of location groups for your organization:
|
|
614
|
-
>>> location = zia.locations.list_location_groups_count(group_type='
|
|
587
|
+
>>> location = zia.locations.list_location_groups_count(group_type='STATIC_GROUP', name='Corporate')
|
|
615
588
|
"""
|
|
616
589
|
params = {}
|
|
617
590
|
optional_params = ["group_type", "last_mod_user", "version", "name", "comments", "location_id"]
|
|
@@ -159,7 +159,7 @@ class AppConnectorControllerAPI:
|
|
|
159
159
|
params["microtenantId"] = kwargs.pop("microtenant_id")
|
|
160
160
|
return self.rest.delete(f"connector/{connector_id}", params=params).status_code
|
|
161
161
|
|
|
162
|
-
def bulk_delete_connectors(self, connector_ids: list, **kwargs) ->
|
|
162
|
+
def bulk_delete_connectors(self, connector_ids: list, **kwargs) -> Box:
|
|
163
163
|
"""
|
|
164
164
|
Deletes all specified App Connectors from ZPA.
|
|
165
165
|
|
|
@@ -177,7 +177,16 @@ class AppConnectorControllerAPI:
|
|
|
177
177
|
params = {}
|
|
178
178
|
if "microtenant_id" in kwargs:
|
|
179
179
|
params["microtenantId"] = kwargs.pop("microtenant_id")
|
|
180
|
-
|
|
180
|
+
|
|
181
|
+
response = self.rest.post("connector/bulkDelete", json=payload, params=params)
|
|
182
|
+
|
|
183
|
+
if isinstance(response, Response):
|
|
184
|
+
# Check for HTTP status and handle errors
|
|
185
|
+
if response.status_code != 200:
|
|
186
|
+
raise Exception(f"API call failed with status {response.status_code}: {response.json()}")
|
|
187
|
+
|
|
188
|
+
# If successful, return the response
|
|
189
|
+
return response
|
|
181
190
|
|
|
182
191
|
def list_connector_groups(self, **kwargs) -> BoxList:
|
|
183
192
|
"""
|
|
@@ -155,7 +155,7 @@ class ServiceEdgesAPI:
|
|
|
155
155
|
params["microtenantId"] = kwargs.pop("microtenant_id")
|
|
156
156
|
return self.rest.delete(f"serviceEdge/{service_edge_id}", params=params).status_code
|
|
157
157
|
|
|
158
|
-
def bulk_delete_service_edges(self, service_edge_ids: list, **kwargs) ->
|
|
158
|
+
def bulk_delete_service_edges(self, service_edge_ids: list, **kwargs) -> Box:
|
|
159
159
|
"""
|
|
160
160
|
Bulk deletes the specified Service Edges from ZPA.
|
|
161
161
|
|
|
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.4 → zscaler_sdk_python-0.9.5}/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
|
|
File without changes
|
{zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/zscaler/zia/admin_and_role_management.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/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
|
|
File without changes
|
{zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/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
|
|
File without changes
|
{zscaler_sdk_python-0.9.4 → zscaler_sdk_python-0.9.5}/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
|