zscaler-sdk-python 1.5.2__tar.gz → 1.5.3__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 (390) hide show
  1. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/PKG-INFO +1 -1
  2. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/pyproject.toml +1 -1
  3. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/__init__.py +1 -1
  4. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/browser_control_settings.py +30 -28
  5. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/casb_dlp_rules.py +23 -25
  6. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/casb_malware_rules.py +16 -16
  7. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/browser_control_settings.py +3 -2
  8. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/casb_dlp_rules.py +7 -5
  9. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/casb_malware_rules.py +2 -1
  10. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/cloud_firewall_rules.py +1 -0
  11. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/cloudappcontrol.py +1 -0
  12. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/dlp_resources.py +1 -0
  13. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/forwarding_control_policy.py +1 -0
  14. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/pac_files.py +1 -0
  15. zscaler_sdk_python-1.5.2/zscaler/zia/models/proxy_gatways.py → zscaler_sdk_python-1.5.3/zscaler/zia/models/proxy_gateways.py +1 -0
  16. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/saas_security_api.py +5 -2
  17. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/ssl_inspection_rules.py +2 -2
  18. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/proxies.py +1 -1
  19. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/saas_security_api.py +5 -5
  20. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/url_categories.py +85 -18
  21. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/zia_service.py +2 -2
  22. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/LICENSE.md +0 -0
  23. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/README.md +0 -0
  24. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/api_client.py +0 -0
  25. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/cache/__init__.py +0 -0
  26. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/cache/cache.py +0 -0
  27. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/cache/no_op_cache.py +0 -0
  28. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/cache/zscaler_cache.py +0 -0
  29. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/config/__init__.py +0 -0
  30. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/config/config_setter.py +0 -0
  31. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/config/config_validator.py +0 -0
  32. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/constants.py +0 -0
  33. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/error_messages.py +0 -0
  34. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/errors/__init__.py +0 -0
  35. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/errors/error.py +0 -0
  36. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/errors/http_error.py +0 -0
  37. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/errors/response_checker.py +0 -0
  38. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/errors/zscaler_api_error.py +0 -0
  39. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/exceptions/__init__.py +0 -0
  40. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/exceptions/exceptions.py +0 -0
  41. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/helpers.py +0 -0
  42. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/logger.py +0 -0
  43. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/oneapi_client.py +0 -0
  44. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/oneapi_collection.py +0 -0
  45. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/oneapi_http_client.py +0 -0
  46. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/oneapi_oauth_client.py +0 -0
  47. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/oneapi_object.py +0 -0
  48. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/oneapi_response.py +0 -0
  49. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/ratelimiter/__init__.py +0 -0
  50. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/ratelimiter/ratelimiter.py +0 -0
  51. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/request_executor.py +0 -0
  52. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/user_agent.py +0 -0
  53. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/utils.py +0 -0
  54. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zcc/__init__.py +0 -0
  55. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zcc/admin_user.py +0 -0
  56. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zcc/company.py +0 -0
  57. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zcc/devices.py +0 -0
  58. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zcc/entitlements.py +0 -0
  59. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zcc/fail_open_policy.py +0 -0
  60. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zcc/forwarding_profile.py +0 -0
  61. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zcc/legacy.py +0 -0
  62. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zcc/models/admin_roles.py +0 -0
  63. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zcc/models/admin_user.py +0 -0
  64. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zcc/models/devices.py +0 -0
  65. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zcc/models/failopenpolicy.py +0 -0
  66. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zcc/models/forwardingprofile.py +0 -0
  67. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zcc/models/getcompanyinfo.py +0 -0
  68. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zcc/models/manage_pass.py +0 -0
  69. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zcc/models/secrets_otp.py +0 -0
  70. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zcc/models/secrets_passwords.py +0 -0
  71. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zcc/models/trustednetworks.py +0 -0
  72. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zcc/models/webappservice.py +0 -0
  73. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zcc/models/webpolicy.py +0 -0
  74. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zcc/models/webprivacy.py +0 -0
  75. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zcc/models/zdxgroupentitlements.py +0 -0
  76. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zcc/models/zpagroupentitlements.py +0 -0
  77. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zcc/secrets.py +0 -0
  78. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zcc/trusted_networks.py +0 -0
  79. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zcc/web_app_service.py +0 -0
  80. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zcc/web_policy.py +0 -0
  81. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zcc/web_privacy.py +0 -0
  82. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zcc/zcc_service.py +0 -0
  83. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zdx/__init__.py +0 -0
  84. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zdx/admin.py +0 -0
  85. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zdx/alerts.py +0 -0
  86. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zdx/apps.py +0 -0
  87. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zdx/devices.py +0 -0
  88. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zdx/inventory.py +0 -0
  89. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zdx/legacy.py +0 -0
  90. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zdx/models/activeapplications.py +0 -0
  91. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zdx/models/administration.py +0 -0
  92. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zdx/models/alerts.py +0 -0
  93. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zdx/models/application_users.py +0 -0
  94. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zdx/models/applications.py +0 -0
  95. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zdx/models/call_quality_metrics.py +0 -0
  96. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zdx/models/common.py +0 -0
  97. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zdx/models/devices.py +0 -0
  98. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zdx/models/software_inventory.py +0 -0
  99. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zdx/models/troubleshooting.py +0 -0
  100. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zdx/models/users.py +0 -0
  101. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zdx/troubleshooting.py +0 -0
  102. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zdx/users.py +0 -0
  103. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zdx/zdx_service.py +0 -0
  104. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/__init__.py +0 -0
  105. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/activate.py +0 -0
  106. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/admin_roles.py +0 -0
  107. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/admin_users.py +0 -0
  108. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/advanced_settings.py +0 -0
  109. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/alert_subscriptions.py +0 -0
  110. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/apptotal.py +0 -0
  111. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/atp_policy.py +0 -0
  112. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/audit_logs.py +0 -0
  113. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/authentication_settings.py +0 -0
  114. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/bandwidth_classes.py +0 -0
  115. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/bandwidth_control_rules.py +0 -0
  116. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/cloud_app_instances.py +0 -0
  117. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/cloud_applications.py +0 -0
  118. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/cloud_browser_isolation.py +0 -0
  119. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/cloud_firewall.py +0 -0
  120. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/cloud_firewall_dns.py +0 -0
  121. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/cloud_firewall_ips.py +0 -0
  122. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/cloud_firewall_rules.py +0 -0
  123. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/cloud_nss.py +0 -0
  124. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/cloudappcontrol.py +0 -0
  125. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/dedicated_ip_gateways.py +0 -0
  126. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/device_management.py +0 -0
  127. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/dlp_dictionary.py +0 -0
  128. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/dlp_engine.py +0 -0
  129. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/dlp_resources.py +0 -0
  130. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/dlp_templates.py +0 -0
  131. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/dlp_web_rules.py +0 -0
  132. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/dns_gatways.py +0 -0
  133. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/end_user_notification.py +0 -0
  134. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/file_type_control_rule.py +0 -0
  135. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/forwarding_control.py +0 -0
  136. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/ftp_control_policy.py +0 -0
  137. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/gre_tunnel.py +0 -0
  138. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/intermediate_certificates.py +0 -0
  139. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/iot_report.py +0 -0
  140. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/ipv6_config.py +0 -0
  141. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/legacy.py +0 -0
  142. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/locations.py +0 -0
  143. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/malware_protection_policy.py +0 -0
  144. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/mobile_threat_settings.py +0 -0
  145. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/__init__.py +0 -0
  146. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/activation.py +0 -0
  147. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/admin_roles.py +0 -0
  148. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/admin_users.py +0 -0
  149. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/advanced_settings.py +0 -0
  150. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/advanced_threat_settings.py +0 -0
  151. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/alert_subscriptions.py +0 -0
  152. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/apptotal.py +0 -0
  153. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/authentication_settings.py +0 -0
  154. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/bandwidth_classes.py +0 -0
  155. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/bandwidth_control_rules.py +0 -0
  156. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/cloud_app_instances.py +0 -0
  157. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/cloud_app_policy.py +0 -0
  158. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/cloud_browser_isolation.py +0 -0
  159. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/cloud_firewall_app_services.py +0 -0
  160. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/cloud_firewall_destination_groups.py +0 -0
  161. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/cloud_firewall_dns_rules.py +0 -0
  162. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/cloud_firewall_ips_rules.py +0 -0
  163. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/cloud_firewall_nw_application_groups.py +0 -0
  164. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/cloud_firewall_nw_applications.py +0 -0
  165. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/cloud_firewall_nw_service.py +0 -0
  166. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/cloud_firewall_nw_service_groups.py +0 -0
  167. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/cloud_firewall_source_groups.py +0 -0
  168. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/cloud_firewall_time_windows.py +0 -0
  169. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/cloud_nss.py +0 -0
  170. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/common.py +0 -0
  171. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/dedicated_ip_gateways.py +0 -0
  172. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/device_groups.py +0 -0
  173. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/devices.py +0 -0
  174. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/dlp_dictionary.py +0 -0
  175. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/dlp_engine.py +0 -0
  176. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/dlp_templates.py +0 -0
  177. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/dlp_web_rules.py +0 -0
  178. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/dns_gateways.py +0 -0
  179. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/endusernotification.py +0 -0
  180. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/filetyperules.py +0 -0
  181. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/ftp_control_policy.py +0 -0
  182. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/gre_recommended_list.py +0 -0
  183. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/gre_tunnel_info.py +0 -0
  184. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/gre_tunnels.py +0 -0
  185. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/gre_vips.py +0 -0
  186. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/intermediate_certificates.py +0 -0
  187. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/iotreport.py +0 -0
  188. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/ipv6_config.py +0 -0
  189. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/location_group.py +0 -0
  190. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/location_management.py +0 -0
  191. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/malware_protection_settings.py +0 -0
  192. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/mobile_threat_settings.py +0 -0
  193. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/nat_control_policy.py +0 -0
  194. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/nss_servers.py +0 -0
  195. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/organization_information.py +0 -0
  196. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/proxies.py +0 -0
  197. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/remoteassistance.py +0 -0
  198. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/risk_profiles.py +0 -0
  199. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/rule_labels.py +0 -0
  200. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/sandboxrules.py +0 -0
  201. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/security_policy_settings.py +0 -0
  202. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/shadow_it_report.py +0 -0
  203. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/subclouds.py +0 -0
  204. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/system_audit.py +0 -0
  205. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/tenancy_restriction_profile.py +0 -0
  206. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/time_intervals.py +0 -0
  207. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/traffic_datacenters.py +0 -0
  208. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/traffic_dc_exclusions.py +0 -0
  209. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/traffic_extranet.py +0 -0
  210. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/traffic_static_ip.py +0 -0
  211. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/traffic_vpn_credentials.py +0 -0
  212. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/url_filter_cloud_app_settings.py +0 -0
  213. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/url_filtering_rules.py +0 -0
  214. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/urlcategory.py +0 -0
  215. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/user_management.py +0 -0
  216. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/vzen_clusters.py +0 -0
  217. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/workload_groups.py +0 -0
  218. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/models/zpa_gateway.py +0 -0
  219. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/nat_control_policy.py +0 -0
  220. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/nss_servers.py +0 -0
  221. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/organization_information.py +0 -0
  222. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/pac_files.py +0 -0
  223. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/policy_export.py +0 -0
  224. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/remote_assistance.py +0 -0
  225. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/risk_profiles.py +0 -0
  226. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/rule_labels.py +0 -0
  227. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/sandbox.py +0 -0
  228. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/sandbox_rules.py +0 -0
  229. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/security_policy_settings.py +0 -0
  230. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/shadow_it_report.py +0 -0
  231. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/ssl_inspection_rules.py +0 -0
  232. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/sub_clouds.py +0 -0
  233. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/system_audit.py +0 -0
  234. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/tenancy_restriction_profile.py +0 -0
  235. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/time_intervals.py +0 -0
  236. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/traffic_datacenters.py +0 -0
  237. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/traffic_extranet.py +0 -0
  238. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/traffic_static_ip.py +0 -0
  239. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/traffic_vpn_credentials.py +0 -0
  240. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/url_filtering.py +0 -0
  241. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/user_management.py +0 -0
  242. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/vzen_clusters.py +0 -0
  243. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/workload_groups.py +0 -0
  244. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zia/zpa_gateway.py +0 -0
  245. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/__init__.py +0 -0
  246. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/administrator_controller.py +0 -0
  247. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/app_connector_groups.py +0 -0
  248. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/app_connector_schedule.py +0 -0
  249. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/app_connectors.py +0 -0
  250. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/app_protection.py +0 -0
  251. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/app_segment_by_type.py +0 -0
  252. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/app_segments_ba.py +0 -0
  253. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/app_segments_ba_v2.py +0 -0
  254. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/app_segments_inspection.py +0 -0
  255. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/app_segments_pra.py +0 -0
  256. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/application_segment.py +0 -0
  257. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/cbi_banner.py +0 -0
  258. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/cbi_certificate.py +0 -0
  259. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/cbi_profile.py +0 -0
  260. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/cbi_region.py +0 -0
  261. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/cbi_zpa_profile.py +0 -0
  262. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/certificates.py +0 -0
  263. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/client_settings.py +0 -0
  264. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/cloud_connector_groups.py +0 -0
  265. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/customer_controller.py +0 -0
  266. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/customer_version_profile.py +0 -0
  267. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/emergency_access.py +0 -0
  268. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/enrollment_certificates.py +0 -0
  269. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/idp.py +0 -0
  270. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/legacy.py +0 -0
  271. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/lss.py +0 -0
  272. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/machine_groups.py +0 -0
  273. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/microtenants.py +0 -0
  274. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/administrator_controller.py +0 -0
  275. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/app_connector_groups.py +0 -0
  276. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/app_connector_schedule.py +0 -0
  277. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/app_connectors.py +0 -0
  278. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/app_protection_predefined_controls.py +0 -0
  279. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/app_protection_profile.py +0 -0
  280. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/application_segment.py +0 -0
  281. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/application_segment_lb.py +0 -0
  282. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/application_servers.py +0 -0
  283. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/cbi_banner.py +0 -0
  284. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/cbi_certificate.py +0 -0
  285. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/cbi_profile.py +0 -0
  286. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/cbi_region.py +0 -0
  287. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/cbi_zpa_profile.py +0 -0
  288. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/certificates.py +0 -0
  289. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/client_settings.py +0 -0
  290. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/cloud_connector_groups.py +0 -0
  291. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/common.py +0 -0
  292. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/customer_controller.py +0 -0
  293. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/customer_version_profile.py +0 -0
  294. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/emergency_access.py +0 -0
  295. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/enrollment_certificates.py +0 -0
  296. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/idp.py +0 -0
  297. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/lss.py +0 -0
  298. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/machine_groups.py +0 -0
  299. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/microtenants.py +0 -0
  300. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/policyset_controller_v1.py +0 -0
  301. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/policyset_controller_v2.py +0 -0
  302. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/posture_profiles.py +0 -0
  303. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/pra_approval.py +0 -0
  304. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/pra_console.py +0 -0
  305. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/pra_cred_pool_controller.py +0 -0
  306. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/pra_credential.py +0 -0
  307. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/pra_portal.py +0 -0
  308. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/provisioning_keys.py +0 -0
  309. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/role_controller.py +0 -0
  310. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/saml_attributes.py +0 -0
  311. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/scim_attributes.py +0 -0
  312. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/scim_groups.py +0 -0
  313. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/segment_group.py +0 -0
  314. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/server_group.py +0 -0
  315. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/service_edge_groups.py +0 -0
  316. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/service_edge_schedule.py +0 -0
  317. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/service_edges.py +0 -0
  318. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/models/trusted_network.py +0 -0
  319. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/policies.py +0 -0
  320. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/posture_profiles.py +0 -0
  321. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/pra_approval.py +0 -0
  322. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/pra_console.py +0 -0
  323. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/pra_credential.py +0 -0
  324. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/pra_credential_pool.py +0 -0
  325. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/pra_portal.py +0 -0
  326. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/provisioning.py +0 -0
  327. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/role_controller.py +0 -0
  328. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/saml_attributes.py +0 -0
  329. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/scim_attributes.py +0 -0
  330. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/scim_groups.py +0 -0
  331. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/segment_groups.py +0 -0
  332. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/server_groups.py +0 -0
  333. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/servers.py +0 -0
  334. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/service_edge_group.py +0 -0
  335. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/service_edge_schedule.py +0 -0
  336. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/service_edges.py +0 -0
  337. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/trusted_networks.py +0 -0
  338. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zpa/zpa_service.py +0 -0
  339. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/ztw/__init__.py +0 -0
  340. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/ztw/account_details.py +0 -0
  341. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/ztw/activation.py +0 -0
  342. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/ztw/admin_roles.py +0 -0
  343. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/ztw/admin_users.py +0 -0
  344. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/ztw/api_keys.py +0 -0
  345. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/ztw/ec_groups.py +0 -0
  346. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/ztw/forwarding_gateways.py +0 -0
  347. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/ztw/forwarding_rules.py +0 -0
  348. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/ztw/ip_destination_groups.py +0 -0
  349. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/ztw/ip_groups.py +0 -0
  350. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/ztw/ip_source_groups.py +0 -0
  351. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/ztw/legacy.py +0 -0
  352. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/ztw/location_management.py +0 -0
  353. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/ztw/location_template.py +0 -0
  354. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/ztw/models/activation.py +0 -0
  355. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/ztw/models/admin_roles.py +0 -0
  356. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/ztw/models/admin_users.py +0 -0
  357. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/ztw/models/api_keys.py +0 -0
  358. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/ztw/models/common.py +0 -0
  359. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/ztw/models/ec_group_vm.py +0 -0
  360. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/ztw/models/ecgroup.py +0 -0
  361. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/ztw/models/forwarding_gateways.py +0 -0
  362. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/ztw/models/forwarding_rules.py +0 -0
  363. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/ztw/models/ip_destination_groups.py +0 -0
  364. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/ztw/models/ip_groups.py +0 -0
  365. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/ztw/models/ip_source_groups.py +0 -0
  366. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/ztw/models/location_management.py +0 -0
  367. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/ztw/models/location_templates.py +0 -0
  368. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/ztw/models/nw_service.py +0 -0
  369. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/ztw/models/nw_service_groups.py +0 -0
  370. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/ztw/models/provisioning_url.py +0 -0
  371. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/ztw/models/traffic_vpn_credentials.py +0 -0
  372. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/ztw/models/zpa_resources.py +0 -0
  373. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/ztw/nw_service.py +0 -0
  374. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/ztw/nw_service_groups.py +0 -0
  375. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/ztw/provisioning_url.py +0 -0
  376. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/ztw/ztw_service.py +0 -0
  377. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zwa/__init__.py +0 -0
  378. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zwa/audit_logs.py +0 -0
  379. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zwa/dlp_incidents.py +0 -0
  380. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zwa/legacy.py +0 -0
  381. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zwa/models/audit_logs.py +0 -0
  382. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zwa/models/change_history.py +0 -0
  383. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zwa/models/common.py +0 -0
  384. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zwa/models/generated_tickets.py +0 -0
  385. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zwa/models/incident_details.py +0 -0
  386. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zwa/models/incident_evidence.py +0 -0
  387. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zwa/models/incident_group_search.py +0 -0
  388. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zwa/models/incident_search.py +0 -0
  389. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/zscaler/zwa/models/incident_trigger.py +0 -0
  390. {zscaler_sdk_python-1.5.2 → zscaler_sdk_python-1.5.3}/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.5.2
3
+ Version: 1.5.3
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
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "zscaler-sdk-python"
3
- version = "1.5.2"
3
+ version = "1.5.3"
4
4
  description = "Official Python SDK for the Zscaler Products"
5
5
  authors = ["Zscaler, Inc. <devrel@zscaler.com>"]
6
6
  license = "MIT"
@@ -29,7 +29,7 @@ __license__ = "MIT"
29
29
  __contributors__ = [
30
30
  "William Guilherme",
31
31
  ]
32
- __version__ = "1.5.2"
32
+ __version__ = "1.5.3"
33
33
 
34
34
 
35
35
  from zscaler.oneapi_client import Client as ZscalerClient # noqa
@@ -88,52 +88,54 @@ class BrowserControlSettingsPI(APIClient):
88
88
  Specifies how frequently the service checks browsers and relevant applications to warn
89
89
  users regarding outdated or vulnerable browsers, plugins, and applications. If not set,
90
90
  the warnings are disabled
91
-
92
- Supported Values: `DAILY`, `WEEKLY`, `MONTHLY`, `EVERY_2_HOURS`, `EVERY_4_HOURS`, `EVERY_6_HOURS`, `EVERY_8_HOURS`, `EVERY_12_HOURS`
91
+
92
+ Supported Values: `DAILY`, `WEEKLY`, `MONTHLY`, `EVERY_2_HOURS`, `EVERY_4_HOURS`,
93
+ `EVERY_6_HOURS`, `EVERY_8_HOURS`, `EVERY_12_HOURS`
93
94
 
94
95
  - bypass_plugins (list[str]): List of plugins that need to be bypassed for warnings.
95
-
96
- Supported Values: `ANY`, `NONE`, `ACROBAT`, `FLASH`, `SHOCKWAVE`, `QUICKTIME`, `DIVX`,
97
- `GOOGLEGEARS`, `DOTNET`, `SILVERLIGHT`, `REALPLAYER`, `JAVA`, `TOTEM`, `WMP`
98
96
 
99
- - bypass_applications (list[str]): LiList of applications that need to be bypassed for warnings.
97
+ Supported Values: `ANY`, `NONE`, `ACROBAT`, `FLASH`, `SHOCKWAVE`, `QUICKTIME`,
98
+ `DIVX`, `GOOGLEGEARS`, `DOTNET`, `SILVERLIGHT`, `REALPLAYER`, `JAVA`, `TOTEM`, `WMP`
99
+
100
+ - bypass_applications (list[str]): List of applications that need to be bypassed for warnings.
100
101
  Supported Values: `ANY`, `NONE`, `OUTLOOKEXP`, `MSOFFICE`
101
102
 
102
103
  - bypass_all_browsers (bool): If set to true, all the browsers are bypassed for warnings.
103
104
 
104
- - blocked_internet_explorer_versions (list[str]): Versions of Microsoft browser that need to be blocked. If not set, all Microsoft browser versions are allowed.
105
+ - blocked_internet_explorer_versions (list[str]): Versions of Microsoft browser that need to be
106
+ blocked. If not set, all Microsoft browser versions are allowed.
105
107
 
106
- See the
107
- `Browser Control API reference:
108
+ See the `Browser Control API reference:
108
109
  <https://help.zscaler.com/zia/browser-control-policy#/browserControlSettings-get>`_
109
110
  for the supported values.
110
-
111
- - blocked_chrome_versions (list[str]): Versions of Google Chrome browser that need to be blocked. If not set, all Google Chrome versions are allowed.
112
- See the
113
- `Browser Control API reference:
111
+
112
+ - blocked_chrome_versions (list[str]): Versions of Google Chrome browser that need to be blocked.
113
+ If not set, all Google Chrome versions are allowed.
114
+ See the `Browser Control API reference:
114
115
  <https://help.zscaler.com/zia/browser-control-policy#/browserControlSettings-get>`_
115
116
  for the supported values.
116
117
 
117
- - blocked_firefox_versions (list[str]): Versions of Mozilla Firefox browser that need to be blocked. If not set, all Mozilla Firefox versions are allowed.
118
- See the
119
- `Browser Control API reference:
118
+ - blocked_firefox_versions (list[str]): Versions of Mozilla Firefox browser that need to be blocked.
119
+ If not set, all Mozilla Firefox versions are allowed.
120
+ See the `Browser Control API reference:
120
121
  <https://help.zscaler.com/zia/browser-control-policy#/browserControlSettings-get>`_
121
- for the supported values.
122
+ for the supported values.
122
123
 
123
- - blocked_safari_versions (list[str]): Versions of Apple Safari browser that need to be blocked. If not set, all Apple Safari versions are allowed.
124
- See the
125
- `Browser Control API reference:
124
+ - blocked_safari_versions (list[str]): Versions of Apple Safari browser that need to be blocked.
125
+ If not set, all Apple Safari versions are allowed.
126
+ See the `Browser Control API reference:
126
127
  <https://help.zscaler.com/zia/browser-control-policy#/browserControlSettings-get>`_
127
- for the supported values.
128
+ for the supported values.
128
129
 
129
- - blocked_opera_versions (list[str]): Versions of Opera browser that need to be blocked. If not set, all Opera versions are allowed.
130
- See the
131
- `Browser Control API reference:
130
+ - blocked_opera_versions (list[str]): Versions of Opera browser that need to be blocked. If not set,
131
+ all Opera versions are allowed.
132
+ See the `Browser Control API reference:
132
133
  <https://help.zscaler.com/zia/browser-control-policy#/browserControlSettings-get>`_
133
- for the supported values.
134
+ for the supported values.
134
135
 
135
- - allow_all_browsers (bool): Specifies whether or not to allow all the browsers and their respective versions access to the internet
136
- - enable_warnings (bool): A Boolean value that specifies if the warnings are enabled
136
+ - allow_all_browsers (bool): Specifies whether or not to allow all the browsers and their respective
137
+ versions access to the internet
138
+ - enable_warnings (bool): A Boolean value that specifies if the warnings are enabled
137
139
  - enable_smart_browser_isolation (bool): A Boolean value that specifies if Smart Browser Isolation is enabled
138
140
  - smart_isolation_users (list[int]): List of users for which the rule is applied
139
141
  - smart_isolation_groups (list[int]): List of groups for which the rule is applied
@@ -166,7 +168,7 @@ class BrowserControlSettingsPI(APIClient):
166
168
  ... return
167
169
  ... print("Current browser settings fetched successfully.")
168
170
  ... print(browser_settings)
169
-
171
+
170
172
  Enable Smart Browser Isolation:
171
173
 
172
174
  >>> browser_settings, _, err = client.zia.browser_control_settings.update_browser_control_settings(
@@ -42,7 +42,7 @@ class CasbdDlpRulesAPI(APIClient):
42
42
 
43
43
  ``[query_params.rule_type]`` {str}: The type of rules to retrieve (e.g., "OFLCASB_DLP_ITSM").
44
44
 
45
- Supported Values: `ANY`, `NONE`, `OFLCASB_DLP_FILE`, `OFLCASB_DLP_EMAIL`, `OFLCASB_DLP_CRM`,
45
+ Supported Values: `ANY`, `NONE`, `OFLCASB_DLP_FILE`, `OFLCASB_DLP_EMAIL`, `OFLCASB_DLP_CRM`,
46
46
  `OFLCASB_DLP_ITSM`, `OFLCASB_DLP_COLLAB`, `OFLCASB_DLP_REPO`, `OFLCASB_DLP_STORAGE`,
47
47
  `OFLCASB_DLP_GENAI`
48
48
 
@@ -106,7 +106,7 @@ class CasbdDlpRulesAPI(APIClient):
106
106
 
107
107
  rule_type (str): The type of the rule (e.g., "OFLCASB_DLP_ITSM").
108
108
 
109
- Supported Values: `ANY`, `NONE`, `OFLCASB_DLP_FILE`, `OFLCASB_DLP_EMAIL`, `OFLCASB_DLP_CRM`,
109
+ Supported Values: `ANY`, `NONE`, `OFLCASB_DLP_FILE`, `OFLCASB_DLP_EMAIL`, `OFLCASB_DLP_CRM`,
110
110
  `OFLCASB_DLP_ITSM`, `OFLCASB_DLP_COLLAB`, `OFLCASB_DLP_REPO`, `OFLCASB_DLP_STORAGE`,
111
111
  `OFLCASB_DLP_GENAI`
112
112
 
@@ -206,7 +206,7 @@ class CasbdDlpRulesAPI(APIClient):
206
206
  return (None, response, error)
207
207
 
208
208
  return (result, response, None)
209
-
209
+
210
210
  def add_rule(self, **kwargs) -> tuple:
211
211
  """
212
212
  Adds a new cloud app control rule.
@@ -219,19 +219,19 @@ class CasbdDlpRulesAPI(APIClient):
219
219
  rank (str): The admin rank of the rule
220
220
  enabled (bool): The rule state
221
221
  description (str): Additional information about the rule
222
- bucket_owner (str): A user who inspect their buckets for sensitive data. When you choose a user, their buckets are available in the Buckets field.
222
+ bucket_owner (str): A user who inspect their buckets for sensitive data.
223
223
  external_auditor_email (str): Email address of the external auditor to whom the DLP email alerts are sent
224
- quarantine_location (str): Location where all the quarantined files are moved and necessary actions are taken by either deleting or restoring the data
225
- include_entity_groups (bool): entity_groups is included as part of the criteria, else are excluded from the criteria.
224
+ quarantine_location (str): Location where all the quarantined files are moved and necessary actions are taken
225
+ include_entity_groups (bool): entity_groups included as part of the criteria, else are excluded from the criteria
226
226
  without_content_inspection (bool): If true, Content Matching is set to None
227
- include_criteria_domain_profile (bool): If true, criteria_domain_profiles is included as part of the criteria, else they are excluded from the criteria.
227
+ include_criteria_domain_profile (bool): If true, criteria_domain_profiles is included as part of the criteria.
228
228
  watermark_delete_old_version (bool): Specifies whether to delete an old version of the watermarked file
229
229
 
230
230
  type (str): The type of the rule (e.g., "OFLCASB_DLP_ITSM").
231
231
 
232
- Supported Values: `ANY`, `NONE`, `OFLCASB_DLP_FILE`, `OFLCASB_DLP_EMAIL`, `OFLCASB_DLP_CRM`,
233
- `OFLCASB_DLP_ITSM`, `OFLCASB_DLP_COLLAB`, `OFLCASB_DLP_REPO`, `OFLCASB_DLP_STORAGE`,
234
- `OFLCASB_DLP_GENAI`
232
+ Supported Values: `ANY`, `NONE`, `OFLCASB_DLP_FILE`, `OFLCASB_DLP_EMAIL`,
233
+ `OFLCASB_DLP_CRM`, `OFLCASB_DLP_ITSM`, `OFLCASB_DLP_COLLAB`, `OFLCASB_DLP_REPO`,
234
+ `OFLCASB_DLP_STORAGE`, `OFLCASB_DLP_GENAI`
235
235
 
236
236
  recipient (str): Specifies if the email recipient is internal or external
237
237
 
@@ -247,7 +247,7 @@ class CasbdDlpRulesAPI(APIClient):
247
247
  - `CASB_FILE_TYPE_COLLAB_COUNT_RANGE_11_TO_100`
248
248
  - `CASB_FILE_TYPE_COLLAB_COUNT_RANGE_101_TO_1000`
249
249
  - `CASB_FILE_TYPE_COLLAB_RANGE_1001_PLUS`
250
-
250
+
251
251
  number_of_external_collaborators (str): Selects the number of external collaborators for
252
252
  files that are shared with specific collaborators or are discoverable within an organization
253
253
 
@@ -295,10 +295,9 @@ class CasbdDlpRulesAPI(APIClient):
295
295
  in the 'content_location' field
296
296
 
297
297
  file_types (list[str]): List of file types to which the rule must be applied.
298
- See the
299
- `Casb DLP Rule API reference:
298
+ See the `Casb DLP Rule API reference:
300
299
  <https://https://help.zscaler.com/zia/saas-security-api#/casbDlpRules-post>`_
301
- for the supported values.
300
+ for the supported values.
302
301
 
303
302
  collaboration_scope (list[str]): List of file types to which the rule must be applied.
304
303
 
@@ -422,19 +421,19 @@ class CasbdDlpRulesAPI(APIClient):
422
421
  rank (str): The admin rank of the rule
423
422
  enabled (bool): The rule state
424
423
  description (str): Additional information about the rule
425
- bucket_owner (str): A user who inspect their buckets for sensitive data. When you choose a user, their buckets are available in the Buckets field.
424
+ bucket_owner (str): A user who inspect their buckets for sensitive data.
426
425
  external_auditor_email (str): Email address of the external auditor to whom the DLP email alerts are sent
427
- quarantine_location (str): Location where all the quarantined files are moved and necessary actions are taken by either deleting or restoring the data
428
- include_entity_groups (bool): entity_groups is included as part of the criteria, else are excluded from the criteria.
426
+ quarantine_location (str): Location where all the quarantined files are moved and necessary actions are taken.
427
+ include_entity_groups (bool): entity_groups included as part of the criteria, else are excluded from the criteria.
429
428
  without_content_inspection (bool): If true, Content Matching is set to None
430
- include_criteria_domain_profile (bool): If true, criteria_domain_profiles is included as part of the criteria, else they are excluded from the criteria.
429
+ include_criteria_domain_profile (bool): If true, criteria_domain_profiles is included as part of the criteria.
431
430
  watermark_delete_old_version (bool): Specifies whether to delete an old version of the watermarked file
432
431
 
433
432
  type (str): The type of the rule (e.g., "OFLCASB_DLP_ITSM").
434
433
 
435
- Supported Values: `ANY`, `NONE`, `OFLCASB_DLP_FILE`, `OFLCASB_DLP_EMAIL`, `OFLCASB_DLP_CRM`,
436
- `OFLCASB_DLP_ITSM`, `OFLCASB_DLP_COLLAB`, `OFLCASB_DLP_REPO`, `OFLCASB_DLP_STORAGE`,
437
- `OFLCASB_DLP_GENAI`
434
+ Supported Values: `ANY`, `NONE`, `OFLCASB_DLP_FILE`, `OFLCASB_DLP_EMAIL`,
435
+ `OFLCASB_DLP_CRM`, `OFLCASB_DLP_ITSM`, `OFLCASB_DLP_COLLAB`, `OFLCASB_DLP_REPO`,
436
+ `OFLCASB_DLP_STORAGE`, `OFLCASB_DLP_GENAI`
438
437
 
439
438
  recipient (str): Specifies if the email recipient is internal or external
440
439
 
@@ -498,10 +497,9 @@ class CasbdDlpRulesAPI(APIClient):
498
497
  in the 'content_location' field
499
498
 
500
499
  file_types (list[str]): List of file types to which the rule must be applied.
501
- See the
502
- `Casb DLP Rule API reference:
500
+ See the `Casb DLP Rule API reference:
503
501
  <https://https://help.zscaler.com/zia/saas-security-api#/casbDlpRules-post>`_
504
- for the supported values.
502
+ for the supported values.
505
503
 
506
504
  collaboration_scope (list[str]): List of file types to which the rule must be applied.
507
505
 
@@ -623,7 +621,7 @@ class CasbdDlpRulesAPI(APIClient):
623
621
 
624
622
  rule_type (str): The type of the rule (e.g., "OFLCASB_DLP_ITSM").
625
623
 
626
- Supported Values: `ANY`, `NONE`, `OFLCASB_DLP_FILE`, `OFLCASB_DLP_EMAIL`, `OFLCASB_DLP_CRM`,
624
+ Supported Values: `ANY`, `NONE`, `OFLCASB_DLP_FILE`, `OFLCASB_DLP_EMAIL`, `OFLCASB_DLP_CRM`,
627
625
  `OFLCASB_DLP_ITSM`, `OFLCASB_DLP_COLLAB`, `OFLCASB_DLP_REPO`, `OFLCASB_DLP_STORAGE`,
628
626
  `OFLCASB_DLP_GENAI`
629
627
 
@@ -42,9 +42,9 @@ class CasbMalwareRulesAPI(APIClient):
42
42
 
43
43
  ``[query_params.rule_type]`` {str}: The type of rules to retrieve (e.g., "OFLCASB_AVP_ITSM").
44
44
 
45
- Supported Values: `ANY`, `NONE`, `OFLCASB_AVP_FILE`, `OFLCASB_AVP_EMAIL`, `OFLCASB_AVP_CRM`,
46
- `OFLCASB_AVP_ITSM`, `OFLCASB_AVP_COLLAB`, `OFLCASB_AVP_REPO`, `OFLCASB_AVP_STORAGE`,
47
- `OFLCASB_AVP_GENAI`
45
+ Supported Values: `ANY`, `NONE`, `OFLCASB_AVP_FILE`, `OFLCASB_AVP_EMAIL`,
46
+ `OFLCASB_AVP_CRM`, `OFLCASB_AVP_ITSM`, `OFLCASB_AVP_COLLAB`,
47
+ `OFLCASB_AVP_REPO`, `OFLCASB_AVP_STORAGE`, `OFLCASB_AVP_GENAI`
48
48
 
49
49
  Returns:
50
50
  tuple: The list of Casb Malware Rules.
@@ -105,9 +105,9 @@ class CasbMalwareRulesAPI(APIClient):
105
105
  rule_id (str): The unique identifier for the casb malware rule.
106
106
  rule_type (str): The type of the rule (e.g., "OFLCASB_AVP_ITSM").
107
107
 
108
- Supported Values: `ANY`, `NONE`, `OFLCASB_AVP_FILE`, `OFLCASB_AVP_EMAIL`, `OFLCASB_AVP_CRM`,
109
- `OFLCASB_AVP_ITSM`, `OFLCASB_AVP_COLLAB`, `OFLCASB_AVP_REPO`, `OFLCASB_AVP_STORAGE`,
110
- `OFLCASB_AVP_GENAI`
108
+ Supported Values: `ANY`, `NONE`, `OFLCASB_AVP_FILE`, `OFLCASB_AVP_EMAIL`,
109
+ `OFLCASB_AVP_CRM`, `OFLCASB_AVP_ITSM`, `OFLCASB_AVP_COLLAB`,
110
+ `OFLCASB_AVP_REPO`, `OFLCASB_AVP_STORAGE`, `OFLCASB_AVP_GENAI`
111
111
 
112
112
  Returns:
113
113
  :obj:`Tuple`: The resource record for the casb malware rule.
@@ -205,7 +205,7 @@ class CasbMalwareRulesAPI(APIClient):
205
205
  return (None, response, error)
206
206
 
207
207
  return (result, response, None)
208
-
208
+
209
209
  def add_rule(self, **kwargs) -> tuple:
210
210
  """
211
211
  Adds a new cloud app control rule.
@@ -219,9 +219,9 @@ class CasbMalwareRulesAPI(APIClient):
219
219
 
220
220
  type (str): The type of the rule (e.g., "OFLCASB_AVP_ITSM").
221
221
 
222
- Supported Values: `ANY`, `NONE`, `OFLCASB_AVP_FILE`, `OFLCASB_AVP_EMAIL`, `OFLCASB_AVP_CRM`,
223
- `OFLCASB_AVP_ITSM`, `OFLCASB_AVP_COLLAB`, `OFLCASB_AVP_REPO`, `OFLCASB_AVP_STORAGE`,
224
- `OFLCASB_AVP_GENAI`
222
+ Supported Values: `ANY`, `NONE`, `OFLCASB_AVP_FILE`, `OFLCASB_AVP_EMAIL`,
223
+ `OFLCASB_AVP_CRM`, `OFLCASB_AVP_ITSM`, `OFLCASB_AVP_COLLAB`,
224
+ `OFLCASB_AVP_REPO`, `OFLCASB_AVP_STORAGE`, `OFLCASB_AVP_GENAI`
225
225
 
226
226
  cloud_app_tenant_ids (list):The list of cloud application tenants IDs for which the rule is applied
227
227
  bucket_ids (list): The list of buckets IDs for the Zscaler service to inspect for sensitive data
@@ -299,9 +299,9 @@ class CasbMalwareRulesAPI(APIClient):
299
299
 
300
300
  type (str): The type of the rule (e.g., "OFLCASB_AVP_ITSM").
301
301
 
302
- Supported Values: `ANY`, `NONE`, `OFLCASB_AVP_FILE`, `OFLCASB_AVP_EMAIL`, `OFLCASB_AVP_CRM`,
303
- `OFLCASB_AVP_ITSM`, `OFLCASB_AVP_COLLAB`, `OFLCASB_AVP_REPO`, `OFLCASB_AVP_STORAGE`,
304
- `OFLCASB_AVP_GENAI`
302
+ Supported Values: `ANY`, `NONE`, `OFLCASB_AVP_FILE`, `OFLCASB_AVP_EMAIL`,
303
+ `OFLCASB_AVP_CRM`, `OFLCASB_AVP_ITSM`, `OFLCASB_AVP_COLLAB`,
304
+ `OFLCASB_AVP_REPO`, `OFLCASB_AVP_STORAGE`, `OFLCASB_AVP_GENAI`
305
305
 
306
306
  cloud_app_tenant_ids (list): The list of cloud application tenants IDs for which the rule is applied
307
307
  bucket_ids (list): The list of buckets IDs for the Zscaler service to inspect for sensitive data
@@ -376,9 +376,9 @@ class CasbMalwareRulesAPI(APIClient):
376
376
 
377
377
  rule_type (str): The type of the rule (e.g., "OFLCASB_AVP_ITSM").
378
378
 
379
- Supported Values: `ANY`, `NONE`, `OFLCASB_AVP_FILE`, `OFLCASB_AVP_EMAIL`, `OFLCASB_AVP_CRM`,
380
- `OFLCASB_AVP_ITSM`, `OFLCASB_AVP_COLLAB`, `OFLCASB_AVP_REPO`, `OFLCASB_AVP_STORAGE`,
381
- `OFLCASB_AVP_GENAI`
379
+ Supported Values: `ANY`, `NONE`, `OFLCASB_AVP_FILE`, `OFLCASB_AVP_EMAIL`,
380
+ `OFLCASB_AVP_CRM`, `OFLCASB_AVP_ITSM`, `OFLCASB_AVP_COLLAB`,
381
+ `OFLCASB_AVP_REPO`, `OFLCASB_AVP_STORAGE`, `OFLCASB_AVP_GENAI`
382
382
 
383
383
  Returns:
384
384
  :obj:`int`: The status code for the operation.
@@ -19,6 +19,7 @@ from zscaler.oneapi_collection import ZscalerCollection
19
19
  from zscaler.zia.models import common as common
20
20
  from zscaler.zia.models import common as common_reference
21
21
 
22
+
22
23
  class BrowserControlSettings(ZscalerObject):
23
24
  """
24
25
  A class for BrowserControlSettings objects.
@@ -79,7 +80,7 @@ class BrowserControlSettings(ZscalerObject):
79
80
  self.smart_isolation_users = ZscalerCollection.form_list(
80
81
  config["smartIsolationUsers"] if "smartIsolationUsers" in config else [], common_reference.ResourceReference
81
82
  )
82
-
83
+
83
84
  self.smart_isolation_groups = ZscalerCollection.form_list(
84
85
  config["smartIsolationGroups"] if "smartIsolationGroups" in config else [], common_reference.ResourceReference
85
86
  )
@@ -134,4 +135,4 @@ class BrowserControlSettings(ZscalerObject):
134
135
  "smartIsolationProfileId": self.smart_isolation_profile_id
135
136
  }
136
137
  parent_req_format.update(current_obj_format)
137
- return parent_req_format
138
+ return parent_req_format
@@ -22,6 +22,7 @@ from zscaler.zia.models import rule_labels as labels
22
22
  from zscaler.zia.models import user_management as user_management
23
23
  from zscaler.zia.models import saas_security_api as saas_security_api
24
24
 
25
+
25
26
  class CasbdDlpRules(ZscalerObject):
26
27
  """
27
28
  A class for CasbdDlpRules objects.
@@ -100,7 +101,7 @@ class CasbdDlpRules(ZscalerObject):
100
101
  self.cloud_app_tenants = ZscalerCollection.form_list(
101
102
  config["cloudAppTenants"] if "cloudAppTenants" in config else [], saas_security_api.CasbTenant
102
103
  )
103
-
104
+
104
105
  self.entity_groups = ZscalerCollection.form_list(
105
106
  config["entityGroups"] if "entityGroups" in config else [], common.ResourceReference
106
107
  )
@@ -115,13 +116,13 @@ class CasbdDlpRules(ZscalerObject):
115
116
  )
116
117
  self.email_recipient_profiles = ZscalerCollection.form_list(
117
118
  config["emailRecipientProfiles"] if "emailRecipientProfiles" in config else [], common.ResourceReference
118
- )
119
+ )
119
120
  self.buckets = ZscalerCollection.form_list(
120
121
  config["buckets"] if "buckets" in config else [], common.ResourceReference
121
122
  )
122
123
  self.object_types = ZscalerCollection.form_list(
123
124
  config["objectTypes"] if "objectTypes" in config else [], common.ResourceReference
124
- )
125
+ )
125
126
  self.departments = ZscalerCollection.form_list(
126
127
  config["departments"] if "departments" in config else [], user_management.Department
127
128
  )
@@ -221,7 +222,8 @@ class CasbdDlpRules(ZscalerObject):
221
222
  if isinstance(config["casbTombstoneTemplate"], saas_security_api.QuarantineTombstoneTemplate):
222
223
  self.casb_tombstone_template = config["casbTombstoneTemplate"]
223
224
  elif config["casbTombstoneTemplate"] is not None:
224
- self.casb_tombstone_template = saas_security_api.QuarantineTombstoneTemplate(config["casbTombstoneTemplate"])
225
+ self.casb_tombstone_template = saas_security_api.QuarantineTombstoneTemplate
226
+ (config["casbTombstoneTemplate"])
225
227
  else:
226
228
  self.casb_tombstone_template = None
227
229
  else:
@@ -335,4 +337,4 @@ class CasbdDlpRules(ZscalerObject):
335
337
  "includeEntityGroups": self.include_entity_groups
336
338
  }
337
339
  parent_req_format.update(current_obj_format)
338
- return parent_req_format
340
+ return parent_req_format
@@ -19,6 +19,7 @@ from zscaler.oneapi_collection import ZscalerCollection
19
19
  from zscaler.zia.models import common
20
20
  from zscaler.zia.models import rule_labels as labels
21
21
 
22
+
22
23
  class CasbMalwareRules(ZscalerObject):
23
24
  """
24
25
  A class for CasbMalwareRules objects.
@@ -136,4 +137,4 @@ class CasbMalwareRules(ZscalerObject):
136
137
  "casbTombstoneTemplate": self.casb_tombstone_template
137
138
  }
138
139
  parent_req_format.update(current_obj_format)
139
- return parent_req_format
140
+ return parent_req_format
@@ -33,6 +33,7 @@ from zscaler.zia.models import cloud_firewall_nw_application_groups as nw_applic
33
33
  from zscaler.zia.models import common as common_reference
34
34
  from zscaler.zia.models import common as common
35
35
 
36
+
36
37
  class FirewallRule(ZscalerObject):
37
38
  """
38
39
  A class representing a Firewall Rule object.
@@ -30,6 +30,7 @@ from zscaler.zia.models import rule_labels as labels
30
30
  from zscaler.zia.models import workload_groups as workload_groups
31
31
  from zscaler.zia.models import common as common
32
32
 
33
+
33
34
  class CloudApplicationControl(ZscalerObject):
34
35
  """
35
36
  A class representing a Cloud Application Control Policy object.
@@ -18,6 +18,7 @@ from zscaler.oneapi_object import ZscalerObject
18
18
  from zscaler.oneapi_collection import ZscalerCollection
19
19
  from zscaler.zia.models import common as common
20
20
 
21
+
21
22
  class DLPICAPServer(ZscalerObject):
22
23
  """
23
24
  A class representing DLP ICAP Server objects.
@@ -30,6 +30,7 @@ from zscaler.zia.models import zpa_gateway as zpa_gateway
30
30
  from zscaler.zia.models import common as common_reference
31
31
  from zscaler.zia.models import common as common
32
32
 
33
+
33
34
  class ForwardingControlRule(ZscalerObject):
34
35
  """
35
36
  A class representing a Forwarding Control Rule object.
@@ -17,6 +17,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17
17
  from zscaler.oneapi_object import ZscalerObject
18
18
  from zscaler.zia.models import common as common
19
19
 
20
+
20
21
  class PacFiles(ZscalerObject):
21
22
  """
22
23
  A class for Pac File objects.
@@ -17,6 +17,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17
17
  from zscaler.oneapi_object import ZscalerObject
18
18
  from zscaler.zia.models import common as common
19
19
 
20
+
20
21
  class ProxyGatways(ZscalerObject):
21
22
  """
22
23
  A class for ProxyGatways objects.
@@ -76,7 +76,8 @@ class DomainProfiles(ZscalerObject):
76
76
  }
77
77
  parent_req_format.update(current_obj_format)
78
78
  return parent_req_format
79
-
79
+
80
+
80
81
  class QuarantineTombstoneTemplate(ZscalerObject):
81
82
  """
82
83
  A class for QuarantineTombstoneTemplate objects.
@@ -117,6 +118,7 @@ class QuarantineTombstoneTemplate(ZscalerObject):
117
118
  parent_req_format.update(current_obj_format)
118
119
  return parent_req_format
119
120
 
121
+
120
122
  class CasbEmailLabel(ZscalerObject):
121
123
  """
122
124
  A class for CasbEmailLabel objects.
@@ -163,7 +165,8 @@ class CasbEmailLabel(ZscalerObject):
163
165
  }
164
166
  parent_req_format.update(current_obj_format)
165
167
  return parent_req_format
166
-
168
+
169
+
167
170
  class CasbTenant(ZscalerObject):
168
171
  """
169
172
  A class for CasbTenant objects.
@@ -23,7 +23,7 @@ from zscaler.zia.models import device_groups as device_groups
23
23
  from zscaler.zia.models import devices as devices
24
24
  from zscaler.zia.models import location_management as location_management
25
25
  from zscaler.zia.models import location_group as location_group
26
- from zscaler.zia.models import proxy_gatways as proxy_gatways
26
+ from zscaler.zia.models import proxy_gateways as proxy_gateways
27
27
  from zscaler.zia.models import rule_labels as rule_labels
28
28
  from zscaler.zia.models import user_management as user_management
29
29
  from zscaler.zia.models import workload_groups as workload_groups
@@ -96,7 +96,7 @@ class SSLInspectionRules(ZscalerObject):
96
96
  )
97
97
 
98
98
  self.proxy_gateways = ZscalerCollection.form_list(
99
- config["proxyGateways"] if "proxyGateways" in config else [], proxy_gatways.ProxyGatways
99
+ config["proxyGateways"] if "proxyGateways" in config else [], proxy_gateways.ProxyGatways
100
100
  )
101
101
  self.user_agent_types = ZscalerCollection.form_list(
102
102
  config["userAgentTypes"] if "userAgentTypes" in config else [], str
@@ -17,7 +17,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17
17
  from zscaler.api_client import APIClient
18
18
  from zscaler.request_executor import RequestExecutor
19
19
  from zscaler.zia.models.proxies import Proxies
20
- from zscaler.zia.models.proxy_gatways import ProxyGatways
20
+ from zscaler.zia.models.proxy_gateways import ProxyGatways
21
21
  from zscaler.utils import format_url
22
22
 
23
23
 
@@ -195,7 +195,7 @@ class SaaSSecurityAPI(APIClient):
195
195
  except Exception as error:
196
196
  return (None, response, error)
197
197
  return (result, response, None)
198
-
198
+
199
199
  def list_casb_tenant_lite(self, query_params=None) -> tuple:
200
200
  """
201
201
  Retrieves the email labels generated for the SaaS Security API policies in a user's email account
@@ -208,9 +208,9 @@ class SaaSSecurityAPI(APIClient):
208
208
  Args:
209
209
  query_params {dict}: Map of query parameters for the request.
210
210
 
211
- ``[query_params.active_only]`` {bool}: Indicates that the tenant is in use. Policies are enforced for this SaaS application.
211
+ ``[query_params.active_only]`` {bool}: Indicates that the tenant is in use.
212
212
  ``[query_params.include_deleted]`` {bool}: Indicates that the tenant is deleted
213
- ``[query_params.scan_config_tenants_only]`` {bool}: Specifies the tenant for which the scan is already configured
213
+ ``[query_params.scan_config_tenants_only]`` {bool}: Specifies the tenant which the scan is already configured
214
214
  ``[query_params.include_bucket_ready_s3_tenants]`` {bool}: For the AWS S3 SaaS application
215
215
 
216
216
  ``[query_params.filter_by_feature]`` {list[str]}: Filters the SaaS application tenant by feature
@@ -229,7 +229,7 @@ class SaaSSecurityAPI(APIClient):
229
229
 
230
230
  ``[query_params.app_type]`` {str}: Specifies the SaaS application type
231
231
 
232
- Supported Values: `ANY`, `FILE`, `EMAIL`, `CRM`, `ITSM`,
232
+ Supported Values: `ANY`, `FILE`, `EMAIL`, `CRM`, `ITSM`,
233
233
  `COLLAB`, `REPO`, `STORAGE`, `TP_APP`, `GENAI`, `MISC`
234
234
 
235
235
  Returns:
@@ -276,4 +276,4 @@ class SaaSSecurityAPI(APIClient):
276
276
  result.append(CasbTenant(self.form_response_body(item)))
277
277
  except Exception as error:
278
278
  return (None, response, error)
279
- return (result, response, None)
279
+ return (result, response, None)