zscaler-sdk-python 1.5.5__tar.gz → 1.5.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/PKG-INFO +1 -1
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/pyproject.toml +1 -1
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/__init__.py +1 -1
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/shadow_it_report.py +1 -2
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/shadow_it_report.py +29 -13
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/LICENSE.md +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/README.md +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/api_client.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/cache/__init__.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/cache/cache.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/cache/no_op_cache.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/cache/zscaler_cache.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/config/__init__.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/config/config_setter.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/config/config_validator.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/constants.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/error_messages.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/errors/__init__.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/errors/error.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/errors/http_error.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/errors/response_checker.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/errors/zscaler_api_error.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/exceptions/__init__.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/exceptions/exceptions.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/helpers.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/logger.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/oneapi_client.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/oneapi_collection.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/oneapi_http_client.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/oneapi_oauth_client.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/oneapi_object.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/oneapi_response.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/ratelimiter/__init__.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/ratelimiter/ratelimiter.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/request_executor.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/user_agent.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/utils.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zcc/__init__.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zcc/admin_user.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zcc/company.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zcc/devices.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zcc/entitlements.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zcc/fail_open_policy.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zcc/forwarding_profile.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zcc/legacy.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zcc/models/admin_roles.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zcc/models/admin_user.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zcc/models/devices.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zcc/models/failopenpolicy.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zcc/models/forwardingprofile.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zcc/models/getcompanyinfo.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zcc/models/manage_pass.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zcc/models/secrets_otp.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zcc/models/secrets_passwords.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zcc/models/trustednetworks.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zcc/models/webappservice.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zcc/models/webpolicy.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zcc/models/webprivacy.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zcc/models/zdxgroupentitlements.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zcc/models/zpagroupentitlements.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zcc/secrets.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zcc/trusted_networks.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zcc/web_app_service.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zcc/web_policy.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zcc/web_privacy.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zcc/zcc_service.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zdx/__init__.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zdx/admin.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zdx/alerts.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zdx/apps.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zdx/devices.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zdx/inventory.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zdx/legacy.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zdx/models/activeapplications.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zdx/models/administration.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zdx/models/alerts.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zdx/models/application_users.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zdx/models/applications.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zdx/models/call_quality_metrics.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zdx/models/common.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zdx/models/devices.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zdx/models/software_inventory.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zdx/models/troubleshooting.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zdx/models/users.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zdx/troubleshooting.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zdx/users.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zdx/zdx_service.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/__init__.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/activate.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/admin_roles.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/admin_users.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/advanced_settings.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/alert_subscriptions.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/apptotal.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/atp_policy.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/audit_logs.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/authentication_settings.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/bandwidth_classes.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/bandwidth_control_rules.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/browser_control_settings.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/casb_dlp_rules.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/casb_malware_rules.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/cloud_app_instances.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/cloud_applications.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/cloud_browser_isolation.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/cloud_firewall.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/cloud_firewall_dns.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/cloud_firewall_ips.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/cloud_firewall_rules.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/cloud_nss.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/cloudappcontrol.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/dedicated_ip_gateways.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/device_management.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/dlp_dictionary.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/dlp_engine.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/dlp_resources.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/dlp_templates.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/dlp_web_rules.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/dns_gatways.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/end_user_notification.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/file_type_control_rule.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/forwarding_control.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/ftp_control_policy.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/gre_tunnel.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/intermediate_certificates.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/iot_report.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/ipv6_config.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/legacy.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/locations.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/malware_protection_policy.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/mobile_threat_settings.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/__init__.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/activation.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/admin_roles.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/admin_users.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/advanced_settings.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/advanced_threat_settings.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/alert_subscriptions.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/apptotal.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/authentication_settings.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/bandwidth_classes.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/bandwidth_control_rules.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/browser_control_settings.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/casb_dlp_rules.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/casb_malware_rules.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/cloud_app_instances.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/cloud_app_policy.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/cloud_browser_isolation.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/cloud_firewall_app_services.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/cloud_firewall_destination_groups.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/cloud_firewall_dns_rules.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/cloud_firewall_ips_rules.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/cloud_firewall_nw_application_groups.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/cloud_firewall_nw_applications.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/cloud_firewall_nw_service.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/cloud_firewall_nw_service_groups.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/cloud_firewall_rules.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/cloud_firewall_source_groups.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/cloud_firewall_time_windows.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/cloud_nss.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/cloudappcontrol.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/common.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/dedicated_ip_gateways.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/device_groups.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/devices.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/dlp_dictionary.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/dlp_engine.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/dlp_resources.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/dlp_templates.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/dlp_web_rules.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/dns_gateways.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/endusernotification.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/filetyperules.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/forwarding_control_policy.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/ftp_control_policy.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/gre_recommended_list.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/gre_tunnel_info.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/gre_tunnels.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/gre_vips.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/intermediate_certificates.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/iotreport.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/ipv6_config.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/location_group.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/location_management.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/malware_protection_settings.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/mobile_threat_settings.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/nat_control_policy.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/nss_servers.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/organization_information.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/pac_files.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/proxies.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/proxy_gateways.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/remoteassistance.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/risk_profiles.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/rule_labels.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/saas_security_api.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/sandboxrules.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/security_policy_settings.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/ssl_inspection_rules.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/subclouds.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/system_audit.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/tenancy_restriction_profile.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/time_intervals.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/traffic_datacenters.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/traffic_dc_exclusions.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/traffic_extranet.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/traffic_static_ip.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/traffic_vpn_credentials.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/url_filter_cloud_app_settings.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/url_filtering_rules.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/urlcategory.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/user_management.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/vzen_clusters.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/workload_groups.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/zpa_gateway.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/nat_control_policy.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/nss_servers.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/organization_information.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/pac_files.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/policy_export.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/proxies.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/remote_assistance.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/risk_profiles.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/rule_labels.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/saas_security_api.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/sandbox.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/sandbox_rules.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/security_policy_settings.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/ssl_inspection_rules.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/sub_clouds.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/system_audit.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/tenancy_restriction_profile.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/time_intervals.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/traffic_datacenters.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/traffic_extranet.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/traffic_static_ip.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/traffic_vpn_credentials.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/url_categories.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/url_filtering.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/user_management.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/vzen_clusters.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/workload_groups.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/zia_service.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/zpa_gateway.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/__init__.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/administrator_controller.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/app_connector_groups.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/app_connector_schedule.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/app_connectors.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/app_protection.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/app_segment_by_type.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/app_segments_ba.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/app_segments_ba_v2.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/app_segments_inspection.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/app_segments_pra.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/application_segment.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/cbi_banner.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/cbi_certificate.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/cbi_profile.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/cbi_region.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/cbi_zpa_profile.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/certificates.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/client_settings.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/cloud_connector_groups.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/customer_controller.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/customer_version_profile.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/emergency_access.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/enrollment_certificates.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/idp.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/legacy.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/lss.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/machine_groups.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/microtenants.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/administrator_controller.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/app_connector_groups.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/app_connector_schedule.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/app_connectors.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/app_protection_predefined_controls.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/app_protection_profile.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/application_segment.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/application_segment_lb.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/application_servers.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/cbi_banner.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/cbi_certificate.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/cbi_profile.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/cbi_region.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/cbi_zpa_profile.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/certificates.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/client_settings.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/cloud_connector_groups.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/common.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/customer_controller.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/customer_version_profile.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/emergency_access.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/enrollment_certificates.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/idp.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/lss.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/machine_groups.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/microtenants.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/policyset_controller_v1.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/policyset_controller_v2.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/posture_profiles.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/pra_approval.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/pra_console.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/pra_cred_pool_controller.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/pra_credential.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/pra_portal.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/provisioning_keys.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/role_controller.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/saml_attributes.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/scim_attributes.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/scim_groups.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/segment_group.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/server_group.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/service_edge_groups.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/service_edge_schedule.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/service_edges.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/models/trusted_network.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/policies.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/posture_profiles.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/pra_approval.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/pra_console.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/pra_credential.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/pra_credential_pool.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/pra_portal.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/provisioning.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/role_controller.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/saml_attributes.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/scim_attributes.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/scim_groups.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/segment_groups.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/server_groups.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/servers.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/service_edge_group.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/service_edge_schedule.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/service_edges.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/trusted_networks.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zpa/zpa_service.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/ztw/__init__.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/ztw/account_details.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/ztw/activation.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/ztw/admin_roles.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/ztw/admin_users.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/ztw/api_keys.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/ztw/ec_groups.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/ztw/forwarding_gateways.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/ztw/forwarding_rules.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/ztw/ip_destination_groups.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/ztw/ip_groups.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/ztw/ip_source_groups.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/ztw/legacy.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/ztw/location_management.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/ztw/location_template.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/ztw/models/activation.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/ztw/models/admin_roles.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/ztw/models/admin_users.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/ztw/models/api_keys.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/ztw/models/common.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/ztw/models/ec_group_vm.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/ztw/models/ecgroup.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/ztw/models/forwarding_gateways.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/ztw/models/forwarding_rules.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/ztw/models/ip_destination_groups.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/ztw/models/ip_groups.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/ztw/models/ip_source_groups.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/ztw/models/location_management.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/ztw/models/location_templates.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/ztw/models/nw_service.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/ztw/models/nw_service_groups.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/ztw/models/provisioning_url.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/ztw/models/traffic_vpn_credentials.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/ztw/models/zpa_resources.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/ztw/nw_service.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/ztw/nw_service_groups.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/ztw/provisioning_url.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/ztw/ztw_service.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zwa/__init__.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zwa/audit_logs.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zwa/dlp_incidents.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zwa/legacy.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zwa/models/audit_logs.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zwa/models/change_history.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zwa/models/common.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zwa/models/generated_tickets.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zwa/models/incident_details.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zwa/models/incident_evidence.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zwa/models/incident_group_search.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zwa/models/incident_search.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zwa/models/incident_trigger.py +0 -0
- {zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zwa/zwa_service.py +0 -0
{zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/shadow_it_report.py
RENAMED
|
@@ -258,7 +258,7 @@ class CloudapplicationsAndTags(ZscalerObject):
|
|
|
258
258
|
config (dict): A dictionary representing the Cloud Applications and Tags configuration.
|
|
259
259
|
"""
|
|
260
260
|
super().__init__(config)
|
|
261
|
-
|
|
261
|
+
|
|
262
262
|
if config:
|
|
263
263
|
self.id = config["id"] if "id" in config else None
|
|
264
264
|
self.name = config["name"] if "name" in config else None
|
|
@@ -280,7 +280,6 @@ class CloudapplicationsAndTags(ZscalerObject):
|
|
|
280
280
|
return parent_req_format
|
|
281
281
|
|
|
282
282
|
|
|
283
|
-
|
|
284
283
|
class CloudApplicationBulkUpdate(ZscalerObject):
|
|
285
284
|
"""
|
|
286
285
|
A class representing the payload for the bulk update of Cloud Applications.
|
|
@@ -53,7 +53,7 @@ class ShadowITAPI(APIClient):
|
|
|
53
53
|
|
|
54
54
|
``[query_params.page_number]`` (int): Specifies the page number. The numbering starts at 0.
|
|
55
55
|
|
|
56
|
-
``[query_params.limit]`` (int): Specifies the
|
|
56
|
+
``[query_params.limit]`` (int): Specifies the max number of cloud applications that must be retrieved in a page
|
|
57
57
|
|
|
58
58
|
Returns:
|
|
59
59
|
obj:`Tuple`: A list of cloud applications.
|
|
@@ -61,7 +61,8 @@ class ShadowITAPI(APIClient):
|
|
|
61
61
|
Examples:
|
|
62
62
|
Get a list of 10 custom cloud applications:
|
|
63
63
|
|
|
64
|
-
>>> app_list, response, error = client.zia.shadow_it_report.list_apps(
|
|
64
|
+
>>> app_list, response, error = client.zia.shadow_it_report.list_apps(
|
|
65
|
+
... query_params={'page_number': 1, 'limit': '10'})
|
|
65
66
|
... if error:
|
|
66
67
|
... print(f"Error listing custom cloud applications: {error}")
|
|
67
68
|
... return
|
|
@@ -91,7 +92,7 @@ class ShadowITAPI(APIClient):
|
|
|
91
92
|
|
|
92
93
|
if error:
|
|
93
94
|
return (None, response, error)
|
|
94
|
-
|
|
95
|
+
|
|
95
96
|
try:
|
|
96
97
|
result = []
|
|
97
98
|
for item in response.get_results():
|
|
@@ -111,7 +112,7 @@ class ShadowITAPI(APIClient):
|
|
|
111
112
|
Examples:
|
|
112
113
|
Get a list of 10 custom cloud applications:
|
|
113
114
|
|
|
114
|
-
>>> app_list, response, error = client.zia.shadow_it_report.list_custom_tags(
|
|
115
|
+
>>> app_list, response, error = client.zia.shadow_it_report.list_custom_tags()
|
|
115
116
|
... if error:
|
|
116
117
|
... print(f"Error listing custom tags: {error}")
|
|
117
118
|
... return
|
|
@@ -174,14 +175,27 @@ class ShadowITAPI(APIClient):
|
|
|
174
175
|
:obj:`dict`: The response from the ZIA API.
|
|
175
176
|
|
|
176
177
|
Examples:
|
|
177
|
-
Update the sanction state of a cloud application
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
178
|
+
Update the sanction state to sanctioned of a cloud application:
|
|
179
|
+
|
|
180
|
+
>>> updated_application, _, error = client.zia.shadow_it_report.bulk_update("sanctioned",
|
|
181
|
+
... application_ids=["2228401"],
|
|
182
|
+
... custom_tag_ids=["1"]
|
|
183
|
+
... )
|
|
184
|
+
>>> if error:
|
|
185
|
+
... print(f"Error updating applications: {error}")
|
|
186
|
+
... return
|
|
187
|
+
... print(f"Applications updated successfully: {updated_application.as_dict()}")
|
|
182
188
|
|
|
183
|
-
|
|
189
|
+
Update the sanction state and custom tags of a cloud application:
|
|
184
190
|
|
|
191
|
+
>>> updated_application, _, error = client.zia.shadow_it_report.bulk_update("unsanctioned",
|
|
192
|
+
... application_ids=["2228401"],
|
|
193
|
+
... custom_tag_ids=["1"]
|
|
194
|
+
... )
|
|
195
|
+
>>> if error:
|
|
196
|
+
... print(f"Error updating applications: {error}")
|
|
197
|
+
... return
|
|
198
|
+
... print(f"Applications updated successfully: {updated_application.as_dict()}")
|
|
185
199
|
"""
|
|
186
200
|
http_method = "put".upper()
|
|
187
201
|
api_url = format_url(
|
|
@@ -222,10 +236,12 @@ class ShadowITAPI(APIClient):
|
|
|
222
236
|
|
|
223
237
|
response, error = self._request_executor.execute(request)
|
|
224
238
|
|
|
225
|
-
|
|
239
|
+
try:
|
|
240
|
+
body = response.get_body()
|
|
241
|
+
result = self.form_response_body(body) if body else {}
|
|
242
|
+
except Exception as error:
|
|
226
243
|
return (None, response, error)
|
|
227
|
-
|
|
228
|
-
return (response.get_body(), response, None)
|
|
244
|
+
return (result, response, None)
|
|
229
245
|
|
|
230
246
|
def export_shadow_it_report(self, duration: str = "LAST_1_DAYS", **kwargs) -> tuple:
|
|
231
247
|
"""
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zcc/models/forwardingprofile.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zcc/models/secrets_passwords.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zcc/models/zdxgroupentitlements.py
RENAMED
|
File without changes
|
{zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zcc/models/zpagroupentitlements.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zdx/models/activeapplications.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zdx/models/application_users.py
RENAMED
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zdx/models/call_quality_metrics.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zdx/models/software_inventory.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/authentication_settings.py
RENAMED
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/bandwidth_control_rules.py
RENAMED
|
File without changes
|
{zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/browser_control_settings.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/cloud_browser_isolation.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/intermediate_certificates.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/malware_protection_policy.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/advanced_settings.py
RENAMED
|
File without changes
|
{zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/advanced_threat_settings.py
RENAMED
|
File without changes
|
{zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/alert_subscriptions.py
RENAMED
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/authentication_settings.py
RENAMED
|
File without changes
|
{zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/bandwidth_classes.py
RENAMED
|
File without changes
|
{zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/bandwidth_control_rules.py
RENAMED
|
File without changes
|
{zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/browser_control_settings.py
RENAMED
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/casb_malware_rules.py
RENAMED
|
File without changes
|
{zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/cloud_app_instances.py
RENAMED
|
File without changes
|
{zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/cloud_app_policy.py
RENAMED
|
File without changes
|
{zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/cloud_browser_isolation.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/cloud_firewall_dns_rules.py
RENAMED
|
File without changes
|
{zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/cloud_firewall_ips_rules.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/cloud_firewall_rules.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/dedicated_ip_gateways.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/endusernotification.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/ftp_control_policy.py
RENAMED
|
File without changes
|
{zscaler_sdk_python-1.5.5 → zscaler_sdk_python-1.5.6}/zscaler/zia/models/gre_recommended_list.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|