zscaler-sdk-python 1.5.0__tar.gz → 1.5.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/PKG-INFO +1 -1
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/pyproject.toml +1 -1
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/__init__.py +1 -1
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/request_executor.py +1 -1
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/bandwidth_control_rules.py +4 -4
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/casb_dlp_rules.py +4 -4
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/casb_malware_rules.py +4 -4
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/cloud_firewall_dns.py +4 -4
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/cloud_firewall_ips.py +4 -4
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/cloud_firewall_rules.py +4 -4
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/cloudappcontrol.py +6 -6
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/dlp_web_rules.py +4 -4
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/file_type_control_rule.py +4 -4
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/forwarding_control.py +4 -4
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/nat_control_policy.py +4 -4
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/sandbox_rules.py +4 -4
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/ssl_inspection_rules.py +2 -2
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/url_categories.py +2 -1
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/url_filtering.py +2 -2
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/ztw/forwarding_rules.py +4 -4
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/LICENSE.md +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/README.md +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/api_client.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/cache/__init__.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/cache/cache.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/cache/no_op_cache.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/cache/zscaler_cache.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/config/__init__.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/config/config_setter.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/config/config_validator.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/constants.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/error_messages.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/errors/__init__.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/errors/error.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/errors/http_error.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/errors/response_checker.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/errors/zscaler_api_error.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/exceptions/__init__.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/exceptions/exceptions.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/helpers.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/logger.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/oneapi_client.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/oneapi_collection.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/oneapi_http_client.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/oneapi_oauth_client.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/oneapi_object.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/oneapi_response.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/ratelimiter/__init__.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/ratelimiter/ratelimiter.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/user_agent.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/utils.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zcc/__init__.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zcc/admin_user.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zcc/company.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zcc/devices.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zcc/entitlements.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zcc/fail_open_policy.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zcc/forwarding_profile.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zcc/legacy.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zcc/models/admin_roles.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zcc/models/admin_user.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zcc/models/devices.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zcc/models/failopenpolicy.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zcc/models/forwardingprofile.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zcc/models/getcompanyinfo.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zcc/models/manage_pass.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zcc/models/secrets_otp.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zcc/models/secrets_passwords.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zcc/models/trustednetworks.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zcc/models/webappservice.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zcc/models/webpolicy.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zcc/models/webprivacy.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zcc/models/zdxgroupentitlements.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zcc/models/zpagroupentitlements.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zcc/secrets.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zcc/trusted_networks.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zcc/web_app_service.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zcc/web_policy.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zcc/web_privacy.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zcc/zcc_service.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zdx/__init__.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zdx/admin.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zdx/alerts.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zdx/apps.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zdx/devices.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zdx/inventory.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zdx/legacy.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zdx/models/activeapplications.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zdx/models/administration.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zdx/models/alerts.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zdx/models/application_users.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zdx/models/applications.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zdx/models/call_quality_metrics.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zdx/models/common.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zdx/models/devices.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zdx/models/software_inventory.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zdx/models/troubleshooting.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zdx/models/users.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zdx/troubleshooting.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zdx/users.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zdx/zdx_service.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/__init__.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/activate.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/admin_roles.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/admin_users.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/advanced_settings.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/alert_subscriptions.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/apptotal.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/atp_policy.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/audit_logs.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/authentication_settings.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/bandwidth_classes.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/browser_control_settings.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/cloud_app_instances.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/cloud_applications.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/cloud_browser_isolation.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/cloud_firewall.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/cloud_nss.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/dedicated_ip_gateways.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/device_management.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/dlp_dictionary.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/dlp_engine.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/dlp_resources.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/dlp_templates.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/dns_gatways.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/end_user_notification.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/ftp_control_policy.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/gre_tunnel.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/intermediate_certificates.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/iot_report.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/ipv6_config.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/legacy.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/locations.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/malware_protection_policy.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/mobile_threat_settings.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/__init__.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/activation.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/admin_roles.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/admin_users.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/advanced_settings.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/advanced_threat_settings.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/alert_subscriptions.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/apptotal.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/authentication_settings.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/bandwidth_classes.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/bandwidth_control_rules.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/browser_control_settings.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/casb_dlp_rules.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/casb_malware_rules.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/cloud_app_instances.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/cloud_app_policy.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/cloud_browser_isolation.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/cloud_firewall_app_services.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/cloud_firewall_destination_groups.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/cloud_firewall_dns_rules.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/cloud_firewall_ips_rules.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/cloud_firewall_nw_application_groups.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/cloud_firewall_nw_applications.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/cloud_firewall_nw_service.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/cloud_firewall_nw_service_groups.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/cloud_firewall_rules.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/cloud_firewall_source_groups.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/cloud_firewall_time_windows.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/cloud_nss.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/cloudappcontrol.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/common.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/dedicated_ip_gateways.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/device_groups.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/devices.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/dlp_dictionary.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/dlp_engine.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/dlp_resources.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/dlp_templates.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/dlp_web_rules.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/dns_gateways.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/endusernotification.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/filetyperules.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/forwarding_control_policy.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/ftp_control_policy.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/gre_recommended_list.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/gre_tunnel_info.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/gre_tunnels.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/gre_vips.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/intermediate_certificates.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/iotreport.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/ipv6_config.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/location_group.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/location_management.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/malware_protection_settings.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/mobile_threat_settings.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/nat_control_policy.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/nss_servers.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/organization_information.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/pac_files.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/proxies.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/proxy_gatways.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/remoteassistance.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/risk_profiles.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/rule_labels.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/saas_security_api.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/sandboxrules.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/security_policy_settings.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/shadow_it_report.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/ssl_inspection_rules.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/subclouds.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/system_audit.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/tenancy_restriction_profile.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/time_intervals.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/traffic_datacenters.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/traffic_dc_exclusions.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/traffic_extranet.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/traffic_static_ip.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/traffic_vpn_credentials.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/url_filter_cloud_app_settings.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/url_filtering_rules.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/urlcategory.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/user_management.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/vzen_clusters.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/workload_groups.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/models/zpa_gateway.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/nss_servers.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/organization_information.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/pac_files.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/policy_export.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/proxies.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/remote_assistance.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/risk_profiles.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/rule_labels.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/saas_security_api.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/sandbox.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/security_policy_settings.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/shadow_it_report.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/sub_clouds.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/system_audit.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/tenancy_restriction_profile.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/time_intervals.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/traffic_datacenters.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/traffic_extranet.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/traffic_static_ip.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/traffic_vpn_credentials.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/user_management.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/vzen_clusters.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/workload_groups.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/zia_service.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/zpa_gateway.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/__init__.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/administrator_controller.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/app_connector_groups.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/app_connector_schedule.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/app_connectors.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/app_protection.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/app_segment_by_type.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/app_segments_ba.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/app_segments_ba_v2.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/app_segments_inspection.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/app_segments_pra.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/application_segment.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/cbi_banner.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/cbi_certificate.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/cbi_profile.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/cbi_region.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/cbi_zpa_profile.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/certificates.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/client_settings.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/cloud_connector_groups.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/customer_controller.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/customer_version_profile.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/emergency_access.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/enrollment_certificates.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/idp.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/legacy.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/lss.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/machine_groups.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/microtenants.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/administrator_controller.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/app_connector_groups.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/app_connector_schedule.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/app_connectors.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/app_protection_predefined_controls.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/app_protection_profile.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/application_segment.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/application_segment_lb.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/application_servers.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/cbi_banner.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/cbi_certificate.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/cbi_profile.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/cbi_region.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/cbi_zpa_profile.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/certificates.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/client_settings.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/cloud_connector_groups.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/common.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/customer_controller.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/customer_version_profile.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/emergency_access.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/enrollment_certificates.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/idp.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/lss.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/machine_groups.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/microtenants.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/policyset_controller_v1.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/policyset_controller_v2.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/posture_profiles.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/pra_approval.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/pra_console.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/pra_cred_pool_controller.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/pra_credential.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/pra_portal.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/provisioning_keys.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/role_controller.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/saml_attributes.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/scim_attributes.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/scim_groups.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/segment_group.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/server_group.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/service_edge_groups.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/service_edge_schedule.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/service_edges.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/models/trusted_network.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/policies.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/posture_profiles.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/pra_approval.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/pra_console.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/pra_credential.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/pra_credential_pool.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/pra_portal.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/provisioning.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/role_controller.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/saml_attributes.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/scim_attributes.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/scim_groups.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/segment_groups.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/server_groups.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/servers.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/service_edge_group.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/service_edge_schedule.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/service_edges.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/trusted_networks.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zpa/zpa_service.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/ztw/__init__.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/ztw/account_details.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/ztw/activation.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/ztw/admin_roles.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/ztw/admin_users.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/ztw/api_keys.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/ztw/ec_groups.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/ztw/forwarding_gateways.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/ztw/ip_destination_groups.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/ztw/ip_groups.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/ztw/ip_source_groups.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/ztw/legacy.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/ztw/location_management.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/ztw/location_template.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/ztw/models/activation.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/ztw/models/admin_roles.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/ztw/models/admin_users.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/ztw/models/api_keys.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/ztw/models/common.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/ztw/models/ec_group_vm.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/ztw/models/ecgroup.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/ztw/models/forwarding_gateways.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/ztw/models/forwarding_rules.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/ztw/models/ip_destination_groups.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/ztw/models/ip_groups.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/ztw/models/ip_source_groups.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/ztw/models/location_management.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/ztw/models/location_templates.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/ztw/models/nw_service.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/ztw/models/nw_service_groups.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/ztw/models/provisioning_url.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/ztw/models/traffic_vpn_credentials.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/ztw/models/zpa_resources.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/ztw/nw_service.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/ztw/nw_service_groups.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/ztw/provisioning_url.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/ztw/ztw_service.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zwa/__init__.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zwa/audit_logs.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zwa/dlp_incidents.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zwa/legacy.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zwa/models/audit_logs.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zwa/models/change_history.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zwa/models/common.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zwa/models/generated_tickets.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zwa/models/incident_details.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zwa/models/incident_evidence.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zwa/models/incident_group_search.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zwa/models/incident_search.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zwa/models/incident_trigger.py +0 -0
- {zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zwa/zwa_service.py +0 -0
|
@@ -518,7 +518,7 @@ class RequestExecutor:
|
|
|
518
518
|
return status is not None and status in (
|
|
519
519
|
HTTPStatus.REQUEST_TIMEOUT,
|
|
520
520
|
HTTPStatus.CONFLICT,
|
|
521
|
-
HTTPStatus.PRECONDITION_FAILED,
|
|
521
|
+
# HTTPStatus.PRECONDITION_FAILED,
|
|
522
522
|
HTTPStatus.TOO_MANY_REQUESTS,
|
|
523
523
|
HTTPStatus.SERVICE_UNAVAILABLE,
|
|
524
524
|
HTTPStatus.GATEWAY_TIMEOUT,
|
{zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zia/bandwidth_control_rules.py
RENAMED
|
@@ -269,8 +269,8 @@ class BandwidthControlRulesAPI(APIClient):
|
|
|
269
269
|
body = kwargs
|
|
270
270
|
|
|
271
271
|
# Convert 'enabled' to 'state' (ENABLED/DISABLED) if it's present in the payload
|
|
272
|
-
if "enabled" in
|
|
273
|
-
|
|
272
|
+
if "enabled" in body:
|
|
273
|
+
body["state"] = "ENABLED" if body.pop("enabled") else "DISABLED"
|
|
274
274
|
|
|
275
275
|
transform_common_id_fields(reformat_params, body, body)
|
|
276
276
|
|
|
@@ -352,8 +352,8 @@ class BandwidthControlRulesAPI(APIClient):
|
|
|
352
352
|
body = kwargs
|
|
353
353
|
body["id"] = rule_id
|
|
354
354
|
|
|
355
|
-
if "enabled" in
|
|
356
|
-
|
|
355
|
+
if "enabled" in body:
|
|
356
|
+
body["state"] = "ENABLED" if body.pop("enabled") else "DISABLED"
|
|
357
357
|
|
|
358
358
|
transform_common_id_fields(reformat_params, body, body)
|
|
359
359
|
|
|
@@ -385,8 +385,8 @@ class CasbdDlpRulesAPI(APIClient):
|
|
|
385
385
|
|
|
386
386
|
body = kwargs
|
|
387
387
|
|
|
388
|
-
if "enabled" in
|
|
389
|
-
|
|
388
|
+
if "enabled" in body:
|
|
389
|
+
body["state"] = "ENABLED" if body.pop("enabled") else "DISABLED"
|
|
390
390
|
|
|
391
391
|
transform_common_id_fields(reformat_params, body, body)
|
|
392
392
|
|
|
@@ -589,8 +589,8 @@ class CasbdDlpRulesAPI(APIClient):
|
|
|
589
589
|
|
|
590
590
|
body = kwargs
|
|
591
591
|
|
|
592
|
-
if "enabled" in
|
|
593
|
-
|
|
592
|
+
if "enabled" in body:
|
|
593
|
+
body["state"] = "ENABLED" if body.pop("enabled") else "DISABLED"
|
|
594
594
|
|
|
595
595
|
transform_common_id_fields(reformat_params, body, body)
|
|
596
596
|
|
|
@@ -261,8 +261,8 @@ class CasbMalwareRulesAPI(APIClient):
|
|
|
261
261
|
|
|
262
262
|
body = kwargs
|
|
263
263
|
|
|
264
|
-
if "enabled" in
|
|
265
|
-
|
|
264
|
+
if "enabled" in body:
|
|
265
|
+
body["state"] = "ENABLED" if body.pop("enabled") else "DISABLED"
|
|
266
266
|
|
|
267
267
|
transform_common_id_fields(reformat_params, body, body)
|
|
268
268
|
|
|
@@ -342,8 +342,8 @@ class CasbMalwareRulesAPI(APIClient):
|
|
|
342
342
|
|
|
343
343
|
body = kwargs
|
|
344
344
|
|
|
345
|
-
if "enabled" in
|
|
346
|
-
|
|
345
|
+
if "enabled" in body:
|
|
346
|
+
body["state"] = "ENABLED" if body.pop("enabled") else "DISABLED"
|
|
347
347
|
|
|
348
348
|
transform_common_id_fields(reformat_params, body, body)
|
|
349
349
|
|
|
@@ -233,8 +233,8 @@ class FirewallDNSRulesAPI(APIClient):
|
|
|
233
233
|
body = kwargs
|
|
234
234
|
|
|
235
235
|
# Convert 'enabled' to 'state' (ENABLED/DISABLED) if it's present in the payload
|
|
236
|
-
if "enabled" in
|
|
237
|
-
|
|
236
|
+
if "enabled" in body:
|
|
237
|
+
body["state"] = "ENABLED" if body.pop("enabled") else "DISABLED"
|
|
238
238
|
|
|
239
239
|
transform_common_id_fields(reformat_params, body, body)
|
|
240
240
|
|
|
@@ -339,8 +339,8 @@ class FirewallDNSRulesAPI(APIClient):
|
|
|
339
339
|
body = kwargs
|
|
340
340
|
|
|
341
341
|
# Convert 'enabled' to 'state' (ENABLED/DISABLED) if it's present in the payload
|
|
342
|
-
if "enabled" in
|
|
343
|
-
|
|
342
|
+
if "enabled" in body:
|
|
343
|
+
body["state"] = "ENABLED" if body.pop("enabled") else "DISABLED"
|
|
344
344
|
|
|
345
345
|
transform_common_id_fields(reformat_params, body, body)
|
|
346
346
|
|
|
@@ -228,8 +228,8 @@ class FirewallIPSRulesAPI(APIClient):
|
|
|
228
228
|
|
|
229
229
|
body = kwargs
|
|
230
230
|
|
|
231
|
-
if "enabled" in
|
|
232
|
-
|
|
231
|
+
if "enabled" in body:
|
|
232
|
+
body["state"] = "ENABLED" if body.pop("enabled") else "DISABLED"
|
|
233
233
|
|
|
234
234
|
transform_common_id_fields(reformat_params, body, body)
|
|
235
235
|
|
|
@@ -330,8 +330,8 @@ class FirewallIPSRulesAPI(APIClient):
|
|
|
330
330
|
|
|
331
331
|
body = kwargs
|
|
332
332
|
|
|
333
|
-
if "enabled" in
|
|
334
|
-
|
|
333
|
+
if "enabled" in body:
|
|
334
|
+
body["state"] = "ENABLED" if body.pop("enabled") else "DISABLED"
|
|
335
335
|
|
|
336
336
|
transform_common_id_fields(reformat_params, body, body)
|
|
337
337
|
|
|
@@ -210,8 +210,8 @@ class FirewallPolicyAPI(APIClient):
|
|
|
210
210
|
body = kwargs
|
|
211
211
|
|
|
212
212
|
# Convert 'enabled' to 'state' (ENABLED/DISABLED) if it's present in the payload
|
|
213
|
-
if "enabled" in
|
|
214
|
-
|
|
213
|
+
if "enabled" in body:
|
|
214
|
+
body["state"] = "ENABLED" if body.pop("enabled") else "DISABLED"
|
|
215
215
|
|
|
216
216
|
transform_common_id_fields(reformat_params, body, body)
|
|
217
217
|
|
|
@@ -312,8 +312,8 @@ class FirewallPolicyAPI(APIClient):
|
|
|
312
312
|
body = kwargs
|
|
313
313
|
|
|
314
314
|
# Convert 'enabled' to 'state' (ENABLED/DISABLED) if it's present in the payload
|
|
315
|
-
if "enabled" in
|
|
316
|
-
|
|
315
|
+
if "enabled" in body:
|
|
316
|
+
body["state"] = "ENABLED" if body.pop("enabled") else "DISABLED"
|
|
317
317
|
|
|
318
318
|
transform_common_id_fields(reformat_params, body, body)
|
|
319
319
|
|
|
@@ -400,8 +400,8 @@ class CloudAppControlAPI(APIClient):
|
|
|
400
400
|
body = kwargs
|
|
401
401
|
|
|
402
402
|
# Convert 'enabled' to 'state' (ENABLED/DISABLED) if it's present in the payload
|
|
403
|
-
if "enabled" in
|
|
404
|
-
|
|
403
|
+
if "enabled" in body:
|
|
404
|
+
body["state"] = "ENABLED" if body.pop("enabled") else "DISABLED"
|
|
405
405
|
|
|
406
406
|
transform_common_id_fields(reformat_params, body, body)
|
|
407
407
|
|
|
@@ -601,8 +601,8 @@ class CloudAppControlAPI(APIClient):
|
|
|
601
601
|
body = kwargs
|
|
602
602
|
|
|
603
603
|
# Convert 'enabled' to 'state' (ENABLED/DISABLED) if it's present in the payload
|
|
604
|
-
if "enabled" in
|
|
605
|
-
|
|
604
|
+
if "enabled" in body:
|
|
605
|
+
body["state"] = "ENABLED" if body.pop("enabled") else "DISABLED"
|
|
606
606
|
|
|
607
607
|
transform_common_id_fields(reformat_params, body, body)
|
|
608
608
|
|
|
@@ -738,8 +738,8 @@ class CloudAppControlAPI(APIClient):
|
|
|
738
738
|
body = kwargs
|
|
739
739
|
|
|
740
740
|
# Convert 'enabled' to 'state' (ENABLED/DISABLED) if it's present in the payload
|
|
741
|
-
if "enabled" in
|
|
742
|
-
|
|
741
|
+
if "enabled" in body:
|
|
742
|
+
body["state"] = "ENABLED" if body.pop("enabled") else "DISABLED"
|
|
743
743
|
|
|
744
744
|
transform_common_id_fields(reformat_params, body, body)
|
|
745
745
|
|
|
@@ -277,8 +277,8 @@ class DLPWebRuleAPI(APIClient):
|
|
|
277
277
|
body = kwargs
|
|
278
278
|
|
|
279
279
|
# Convert 'enabled' to 'state' (ENABLED/DISABLED) if it's present in the payload
|
|
280
|
-
if "enabled" in
|
|
281
|
-
|
|
280
|
+
if "enabled" in body:
|
|
281
|
+
body["state"] = "ENABLED" if body.pop("enabled") else "DISABLED"
|
|
282
282
|
|
|
283
283
|
transform_common_id_fields(reformat_params, body, body)
|
|
284
284
|
|
|
@@ -377,8 +377,8 @@ class DLPWebRuleAPI(APIClient):
|
|
|
377
377
|
body = kwargs
|
|
378
378
|
|
|
379
379
|
# Convert 'enabled' to 'state' (ENABLED/DISABLED) if it's present in the payload
|
|
380
|
-
if "enabled" in
|
|
381
|
-
|
|
380
|
+
if "enabled" in body:
|
|
381
|
+
body["state"] = "ENABLED" if body.pop("enabled") else "DISABLED"
|
|
382
382
|
|
|
383
383
|
transform_common_id_fields(reformat_params, body, body)
|
|
384
384
|
|
|
@@ -204,8 +204,8 @@ class FileTypeControlRuleAPI(APIClient):
|
|
|
204
204
|
body = kwargs
|
|
205
205
|
|
|
206
206
|
# Convert 'enabled' to 'state' (ENABLED/DISABLED) if it's present in the payload
|
|
207
|
-
if "enabled" in
|
|
208
|
-
|
|
207
|
+
if "enabled" in body:
|
|
208
|
+
body["state"] = "ENABLED" if body.pop("enabled") else "DISABLED"
|
|
209
209
|
|
|
210
210
|
# Filter out the url_categories mapping so it doesn't get processed
|
|
211
211
|
local_reformat_params = [param for param in reformat_params if param[0] != "url_categories"]
|
|
@@ -298,8 +298,8 @@ class FileTypeControlRuleAPI(APIClient):
|
|
|
298
298
|
body = kwargs
|
|
299
299
|
|
|
300
300
|
# Convert 'enabled' to 'state' (ENABLED/DISABLED) if it's present in the payload
|
|
301
|
-
if "enabled" in
|
|
302
|
-
|
|
301
|
+
if "enabled" in body:
|
|
302
|
+
body["state"] = "ENABLED" if body.pop("enabled") else "DISABLED"
|
|
303
303
|
|
|
304
304
|
# Filter out the url_categories mapping so it doesn't get processed
|
|
305
305
|
local_reformat_params = [param for param in reformat_params if param[0] != "url_categories"]
|
|
@@ -243,8 +243,8 @@ class ForwardingControlAPI(APIClient):
|
|
|
243
243
|
body = kwargs
|
|
244
244
|
|
|
245
245
|
# Convert 'enabled' to 'state' (ENABLED/DISABLED) if it's present in the payload
|
|
246
|
-
if "enabled" in
|
|
247
|
-
|
|
246
|
+
if "enabled" in body:
|
|
247
|
+
body["state"] = "ENABLED" if body.pop("enabled") else "DISABLED"
|
|
248
248
|
|
|
249
249
|
# Filter out the url_categories mapping so it doesn't get processed
|
|
250
250
|
local_reformat_params = [param for param in reformat_params if param[0] != "url_categories"]
|
|
@@ -377,8 +377,8 @@ class ForwardingControlAPI(APIClient):
|
|
|
377
377
|
body = kwargs
|
|
378
378
|
|
|
379
379
|
# Convert 'enabled' to 'state' (ENABLED/DISABLED) if it's present in the payload
|
|
380
|
-
if "enabled" in
|
|
381
|
-
|
|
380
|
+
if "enabled" in body:
|
|
381
|
+
body["state"] = "ENABLED" if body.pop("enabled") else "DISABLED"
|
|
382
382
|
|
|
383
383
|
# Filter out the url_categories mapping so it doesn't get processed
|
|
384
384
|
local_reformat_params = [param for param in reformat_params if param[0] != "url_categories"]
|
|
@@ -220,8 +220,8 @@ class NatControlPolicyAPI(APIClient):
|
|
|
220
220
|
|
|
221
221
|
body = kwargs
|
|
222
222
|
|
|
223
|
-
if "enabled" in
|
|
224
|
-
|
|
223
|
+
if "enabled" in body:
|
|
224
|
+
body["state"] = "ENABLED" if body.pop("enabled") else "DISABLED"
|
|
225
225
|
|
|
226
226
|
transform_common_id_fields(reformat_params, body, body)
|
|
227
227
|
|
|
@@ -312,8 +312,8 @@ class NatControlPolicyAPI(APIClient):
|
|
|
312
312
|
|
|
313
313
|
body = kwargs
|
|
314
314
|
|
|
315
|
-
if "enabled" in
|
|
316
|
-
|
|
315
|
+
if "enabled" in body:
|
|
316
|
+
body["state"] = "ENABLED" if body.pop("enabled") else "DISABLED"
|
|
317
317
|
|
|
318
318
|
transform_common_id_fields(reformat_params, body, body)
|
|
319
319
|
|
|
@@ -206,8 +206,8 @@ class SandboxRulesAPI(APIClient):
|
|
|
206
206
|
body = kwargs
|
|
207
207
|
|
|
208
208
|
# Convert 'enabled' to 'state' (ENABLED/DISABLED) if it's present in the payload
|
|
209
|
-
if "enabled" in
|
|
210
|
-
|
|
209
|
+
if "enabled" in body:
|
|
210
|
+
body["state"] = "ENABLED" if body.pop("enabled") else "DISABLED"
|
|
211
211
|
|
|
212
212
|
# Filter out the url_categories mapping so it doesn't get processed
|
|
213
213
|
local_reformat_params = [param for param in reformat_params if param[0] != "url_categories"]
|
|
@@ -300,8 +300,8 @@ class SandboxRulesAPI(APIClient):
|
|
|
300
300
|
body = kwargs
|
|
301
301
|
|
|
302
302
|
# Convert 'enabled' to 'state' (ENABLED/DISABLED) if it's present in the payload
|
|
303
|
-
if "enabled" in
|
|
304
|
-
|
|
303
|
+
if "enabled" in body:
|
|
304
|
+
body["state"] = "ENABLED" if body.pop("enabled") else "DISABLED"
|
|
305
305
|
|
|
306
306
|
# Filter out the url_categories mapping so it doesn't get processed
|
|
307
307
|
local_reformat_params = [param for param in reformat_params if param[0] != "url_categories"]
|
|
@@ -206,8 +206,8 @@ class SSLInspectionAPI(APIClient):
|
|
|
206
206
|
body = kwargs
|
|
207
207
|
|
|
208
208
|
# Convert 'enabled' to 'state' (ENABLED/DISABLED) if it's present in the payload
|
|
209
|
-
if "enabled" in
|
|
210
|
-
|
|
209
|
+
if "enabled" in body:
|
|
210
|
+
body["state"] = "ENABLED" if body.pop("enabled") else "DISABLED"
|
|
211
211
|
|
|
212
212
|
# Filter out the url_categories mapping so it doesn't get processed
|
|
213
213
|
local_reformat_params = [param for param in reformat_params if param[0] != "url_categories"]
|
|
@@ -146,7 +146,7 @@ class URLCategoriesAPI(APIClient):
|
|
|
146
146
|
def add_url_category(
|
|
147
147
|
self,
|
|
148
148
|
super_category: str,
|
|
149
|
-
urls: list,
|
|
149
|
+
urls: list = None,
|
|
150
150
|
configured_name: str = None,
|
|
151
151
|
**kwargs
|
|
152
152
|
) -> tuple:
|
|
@@ -233,6 +233,7 @@ class URLCategoriesAPI(APIClient):
|
|
|
233
233
|
"super_category": super_category,
|
|
234
234
|
"urls": urls,
|
|
235
235
|
"custom_category": custom_category,
|
|
236
|
+
"configured_name": configured_name,
|
|
236
237
|
}
|
|
237
238
|
|
|
238
239
|
if custom_category:
|
|
@@ -246,8 +246,8 @@ class URLFilteringAPI(APIClient):
|
|
|
246
246
|
body = kwargs
|
|
247
247
|
|
|
248
248
|
# Convert 'enabled' to 'state' (ENABLED/DISABLED) if it's present in the payload
|
|
249
|
-
if "enabled" in
|
|
250
|
-
|
|
249
|
+
if "enabled" in body:
|
|
250
|
+
body["state"] = "ENABLED" if body.pop("enabled") else "DISABLED"
|
|
251
251
|
|
|
252
252
|
# Filter out the url_categories mapping so it doesn't get processed
|
|
253
253
|
local_reformat_params = [param for param in reformat_params if param[0] != "url_categories"]
|
|
@@ -205,8 +205,8 @@ class ForwardingControlRulesAPI(APIClient):
|
|
|
205
205
|
body = kwargs
|
|
206
206
|
|
|
207
207
|
# Convert 'enabled' to 'state' (ENABLED/DISABLED) if it's present in the payload
|
|
208
|
-
if "enabled" in
|
|
209
|
-
|
|
208
|
+
if "enabled" in body:
|
|
209
|
+
body["state"] = "ENABLED" if body.pop("enabled") else "DISABLED"
|
|
210
210
|
|
|
211
211
|
# Filter out the url_categories mapping so it doesn't get processed
|
|
212
212
|
local_reformat_params = [param for param in reformat_params if param[0] != "url_categories"]
|
|
@@ -339,8 +339,8 @@ class ForwardingControlRulesAPI(APIClient):
|
|
|
339
339
|
body = kwargs
|
|
340
340
|
|
|
341
341
|
# Convert 'enabled' to 'state' (ENABLED/DISABLED) if it's present in the payload
|
|
342
|
-
if "enabled" in
|
|
343
|
-
|
|
342
|
+
if "enabled" in body:
|
|
343
|
+
body["state"] = "ENABLED" if body.pop("enabled") else "DISABLED"
|
|
344
344
|
|
|
345
345
|
# Filter out the url_categories mapping so it doesn't get processed
|
|
346
346
|
local_reformat_params = [param for param in reformat_params if param[0] != "url_categories"]
|
|
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.0 → zscaler_sdk_python-1.5.2}/zscaler/zcc/models/forwardingprofile.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/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.0 → zscaler_sdk_python-1.5.2}/zscaler/zcc/models/zdxgroupentitlements.py
RENAMED
|
File without changes
|
{zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/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.0 → zscaler_sdk_python-1.5.2}/zscaler/zdx/models/activeapplications.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zdx/models/application_users.py
RENAMED
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/zscaler/zdx/models/call_quality_metrics.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-1.5.0 → zscaler_sdk_python-1.5.2}/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
|