zscaler-sdk-python 1.9.0__tar.gz → 1.9.2__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.
Files changed (458) hide show
  1. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/PKG-INFO +2 -2
  2. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/pyproject.toml +2 -2
  3. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/__init__.py +1 -1
  4. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/oneapi_client.py +24 -7
  5. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/admin_user.py +2 -2
  6. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/devices.py +1 -1
  7. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/fail_open_policy.py +1 -1
  8. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/forwarding_profile.py +1 -1
  9. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/trusted_networks.py +1 -1
  10. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/web_app_service.py +1 -1
  11. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/web_policy.py +1 -1
  12. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/admin.py +2 -2
  13. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/alerts.py +3 -3
  14. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/apps.py +2 -2
  15. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/devices.py +3 -3
  16. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/inventory.py +2 -2
  17. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/troubleshooting.py +2 -2
  18. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/users.py +1 -1
  19. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/bandwidth_classes.py +2 -2
  20. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/bandwidth_control_rules.py +2 -2
  21. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/casb_dlp_rules.py +2 -2
  22. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/casb_malware_rules.py +2 -2
  23. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/cloud_app_instances.py +1 -1
  24. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/cloud_applications.py +2 -2
  25. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/cloud_browser_isolation.py +1 -1
  26. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/cloud_firewall.py +21 -17
  27. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/cloud_firewall_dns.py +6 -6
  28. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/cloud_firewall_ips.py +1 -1
  29. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/cloud_firewall_rules.py +6 -6
  30. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/cloud_nss.py +2 -2
  31. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/cloud_to_cloud_ir.py +3 -3
  32. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/cloudappcontrol.py +2 -2
  33. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/dedicated_ip_gateways.py +1 -1
  34. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/device_management.py +4 -4
  35. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/dlp_dictionary.py +3 -3
  36. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/dlp_engine.py +2 -2
  37. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/dlp_resources.py +7 -7
  38. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/dlp_templates.py +1 -1
  39. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/dlp_web_rules.py +2 -2
  40. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/dns_gatways.py +1 -1
  41. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/file_type_control_rule.py +1 -1
  42. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/forwarding_control.py +1 -1
  43. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/gre_tunnel.py +5 -5
  44. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/intermediate_certificates.py +3 -3
  45. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/ipv6_config.py +2 -2
  46. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/legacy.py +12 -0
  47. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/location_management.py +6 -6
  48. zscaler_sdk_python-1.9.2/zscaler/zia/models/traffic_capture.py +283 -0
  49. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/nat_control_policy.py +1 -1
  50. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/nss_servers.py +1 -1
  51. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/pac_files.py +1 -1
  52. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/proxies.py +4 -4
  53. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/risk_profiles.py +2 -2
  54. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/rule_labels.py +1 -1
  55. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/saas_security_api.py +5 -5
  56. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/sandbox_rules.py +1 -1
  57. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/shadow_it_report.py +2 -2
  58. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/ssl_inspection_rules.py +19 -3
  59. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/sub_clouds.py +1 -1
  60. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/tenancy_restriction_profile.py +2 -2
  61. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/time_intervals.py +1 -1
  62. zscaler_sdk_python-1.9.2/zscaler/zia/traffic_capture.py +583 -0
  63. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/traffic_datacenters.py +2 -2
  64. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/traffic_extranet.py +1 -1
  65. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/traffic_static_ip.py +1 -1
  66. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/traffic_vpn_credentials.py +1 -1
  67. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/url_categories.py +1 -0
  68. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/url_filtering.py +1 -1
  69. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/vzen_clusters.py +1 -1
  70. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/vzen_nodes.py +1 -1
  71. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/workload_groups.py +1 -1
  72. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/zia_service.py +10 -0
  73. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/zpa_gateway.py +1 -1
  74. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zidentity/api_client.py +1 -1
  75. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zidentity/groups.py +2 -2
  76. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zidentity/resource_servers.py +1 -1
  77. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zidentity/users.py +2 -2
  78. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/administrator_controller.py +1 -1
  79. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/api_keys.py +1 -1
  80. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/app_connector_groups.py +1 -1
  81. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/app_connectors.py +1 -1
  82. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/app_protection.py +10 -10
  83. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/app_segments_ba.py +1 -1
  84. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/app_segments_ba_v2.py +1 -1
  85. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/app_segments_inspection.py +1 -1
  86. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/app_segments_pra.py +1 -1
  87. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/branch_connector_group.py +1 -1
  88. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/branch_connectors.py +1 -1
  89. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/c2c_ip_ranges.py +1 -1
  90. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/cbi_banner.py +1 -1
  91. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/cbi_certificate.py +1 -1
  92. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/cbi_profile.py +1 -1
  93. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/cbi_zpa_profile.py +2 -2
  94. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/certificates.py +2 -2
  95. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/cloud_connector_controller.py +1 -1
  96. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/cloud_connector_groups.py +2 -2
  97. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/config_override_controller.py +1 -1
  98. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/customer_domain.py +1 -1
  99. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/customer_dr_tool.py +1 -1
  100. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/customer_version_profile.py +1 -1
  101. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/emergency_access.py +1 -1
  102. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/enrollment_certificates.py +1 -1
  103. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/idp.py +1 -1
  104. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/lss.py +1 -1
  105. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/machine_groups.py +2 -2
  106. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/managed_browser_profile.py +1 -1
  107. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/microtenants.py +1 -1
  108. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/npn_client_controller.py +1 -1
  109. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/policies.py +2 -2
  110. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/posture_profiles.py +1 -1
  111. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/pra_approval.py +1 -1
  112. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/pra_console.py +1 -1
  113. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/pra_credential.py +1 -1
  114. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/pra_credential_pool.py +1 -1
  115. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/pra_portal.py +1 -1
  116. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/private_cloud_controller.py +1 -1
  117. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/private_cloud_group.py +2 -2
  118. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/provisioning.py +1 -1
  119. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/role_controller.py +2 -2
  120. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/saml_attributes.py +2 -2
  121. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/scim_attributes.py +1 -1
  122. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/scim_groups.py +1 -1
  123. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/segment_groups.py +1 -1
  124. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/server_groups.py +1 -1
  125. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/servers.py +2 -2
  126. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/service_edge_group.py +1 -1
  127. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/service_edges.py +1 -1
  128. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/trusted_networks.py +1 -1
  129. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/user_portal_controller.py +1 -1
  130. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/user_portal_link.py +1 -1
  131. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/account_details.py +3 -3
  132. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/admin_roles.py +1 -1
  133. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/admin_users.py +1 -1
  134. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/api_keys.py +1 -1
  135. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/ec_groups.py +3 -3
  136. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/forwarding_gateways.py +2 -2
  137. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/forwarding_rules.py +1 -1
  138. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/ip_destination_groups.py +2 -2
  139. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/ip_groups.py +2 -2
  140. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/ip_source_groups.py +2 -2
  141. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/location_management.py +2 -2
  142. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/location_template.py +2 -2
  143. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/nw_service.py +1 -1
  144. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/nw_service_groups.py +1 -1
  145. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/provisioning_url.py +1 -1
  146. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/LICENSE.md +0 -0
  147. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/README.md +0 -0
  148. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/api_client.py +0 -0
  149. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/cache/__init__.py +0 -0
  150. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/cache/cache.py +0 -0
  151. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/cache/no_op_cache.py +0 -0
  152. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/cache/zscaler_cache.py +0 -0
  153. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/config/__init__.py +0 -0
  154. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/config/config_setter.py +0 -0
  155. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/config/config_validator.py +0 -0
  156. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/constants.py +0 -0
  157. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/error_messages.py +0 -0
  158. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/errors/__init__.py +0 -0
  159. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/errors/error.py +0 -0
  160. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/errors/http_error.py +0 -0
  161. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/errors/response_checker.py +0 -0
  162. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/errors/zscaler_api_error.py +0 -0
  163. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/exceptions/__init__.py +0 -0
  164. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/exceptions/exceptions.py +0 -0
  165. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/helpers.py +0 -0
  166. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/logger.py +0 -0
  167. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/oneapi_collection.py +0 -0
  168. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/oneapi_http_client.py +0 -0
  169. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/oneapi_oauth_client.py +0 -0
  170. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/oneapi_object.py +0 -0
  171. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/oneapi_response.py +0 -0
  172. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ratelimiter/__init__.py +0 -0
  173. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ratelimiter/ratelimiter.py +0 -0
  174. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/request_executor.py +0 -0
  175. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/types.py +0 -0
  176. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/user_agent.py +0 -0
  177. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/utils.py +0 -0
  178. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/__init__.py +0 -0
  179. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/company.py +0 -0
  180. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/entitlements.py +0 -0
  181. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/legacy.py +0 -0
  182. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/models/admin_roles.py +0 -0
  183. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/models/admin_user.py +0 -0
  184. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/models/devices.py +0 -0
  185. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/models/failopenpolicy.py +0 -0
  186. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/models/forwardingprofile.py +0 -0
  187. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/models/getcompanyinfo.py +0 -0
  188. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/models/manage_pass.py +0 -0
  189. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/models/secrets_otp.py +0 -0
  190. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/models/secrets_passwords.py +0 -0
  191. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/models/trustednetworks.py +0 -0
  192. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/models/webappservice.py +0 -0
  193. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/models/webpolicy.py +0 -0
  194. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/models/webprivacy.py +0 -0
  195. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/models/zdxgroupentitlements.py +0 -0
  196. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/models/zpagroupentitlements.py +0 -0
  197. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/secrets.py +0 -0
  198. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/web_privacy.py +0 -0
  199. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/zcc_service.py +0 -0
  200. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/__init__.py +0 -0
  201. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/legacy.py +0 -0
  202. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/models/administration.py +0 -0
  203. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/models/alerts.py +0 -0
  204. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/models/application_users.py +0 -0
  205. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/models/applications.py +0 -0
  206. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/models/call_quality_metrics.py +0 -0
  207. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/models/common.py +0 -0
  208. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/models/devices.py +0 -0
  209. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/models/snapshot.py +0 -0
  210. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/models/software_inventory.py +0 -0
  211. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/models/troubleshooting.py +0 -0
  212. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/models/users.py +0 -0
  213. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/snapshot.py +0 -0
  214. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/zdx_service.py +0 -0
  215. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/__init__.py +0 -0
  216. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/activate.py +0 -0
  217. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/admin_roles.py +0 -0
  218. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/admin_users.py +0 -0
  219. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/advanced_settings.py +0 -0
  220. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/alert_subscriptions.py +0 -0
  221. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/apptotal.py +0 -0
  222. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/atp_policy.py +0 -0
  223. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/audit_logs.py +0 -0
  224. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/authentication_settings.py +0 -0
  225. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/browser_control_settings.py +0 -0
  226. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/end_user_notification.py +0 -0
  227. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/ftp_control_policy.py +0 -0
  228. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/iot_report.py +0 -0
  229. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/locations.py +0 -0
  230. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/malware_protection_policy.py +0 -0
  231. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/mobile_threat_settings.py +0 -0
  232. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/__init__.py +0 -0
  233. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/activation.py +0 -0
  234. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/admin_roles.py +0 -0
  235. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/admin_users.py +0 -0
  236. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/advanced_settings.py +0 -0
  237. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/advanced_threat_settings.py +0 -0
  238. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/alert_subscriptions.py +0 -0
  239. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/apptotal.py +0 -0
  240. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/authentication_settings.py +0 -0
  241. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/bandwidth_classes.py +0 -0
  242. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/bandwidth_control_rules.py +0 -0
  243. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/browser_control_settings.py +0 -0
  244. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/casb_dlp_rules.py +0 -0
  245. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/casb_malware_rules.py +0 -0
  246. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/cloud_app_instances.py +0 -0
  247. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/cloud_app_policy.py +0 -0
  248. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/cloud_browser_isolation.py +0 -0
  249. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/cloud_firewall_app_services.py +0 -0
  250. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/cloud_firewall_destination_groups.py +0 -0
  251. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/cloud_firewall_dns_rules.py +0 -0
  252. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/cloud_firewall_ips_rules.py +0 -0
  253. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/cloud_firewall_nw_application_groups.py +0 -0
  254. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/cloud_firewall_nw_applications.py +0 -0
  255. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/cloud_firewall_nw_service.py +0 -0
  256. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/cloud_firewall_nw_service_groups.py +0 -0
  257. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/cloud_firewall_rules.py +0 -0
  258. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/cloud_firewall_source_groups.py +0 -0
  259. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/cloud_firewall_time_windows.py +0 -0
  260. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/cloud_nss.py +0 -0
  261. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/cloud_to_cloud_ir.py +0 -0
  262. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/cloudappcontrol.py +0 -0
  263. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/common.py +0 -0
  264. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/dedicated_ip_gateways.py +0 -0
  265. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/device_groups.py +0 -0
  266. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/devices.py +0 -0
  267. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/dlp_dictionary.py +0 -0
  268. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/dlp_engine.py +0 -0
  269. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/dlp_resources.py +0 -0
  270. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/dlp_templates.py +0 -0
  271. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/dlp_web_rules.py +0 -0
  272. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/dns_gateways.py +0 -0
  273. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/endusernotification.py +0 -0
  274. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/filetyperules.py +0 -0
  275. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/forwarding_control_policy.py +0 -0
  276. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/ftp_control_policy.py +0 -0
  277. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/gre_recommended_list.py +0 -0
  278. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/gre_tunnel_info.py +0 -0
  279. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/gre_tunnels.py +0 -0
  280. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/gre_vips.py +0 -0
  281. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/intermediate_certificates.py +0 -0
  282. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/iotreport.py +0 -0
  283. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/ipv6_config.py +0 -0
  284. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/location_group.py +0 -0
  285. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/malware_protection_settings.py +0 -0
  286. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/mobile_threat_settings.py +0 -0
  287. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/nat_control_policy.py +0 -0
  288. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/nss_servers.py +0 -0
  289. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/organization_information.py +0 -0
  290. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/pac_files.py +0 -0
  291. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/proxies.py +0 -0
  292. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/proxy_gateways.py +0 -0
  293. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/remoteassistance.py +0 -0
  294. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/risk_profiles.py +0 -0
  295. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/rule_labels.py +0 -0
  296. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/saas_security_api.py +0 -0
  297. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/sandboxrules.py +0 -0
  298. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/security_policy_settings.py +0 -0
  299. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/shadow_it_report.py +0 -0
  300. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/ssl_inspection_rules.py +0 -0
  301. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/subclouds.py +0 -0
  302. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/system_audit.py +0 -0
  303. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/tenancy_restriction_profile.py +0 -0
  304. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/time_intervals.py +0 -0
  305. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/traffic_datacenters.py +0 -0
  306. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/traffic_dc_exclusions.py +0 -0
  307. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/traffic_extranet.py +0 -0
  308. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/traffic_static_ip.py +0 -0
  309. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/traffic_vpn_credentials.py +0 -0
  310. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/url_filter_cloud_app_settings.py +0 -0
  311. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/url_filtering_rules.py +0 -0
  312. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/urlcategory.py +0 -0
  313. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/user_management.py +0 -0
  314. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/vzen_clusters.py +0 -0
  315. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/vzen_nodes.py +0 -0
  316. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/workload_groups.py +0 -0
  317. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/zpa_gateway.py +0 -0
  318. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/organization_information.py +0 -0
  319. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/policy_export.py +0 -0
  320. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/remote_assistance.py +0 -0
  321. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/sandbox.py +0 -0
  322. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/security_policy_settings.py +0 -0
  323. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/system_audit.py +0 -0
  324. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/user_management.py +0 -0
  325. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zidentity/__init__.py +0 -0
  326. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zidentity/models/api_client.py +0 -0
  327. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zidentity/models/common.py +0 -0
  328. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zidentity/models/groups.py +0 -0
  329. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zidentity/models/resource_servers.py +0 -0
  330. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zidentity/models/user_entitlement.py +0 -0
  331. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zidentity/models/users.py +0 -0
  332. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zidentity/user_entitlement.py +0 -0
  333. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zidentity/zidentity_service.py +0 -0
  334. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/__init__.py +0 -0
  335. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/admin_sso_controller.py +0 -0
  336. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/app_connector_schedule.py +0 -0
  337. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/app_segment_by_type.py +0 -0
  338. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/application_segment.py +0 -0
  339. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/browser_protection.py +0 -0
  340. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/cbi_region.py +0 -0
  341. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/client_settings.py +0 -0
  342. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/customer_controller.py +0 -0
  343. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/extranet_resource.py +0 -0
  344. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/legacy.py +0 -0
  345. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/location_controller.py +0 -0
  346. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/administrator_controller.py +0 -0
  347. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/api_keys.py +0 -0
  348. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/app_connector_groups.py +0 -0
  349. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/app_connector_schedule.py +0 -0
  350. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/app_connectors.py +0 -0
  351. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/app_protection_predefined_controls.py +0 -0
  352. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/app_protection_profile.py +0 -0
  353. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/application_segment.py +0 -0
  354. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/application_segment_lb.py +0 -0
  355. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/application_servers.py +0 -0
  356. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/branch_connectors.py +0 -0
  357. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/browser_protection.py +0 -0
  358. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/c2c_ip_ranges.py +0 -0
  359. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/cbi_banner.py +0 -0
  360. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/cbi_certificate.py +0 -0
  361. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/cbi_profile.py +0 -0
  362. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/cbi_region.py +0 -0
  363. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/cbi_zpa_profile.py +0 -0
  364. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/certificates.py +0 -0
  365. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/client_settings.py +0 -0
  366. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/cloud_connector_controller.py +0 -0
  367. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/cloud_connector_groups.py +0 -0
  368. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/common.py +0 -0
  369. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/config_override_controller.py +0 -0
  370. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/customer_controller.py +0 -0
  371. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/customer_domain.py +0 -0
  372. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/customer_dr_tool.py +0 -0
  373. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/customer_version_profile.py +0 -0
  374. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/emergency_access.py +0 -0
  375. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/enrollment_certificates.py +0 -0
  376. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/idp.py +0 -0
  377. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/lss.py +0 -0
  378. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/machine_groups.py +0 -0
  379. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/managed_browser_profile.py +0 -0
  380. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/microtenants.py +0 -0
  381. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/npn_client_controller.py +0 -0
  382. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/oauth2_user_code.py +0 -0
  383. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/policyset_controller_v1.py +0 -0
  384. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/policyset_controller_v2.py +0 -0
  385. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/posture_profiles.py +0 -0
  386. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/pra_approval.py +0 -0
  387. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/pra_console.py +0 -0
  388. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/pra_cred_pool_controller.py +0 -0
  389. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/pra_credential.py +0 -0
  390. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/pra_portal.py +0 -0
  391. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/private_cloud_controller.py +0 -0
  392. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/private_cloud_group.py +0 -0
  393. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/provisioning_keys.py +0 -0
  394. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/role_controller.py +0 -0
  395. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/saml_attributes.py +0 -0
  396. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/scim_attributes.py +0 -0
  397. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/scim_groups.py +0 -0
  398. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/segment_group.py +0 -0
  399. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/server_group.py +0 -0
  400. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/service_edge_groups.py +0 -0
  401. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/service_edge_schedule.py +0 -0
  402. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/service_edges.py +0 -0
  403. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/stepup_auth_level.py +0 -0
  404. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/trusted_network.py +0 -0
  405. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/user_portal_aup.py +0 -0
  406. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/user_portal_controller.py +0 -0
  407. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/user_portal_link.py +0 -0
  408. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/zia_customer_config.py +0 -0
  409. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/oauth2_user_code.py +0 -0
  410. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/service_edge_schedule.py +0 -0
  411. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/stepup_auth_level.py +0 -0
  412. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/user_portal_aup.py +0 -0
  413. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/workload_tag_group.py +0 -0
  414. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/zia_customer_config.py +0 -0
  415. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/zpa_service.py +0 -0
  416. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/__init__.py +0 -0
  417. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/account_groups.py +0 -0
  418. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/activation.py +0 -0
  419. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/discovery_service.py +0 -0
  420. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/legacy.py +0 -0
  421. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/account_groups.py +0 -0
  422. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/activation.py +0 -0
  423. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/admin_roles.py +0 -0
  424. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/admin_users.py +0 -0
  425. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/api_keys.py +0 -0
  426. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/common.py +0 -0
  427. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/discovery_service.py +0 -0
  428. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/ec_group_vm.py +0 -0
  429. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/ecgroup.py +0 -0
  430. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/forwarding_gateways.py +0 -0
  431. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/forwarding_rules.py +0 -0
  432. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/ip_destination_groups.py +0 -0
  433. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/ip_groups.py +0 -0
  434. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/ip_source_groups.py +0 -0
  435. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/location_management.py +0 -0
  436. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/location_templates.py +0 -0
  437. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/nw_service.py +0 -0
  438. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/nw_service_groups.py +0 -0
  439. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/provisioning_url.py +0 -0
  440. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/public_cloud_info.py +0 -0
  441. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/traffic_vpn_credentials.py +0 -0
  442. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/zpa_resources.py +0 -0
  443. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/public_cloud_info.py +0 -0
  444. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/ztw_service.py +0 -0
  445. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zwa/__init__.py +0 -0
  446. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zwa/audit_logs.py +0 -0
  447. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zwa/dlp_incidents.py +0 -0
  448. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zwa/legacy.py +0 -0
  449. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zwa/models/audit_logs.py +0 -0
  450. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zwa/models/change_history.py +0 -0
  451. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zwa/models/common.py +0 -0
  452. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zwa/models/generated_tickets.py +0 -0
  453. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zwa/models/incident_details.py +0 -0
  454. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zwa/models/incident_evidence.py +0 -0
  455. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zwa/models/incident_group_search.py +0 -0
  456. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zwa/models/incident_search.py +0 -0
  457. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zwa/models/incident_trigger.py +0 -0
  458. {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zwa/zwa_service.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: zscaler-sdk-python
3
- Version: 1.9.0
3
+ Version: 1.9.2
4
4
  Summary: Official Python SDK for the Zscaler Products
5
5
  Home-page: https://github.com/zscaler/zscaler-sdk-python
6
6
  License: MIT
@@ -28,7 +28,7 @@ Requires-Dist: flatdict (>=4.0.0)
28
28
  Requires-Dist: pydash (>=8.0.3)
29
29
  Requires-Dist: python-box (>=7.3.0)
30
30
  Requires-Dist: python-dateutil (>=2.9.0)
31
- Requires-Dist: python-jose[cryptography] (>=3.3.0)
31
+ Requires-Dist: python-jose[cryptography] (>=3.5.0)
32
32
  Requires-Dist: pytz (>=2024.2)
33
33
  Requires-Dist: pyyaml (>=6.0.0)
34
34
  Requires-Dist: requests (>=2.32.3)
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "zscaler-sdk-python"
3
- version = "1.9.0"
3
+ version = "1.9.2"
4
4
  description = "Official Python SDK for the Zscaler Products"
5
5
  authors = ["Zscaler, Inc. <devrel@zscaler.com>"]
6
6
  license = "MIT"
@@ -36,7 +36,7 @@ pytz = ">=2024.2"
36
36
  python-box = ">=7.3.0"
37
37
  python-dateutil = ">=2.9.0"
38
38
  flatdict = ">=4.0.0"
39
- python-jose = {extras = ["cryptography"], version = ">=3.3.0"}
39
+ python-jose = {extras = ["cryptography"], version = ">=3.5.0"}
40
40
  aenum = ">=3.1.11"
41
41
  pydash = ">=8.0.3"
42
42
  arrow = ">=1.3.0"
@@ -29,7 +29,7 @@ __license__ = "MIT"
29
29
  __contributors__ = [
30
30
  "William Guilherme",
31
31
  ]
32
- __version__ = "1.9.0"
32
+ __version__ = "1.9.2"
33
33
 
34
34
 
35
35
  from zscaler.oneapi_client import Client as ZscalerClient # noqa
@@ -1,4 +1,4 @@
1
- from typing import Dict, Any, Optional
1
+ from typing import Dict, Any, Optional, TypeVar
2
2
  import requests
3
3
  import logging
4
4
  import os
@@ -24,6 +24,8 @@ from zscaler.zpa.legacy import LegacyZPAClientHelper
24
24
  from zscaler.zia.legacy import LegacyZIAClientHelper
25
25
  from zscaler.zwa.legacy import LegacyZWAClientHelper
26
26
 
27
+ TLegacy = TypeVar("TLegacy")
28
+
27
29
 
28
30
  class Client:
29
31
  """A Zscaler client object"""
@@ -208,7 +210,7 @@ class Client:
208
210
  @property
209
211
  def zcc(self):
210
212
  if self.use_legacy_client:
211
- return self.zcc_legacy_client
213
+ return self._require_legacy_client("ZCC", self.zcc_legacy_client)
212
214
  if self._zcc is None:
213
215
  self._zcc = ZCCService(self)
214
216
  return self._zcc
@@ -216,7 +218,7 @@ class Client:
216
218
  @property
217
219
  def zdx(self):
218
220
  if self.use_legacy_client:
219
- return self.zdx_legacy_client
221
+ return self._require_legacy_client("ZDX", self.zdx_legacy_client)
220
222
  if self._zdx is None:
221
223
  self._zdx = ZDXService(self)
222
224
  return self._zdx
@@ -224,7 +226,7 @@ class Client:
224
226
  @property
225
227
  def zia(self):
226
228
  if self.use_legacy_client:
227
- return self.zia_legacy_client
229
+ return self._require_legacy_client("ZIA", self.zia_legacy_client)
228
230
  if self._zia is None:
229
231
  # Pass RequestExecutor directly
230
232
  self._zia = ZIAService(self._request_executor)
@@ -233,7 +235,7 @@ class Client:
233
235
  @property
234
236
  def zwa(self):
235
237
  if self.use_legacy_client:
236
- return self.zwa_legacy_client
238
+ return self._require_legacy_client("ZWA", self.zwa_legacy_client)
237
239
  if self._zwa is None:
238
240
  self._zwa = ZWAService(self)
239
241
  return self._zwa
@@ -241,7 +243,7 @@ class Client:
241
243
  @property
242
244
  def ztw(self):
243
245
  if self.use_legacy_client:
244
- return self.ztw_legacy_client
246
+ return self._require_legacy_client("ZTW", self.ztw_legacy_client)
245
247
  if self._ztw is None:
246
248
  # Pass RequestExecutor directly
247
249
  self._ztw = ZTWService(self._request_executor)
@@ -250,7 +252,7 @@ class Client:
250
252
  @property
251
253
  def zpa(self):
252
254
  if self.use_legacy_client:
253
- return self.zpa_legacy_client
255
+ return self._require_legacy_client("ZPA", self.zpa_legacy_client)
254
256
  if self._zpa is None:
255
257
  self._zpa = ZPAService(self._request_executor, self._config)
256
258
  return self._zpa
@@ -319,6 +321,21 @@ class Client:
319
321
  def clear_custom_headers(self):
320
322
  self._request_executor.clear_custom_headers()
321
323
 
324
+ def _require_legacy_client(self, service_name: str, client: Optional[TLegacy]) -> TLegacy:
325
+ """
326
+ Ensure a legacy client instance is available before returning it.
327
+
328
+ Raises:
329
+ RuntimeError: If the legacy client was requested but not provided.
330
+ """
331
+ if client is None:
332
+ raise RuntimeError(
333
+ f"Legacy {service_name} client requested but no legacy client instance was provided. "
334
+ "Pass the appropriate legacy helper when constructing the Client or disable "
335
+ "use_legacy_client."
336
+ )
337
+ return client
338
+
322
339
  def get_custom_headers(self):
323
340
  return self._request_executor.get_custom_headers()
324
341
 
@@ -30,7 +30,7 @@ class AdminUserAPI(APIClient):
30
30
  self._request_executor: RequestExecutor = request_executor
31
31
  self._zcc_base_endpoint = "/zcc/papi/public/v1"
32
32
 
33
- def list_admin_users(self, query_params: Optional[dict] = None) -> APIResult[dict]:
33
+ def list_admin_users(self, query_params: Optional[dict] = None) -> APIResult[List[AdminUser]]:
34
34
  """
35
35
  Returns the list of Admin Users enrolled in the Client Connector Portal.
36
36
 
@@ -129,7 +129,7 @@ class AdminUserAPI(APIClient):
129
129
 
130
130
  return result, response, None
131
131
 
132
- def list_admin_roles(self, query_params: Optional[dict] = None) -> APIResult[dict]:
132
+ def list_admin_roles(self, query_params: Optional[dict] = None) -> APIResult[List[AdminRoles]]:
133
133
  """
134
134
  Returns the list admin roles in the Client Connector Portal.
135
135
 
@@ -310,7 +310,7 @@ class DevicesAPI(APIClient):
310
310
  return filename
311
311
 
312
312
  @zcc_param_mapper
313
- def list_devices(self, query_params: Optional[dict] = None) -> APIResult[dict]:
313
+ def list_devices(self, query_params: Optional[dict] = None) -> APIResult[List[Device]]:
314
314
  """
315
315
  Returns the list of devices enrolled in the Client Connector Portal.
316
316
 
@@ -29,7 +29,7 @@ class FailOpenPolicyAPI(APIClient):
29
29
  self._request_executor: RequestExecutor = request_executor
30
30
  self._zcc_base_endpoint = "/zcc/papi/public/v1"
31
31
 
32
- def list_by_company(self, query_params: Optional[dict] = None) -> APIResult[dict]:
32
+ def list_by_company(self, query_params: Optional[dict] = None) -> APIResult[List[FailOpenPolicy]]:
33
33
  """
34
34
  Returns the list of Fail Open Policy By Company in the Client Connector Portal.
35
35
 
@@ -29,7 +29,7 @@ class ForwardingProfileAPI(APIClient):
29
29
  self._request_executor: RequestExecutor = request_executor
30
30
  self._zcc_base_endpoint = "/zcc/papi/public/v1"
31
31
 
32
- def list_by_company(self, query_params: Optional[dict] = None) -> APIResult[dict]:
32
+ def list_by_company(self, query_params: Optional[dict] = None) -> APIResult[List[ForwardingProfile]]:
33
33
  """
34
34
  Returns the list of Forwarding Profiles By Company ID in the Client Connector Portal.
35
35
 
@@ -29,7 +29,7 @@ class TrustedNetworksAPI(APIClient):
29
29
  self._request_executor: RequestExecutor = request_executor
30
30
  self._zcc_base_endpoint = "/zcc/papi/public/v1"
31
31
 
32
- def list_by_company(self, query_params: Optional[dict] = None) -> APIResult[dict]:
32
+ def list_by_company(self, query_params: Optional[dict] = None) -> APIResult[List[TrustedNetworks]]:
33
33
  """
34
34
  Returns the list of Trusted Networks By Company ID in the Client Connector Portal.
35
35
 
@@ -29,7 +29,7 @@ class WebAppServiceAPI(APIClient):
29
29
  self._request_executor: RequestExecutor = request_executor
30
30
  self._zcc_base_endpoint = "/zcc/papi/public/v1"
31
31
 
32
- def list_by_company(self, query_params: Optional[dict] = None) -> APIResult[dict]:
32
+ def list_by_company(self, query_params: Optional[dict] = None) -> APIResult[List[WebAppService]]:
33
33
  """
34
34
  Returns the list of Fail Open Policy By Company in the Client Connector Portal.
35
35
 
@@ -30,7 +30,7 @@ class WebPolicyAPI(APIClient):
30
30
  self._zcc_base_endpoint = "/zcc/papi/public/v1"
31
31
 
32
32
  @zcc_param_mapper
33
- def list_by_company(self, query_params: Optional[dict] = None) -> APIResult[dict]:
33
+ def list_by_company(self, query_params: Optional[dict] = None) -> APIResult[List[WebPolicy]]:
34
34
  """
35
35
  Returns the list of Web Policy By Company ID in the Client Connector Portal.
36
36
 
@@ -30,7 +30,7 @@ class AdminAPI(APIClient):
30
30
  self._zdx_base_endpoint = "/zdx/v1"
31
31
 
32
32
  @zdx_params
33
- def list_departments(self, query_params: Optional[dict] = None) -> APIResult[dict]:
33
+ def list_departments(self, query_params: Optional[dict] = None) -> APIResult[List[Administration]]:
34
34
  """
35
35
  Returns the list of Admin Users enrolled in the Client Connector Portal.
36
36
 
@@ -97,7 +97,7 @@ class AdminAPI(APIClient):
97
97
  return (result, response, None)
98
98
 
99
99
  @zdx_params
100
- def list_locations(self, query_params: Optional[dict] = None) -> APIResult[dict]:
100
+ def list_locations(self, query_params: Optional[dict] = None) -> APIResult[List[Administration]]:
101
101
  """
102
102
  Returns the list of all configured Zscaler locations if the search filters are not specified.
103
103
 
@@ -32,7 +32,7 @@ class AlertsAPI(APIClient):
32
32
  self._zdx_base_endpoint = "/zdx/v1"
33
33
 
34
34
  @zdx_params
35
- def list_ongoing(self, query_params: Optional[dict] = None) -> APIResult[dict]:
35
+ def list_ongoing(self, query_params: Optional[dict] = None) -> APIResult[List[Alerts]]:
36
36
  """
37
37
  Returns a list of all ongoing alert rules across an organization in ZDX.
38
38
  All ongoing alert rules are returned if the search filter is not specified.
@@ -158,7 +158,7 @@ class AlertsAPI(APIClient):
158
158
  return (result, response, None)
159
159
 
160
160
  @zdx_params
161
- def list_historical(self, query_params: Optional[dict] = None) -> APIResult[dict]:
161
+ def list_historical(self, query_params: Optional[dict] = None) -> APIResult[List[Alerts]]:
162
162
  """
163
163
  Returns a list of alert history rules defined across an organization.
164
164
  All alert history rules are returned if the search filter is not specified.
@@ -239,7 +239,7 @@ class AlertsAPI(APIClient):
239
239
  return (result, response, None)
240
240
 
241
241
  @zdx_params
242
- def list_affected_devices(self, alert_id, query_params: Optional[dict] = None) -> APIResult[dict]:
242
+ def list_affected_devices(self, alert_id, query_params: Optional[dict] = None) -> APIResult[List[AffectedDevices]]:
243
243
  """
244
244
  Returns a list of all affected devices associated with
245
245
  an alert rule in conjunction with provided filters.
@@ -35,7 +35,7 @@ class AppsAPI(APIClient):
35
35
  self._zdx_base_endpoint = "/zdx/v1"
36
36
 
37
37
  @zdx_params
38
- def list_apps(self, query_params: Optional[dict] = None) -> APIResult[dict]:
38
+ def list_apps(self, query_params: Optional[dict] = None) -> APIResult[List[ActiveApplications]]:
39
39
  """
40
40
  Returns a list of all active applications configured within the ZDX tenant.
41
41
 
@@ -316,7 +316,7 @@ class AppsAPI(APIClient):
316
316
  return (result, response, None)
317
317
 
318
318
  @zdx_params
319
- def list_app_users(self, app_id: str, query_params: Optional[dict] = None) -> APIResult[dict]:
319
+ def list_app_users(self, app_id: str, query_params: Optional[dict] = None) -> APIResult[List[ApplicationActiveUsers]]:
320
320
  """
321
321
  Returns a list of users and devices that were used to access the specified application configured within
322
322
  the ZDX tenant.
@@ -42,7 +42,7 @@ class DevicesAPI(APIClient):
42
42
  self._zdx_base_endpoint = "/zdx/v1"
43
43
 
44
44
  @zdx_params
45
- def list_devices(self, query_params: Optional[dict] = None) -> APIResult[dict]:
45
+ def list_devices(self, query_params: Optional[dict] = None) -> APIResult[List[Devices]]:
46
46
  """
47
47
  Returns a list of all active devices and its basic details.
48
48
  If the time range is not specified, the endpoint defaults to the previous 2 hours.
@@ -453,7 +453,7 @@ class DevicesAPI(APIClient):
453
453
  return (result, response, None)
454
454
 
455
455
  @zdx_params
456
- def list_cloudpath_probes(self, device_id: str, app_id: str, query_params: Optional[dict] = None) -> APIResult[dict]:
456
+ def list_cloudpath_probes(self, device_id: str, app_id: str, query_params: Optional[dict] = None) -> APIResult[List[DeviceAppCloudPathProbes]]:
457
457
  """
458
458
  Returns a list of all active cloudpath probes for a specific application being used by a device.
459
459
 
@@ -801,7 +801,7 @@ class DevicesAPI(APIClient):
801
801
  return (result, response, None)
802
802
 
803
803
  @zdx_params
804
- def list_geolocations(self, query_params: Optional[dict] = None) -> APIResult[dict]:
804
+ def list_geolocations(self, query_params: Optional[dict] = None) -> APIResult[List[DeviceActiveGeo]]:
805
805
  """
806
806
  Returns a list of all active geolocations configured within the ZDX tenant.
807
807
 
@@ -31,7 +31,7 @@ class InventoryAPI(APIClient):
31
31
  self._zdx_base_endpoint = "/zdx/v1"
32
32
 
33
33
  @zdx_params
34
- def list_softwares(self, query_params: Optional[dict] = None) -> APIResult[dict]:
34
+ def list_softwares(self, query_params: Optional[dict] = None) -> APIResult[List[DeviceSoftwareInventory]]:
35
35
  """
36
36
  Returns a list of all software in ZDX.
37
37
 
@@ -102,7 +102,7 @@ class InventoryAPI(APIClient):
102
102
  return (result, response, None)
103
103
 
104
104
  @zdx_params
105
- def list_software_keys(self, software_key: str, query_params: Optional[dict] = None) -> APIResult[dict]:
105
+ def list_software_keys(self, software_key: str, query_params: Optional[dict] = None) -> APIResult[List[DeviceSoftwareInventory]]:
106
106
  """
107
107
  Returns a list of all users and devices for the given software name and version.
108
108
 
@@ -36,7 +36,7 @@ class TroubleshootingAPI(APIClient):
36
36
  self._request_executor: RequestExecutor = request_executor
37
37
  self._zdx_base_endpoint = "/zdx/v1"
38
38
 
39
- def list_deeptraces(self, device_id: str) -> APIResult[dict]:
39
+ def list_deeptraces(self, device_id: str) -> APIResult[List[DeviceDeepTraces]]:
40
40
  """
41
41
  Returns a list of all deep traces for a specific device.
42
42
 
@@ -238,7 +238,7 @@ class TroubleshootingAPI(APIClient):
238
238
  self,
239
239
  device_id: str,
240
240
  trace_id: str,
241
- ) -> APIResult[dict]:
241
+ ) -> APIResult[List[DeviceTopProcesses]]:
242
242
  """
243
243
  Returns a list of all deep traces for a specific device.
244
244
 
@@ -31,7 +31,7 @@ class UsersAPI(APIClient):
31
31
  self._zdx_base_endpoint = "/zdx/v1"
32
32
 
33
33
  @zdx_params
34
- def list_users(self, query_params: Optional[dict] = None) -> APIResult[dict]:
34
+ def list_users(self, query_params: Optional[dict] = None) -> APIResult[List[ActiveUsers]]:
35
35
  """
36
36
  Returns a list of all active users configured within the ZDX tenant.
37
37
 
@@ -33,7 +33,7 @@ class BandwidthClassesAPI(APIClient):
33
33
  super().__init__()
34
34
  self._request_executor: RequestExecutor = request_executor
35
35
 
36
- def list_classes(self, query_params: Optional[dict] = None) -> APIResult[dict]:
36
+ def list_classes(self, query_params: Optional[dict] = None) -> APIResult[List[BandwidthClasses]]:
37
37
  """
38
38
  Retrieves a list of bandwidth classes for an organization.
39
39
 
@@ -93,7 +93,7 @@ class BandwidthClassesAPI(APIClient):
93
93
 
94
94
  return (results, response, None)
95
95
 
96
- def list_classes_lite(self) -> APIResult[dict]:
96
+ def list_classes_lite(self) -> APIResult[List[BandwidthClasses]]:
97
97
  """
98
98
  Fetches a specific bandwidth class lite by ID.
99
99
 
@@ -33,7 +33,7 @@ class BandwidthControlRulesAPI(APIClient):
33
33
  def list_rules(
34
34
  self,
35
35
  query_params: Optional[dict] = None,
36
- ) -> APIResult[dict]:
36
+ ) -> APIResult[List[BandwidthControlRules]]:
37
37
  """
38
38
  List bandwidth control rules in your organization.
39
39
  If the `search` parameter is provided, the function filters the rules client-side.
@@ -107,7 +107,7 @@ class BandwidthControlRulesAPI(APIClient):
107
107
 
108
108
  return (results, response, None)
109
109
 
110
- def list_rules_lite(self) -> APIResult[dict]:
110
+ def list_rules_lite(self) -> APIResult[List[BandwidthControlRules]]:
111
111
  """
112
112
  Fetches a specific bandwidth control rule lite.
113
113
 
@@ -33,7 +33,7 @@ class CasbdDlpRulesAPI(APIClient):
33
33
  def list_rules(
34
34
  self,
35
35
  query_params: Optional[dict] = None,
36
- ) -> APIResult[dict]:
36
+ ) -> APIResult[List[CasbdDlpRules]]:
37
37
  """
38
38
  Returns a list of all Casb DLP Rules for the specified rule type.
39
39
 
@@ -158,7 +158,7 @@ class CasbdDlpRulesAPI(APIClient):
158
158
 
159
159
  def list_all_rules(
160
160
  self,
161
- ) -> APIResult[dict]:
161
+ ) -> APIResult[List[CasbdDlpRules]]:
162
162
  """
163
163
  Returns a list of all Casb DLP Rules.
164
164
 
@@ -33,7 +33,7 @@ class CasbMalwareRulesAPI(APIClient):
33
33
  def list_rules(
34
34
  self,
35
35
  query_params: Optional[dict] = None,
36
- ) -> APIResult[dict]:
36
+ ) -> APIResult[List[CasbMalwareRules]]:
37
37
  """
38
38
  Returns a list of all Casb Malware Rules for the specified rule type.
39
39
 
@@ -157,7 +157,7 @@ class CasbMalwareRulesAPI(APIClient):
157
157
 
158
158
  def list_all_rules(
159
159
  self,
160
- ) -> APIResult[dict]:
160
+ ) -> APIResult[List[CasbMalwareRules]]:
161
161
  """
162
162
  Returns a list of all Casb Malware Rules.
163
163
 
@@ -33,7 +33,7 @@ class CloudApplicationInstancesAPI(APIClient):
33
33
  def list_cloud_app_instances(
34
34
  self,
35
35
  query_params: Optional[dict] = None,
36
- ) -> APIResult[dict]:
36
+ ) -> APIResult[List[CloudApplicationInstances]]:
37
37
  """
38
38
  Retrieves the list of cloud application instances configured in the ZIA Admin Portal
39
39
 
@@ -33,7 +33,7 @@ class CloudApplicationsAPI(APIClient):
33
33
  super().__init__()
34
34
  self._request_executor: RequestExecutor = request_executor
35
35
 
36
- def list_cloud_app_policy(self, query_params: Optional[dict] = None) -> APIResult[dict]:
36
+ def list_cloud_app_policy(self, query_params: Optional[dict] = None) -> APIResult[List[CloudApplicationPolicy]]:
37
37
  """
38
38
  Return a list of of Predefined and User Defined Cloud Applications associated with the DLP rules,
39
39
  Cloud App Control rules, Advanced Settings, Bandwidth Classes, and File Type Control rules.
@@ -108,7 +108,7 @@ class CloudApplicationsAPI(APIClient):
108
108
  return (None, response, error)
109
109
  return (result, response, None)
110
110
 
111
- def list_cloud_app_ssl_policy(self, query_params: Optional[dict] = None) -> APIResult[dict]:
111
+ def list_cloud_app_ssl_policy(self, query_params: Optional[dict] = None) -> APIResult[List[CloudApplicationPolicy]]:
112
112
  """
113
113
  Retrieves a list of Predefined and User Defined Cloud Applications associated with the SSL Inspection rules.
114
114
  Retrives AppInfo when groupResults is set to false and retrieves the application count grouped by application
@@ -36,7 +36,7 @@ class CBIProfileAPI(APIClient):
36
36
  def list_isolation_profiles(
37
37
  self,
38
38
  query_params: Optional[dict] = None,
39
- ) -> APIResult[dict]:
39
+ ) -> APIResult[List[CBIProfile]]:
40
40
  """
41
41
  Lists isolation profiles in your organization with pagination.
42
42
  A subset of isolation profiles can be returned that match a supported
@@ -14,7 +14,7 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14
14
  OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15
15
  """
16
16
 
17
- from typing import Dict, List, Optional, Any, Union
17
+ from typing import List, Optional
18
18
  from zscaler.request_executor import RequestExecutor
19
19
  from zscaler.api_client import APIClient
20
20
  from zscaler.zia.models.cloud_firewall_destination_groups import IPDestinationGroups
@@ -36,7 +36,9 @@ class FirewallResourcesAPI(APIClient):
36
36
  super().__init__()
37
37
  self._request_executor: RequestExecutor = request_executor
38
38
 
39
- def list_ip_destination_groups(self, exclude_type: str = None, query_params: Optional[dict] = None) -> APIResult[dict]:
39
+ def list_ip_destination_groups(
40
+ self, exclude_type: str = None, query_params: Optional[dict] = None
41
+ ) -> APIResult[List[IPDestinationGroups]]:
40
42
  """
41
43
  Returns a list of IP Destination Groups.
42
44
 
@@ -118,7 +120,9 @@ class FirewallResourcesAPI(APIClient):
118
120
  return (None, response, error)
119
121
  return (result, response, None)
120
122
 
121
- def list_ipv6_destination_groups(self, exclude_type: str = None, query_params: Optional[dict] = None) -> APIResult[dict]:
123
+ def list_ipv6_destination_groups(
124
+ self, exclude_type: str = None, query_params: Optional[dict] = None
125
+ ) -> APIResult[List[IPDestinationGroups]]:
122
126
  """
123
127
  Lists IPv6 Destination Groups name and ID all IPv6 Source Groups.
124
128
  `Note`: User-defined groups for IPv6 addresses are currently not supported,
@@ -206,7 +210,7 @@ class FirewallResourcesAPI(APIClient):
206
210
  self,
207
211
  exclude_type: str = None,
208
212
  query_params: Optional[dict] = None
209
- ) -> APIResult[dict]:
213
+ ) -> APIResult[List[IPDestinationGroups]]:
210
214
  """
211
215
  Lists IP Destination Groups name and ID all IP Destination Groups.
212
216
  This endpoint retrieves only IPv4 destination address groups.
@@ -300,7 +304,7 @@ class FirewallResourcesAPI(APIClient):
300
304
  self,
301
305
  exclude_type: str = None,
302
306
  query_params: Optional[dict] = None
303
- ) -> APIResult[dict]:
307
+ ) -> APIResult[List[IPDestinationGroups]]:
304
308
  """
305
309
  Lists IPv6 Destination Groups name and ID all IPv6 Source Groups.
306
310
  `Note`: User-defined groups for IPv6 addresses are currently not supported,
@@ -663,7 +667,7 @@ class FirewallResourcesAPI(APIClient):
663
667
  def list_ip_source_groups(
664
668
  self,
665
669
  query_params: Optional[dict] = None,
666
- ) -> APIResult[dict]:
670
+ ) -> APIResult[List[IPSourceGroup]]:
667
671
  """
668
672
  List IP Source Groups in your organization.
669
673
 
@@ -731,7 +735,7 @@ class FirewallResourcesAPI(APIClient):
731
735
  def list_ipv6_source_groups(
732
736
  self,
733
737
  query_params: Optional[dict] = None,
734
- ) -> APIResult[dict]:
738
+ ) -> APIResult[List[IPSourceGroup]]:
735
739
  """
736
740
  List IPv6 Source Groups in your organization.
737
741
  `Note`: User-defined groups for IPv6 addresses are currently not supported,
@@ -801,7 +805,7 @@ class FirewallResourcesAPI(APIClient):
801
805
  def list_ip_source_groups_lite(
802
806
  self,
803
807
  query_params: Optional[dict] = None,
804
- ) -> APIResult[dict]:
808
+ ) -> APIResult[List[IPSourceGroup]]:
805
809
  """
806
810
  Lists IP Source Groups name and ID all IP Source Groups.
807
811
  This endpoint retrieves only IPv4 source address groups.
@@ -876,7 +880,7 @@ class FirewallResourcesAPI(APIClient):
876
880
  def list_ipv6_source_groups_lite(
877
881
  self,
878
882
  query_params: Optional[dict] = None,
879
- ) -> APIResult[dict]:
883
+ ) -> APIResult[List[IPSourceGroup]]:
880
884
  """
881
885
  Lists IPv6 Source Groups name and ID all IPv6 Source Groups.
882
886
  `Note`: User-defined groups for IPv6 addresses are currently not supported,
@@ -1150,7 +1154,7 @@ class FirewallResourcesAPI(APIClient):
1150
1154
  def list_network_app_groups(
1151
1155
  self,
1152
1156
  query_params: Optional[dict] = None,
1153
- ) -> APIResult[dict]:
1157
+ ) -> APIResult[List[NetworkApplicationGroups]]:
1154
1158
  """
1155
1159
  List Network Application Groups in your organization.
1156
1160
 
@@ -1417,7 +1421,7 @@ class FirewallResourcesAPI(APIClient):
1417
1421
  def list_network_apps(
1418
1422
  self,
1419
1423
  query_params: Optional[dict] = None,
1420
- ) -> APIResult[dict]:
1424
+ ) -> APIResult[List[NetworkApplications]]:
1421
1425
  """
1422
1426
  Lists Network Applications in your organization with pagination.
1423
1427
  A subset of Network Applications can be returned that match a supported
@@ -1533,7 +1537,7 @@ class FirewallResourcesAPI(APIClient):
1533
1537
  def list_network_svc_groups(
1534
1538
  self,
1535
1539
  query_params: Optional[dict] = None,
1536
- ) -> APIResult[dict]:
1540
+ ) -> APIResult[List[NetworkServiceGroups]]:
1537
1541
  """
1538
1542
  Lists network service groups in your organization with pagination.
1539
1543
  A subset of network service groups can be returned that match a supported
@@ -1604,7 +1608,7 @@ class FirewallResourcesAPI(APIClient):
1604
1608
  def list_network_svc_groups_lite(
1605
1609
  self,
1606
1610
  query_params: Optional[dict] = None,
1607
- ) -> APIResult[dict]:
1611
+ ) -> APIResult[List[NetworkServiceGroups]]:
1608
1612
  """
1609
1613
  Lists Network Service Groups name and ID all network service groups.
1610
1614
  If the `search` parameter is provided, the function filters the rules client-side.
@@ -1871,7 +1875,7 @@ class FirewallResourcesAPI(APIClient):
1871
1875
  return (None, response, error)
1872
1876
  return (None, response, None)
1873
1877
 
1874
- def list_network_services(self, query_params: Optional[dict] = None) -> APIResult[dict]:
1878
+ def list_network_services(self, query_params: Optional[dict] = None) -> APIResult[List[NetworkServices]]:
1875
1879
  """
1876
1880
  Lists network services in your organization with pagination.
1877
1881
  A subset of network services can be returned that match a supported
@@ -1945,7 +1949,7 @@ class FirewallResourcesAPI(APIClient):
1945
1949
  def list_network_services_lite(
1946
1950
  self,
1947
1951
  query_params: Optional[dict] = None,
1948
- ) -> APIResult[dict]:
1952
+ ) -> APIResult[List[NetworkServices]]:
1949
1953
  """
1950
1954
  Lists network services name and ID all network services.
1951
1955
  A subset of network service groups can be returned that match a supported
@@ -2263,7 +2267,7 @@ class FirewallResourcesAPI(APIClient):
2263
2267
  return (None, response, error)
2264
2268
  return (None, response, None)
2265
2269
 
2266
- def list_time_windows(self) -> APIResult[dict]:
2270
+ def list_time_windows(self) -> APIResult[List[TimeWindows]]:
2267
2271
  """
2268
2272
  Returns a list of time intervals used by the Firewall policy or the URL Filtering policy.
2269
2273
 
@@ -2304,7 +2308,7 @@ class FirewallResourcesAPI(APIClient):
2304
2308
 
2305
2309
  return (result, response, None)
2306
2310
 
2307
- def list_time_windows_lite(self) -> APIResult[dict]:
2311
+ def list_time_windows_lite(self) -> APIResult[List[TimeWindows]]:
2308
2312
  """
2309
2313
  Returns name and ID dictionary of time intervals used by the Firewall policy or the URL Filtering policy.
2310
2314