zscaler-sdk-python 1.4.0__tar.gz → 1.4.1__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.4.0 → zscaler_sdk_python-1.4.1}/PKG-INFO +1 -1
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/pyproject.toml +1 -1
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/__init__.py +1 -1
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/utils.py +3 -1
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/application_segment.py +25 -21
- zscaler_sdk_python-1.4.1/zscaler/zpa/models/cbi_profile.py +560 -0
- zscaler_sdk_python-1.4.0/zscaler/zpa/models/cbi_profile.py +0 -216
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/LICENSE.md +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/README.md +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/api_client.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/cache/__init__.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/cache/cache.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/cache/no_op_cache.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/cache/zscaler_cache.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/config/__init__.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/config/config_setter.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/config/config_validator.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/constants.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/error_messages.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/errors/__init__.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/errors/error.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/errors/http_error.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/errors/response_checker.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/errors/zscaler_api_error.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/exceptions/__init__.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/exceptions/exceptions.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/helpers.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/logger.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/oneapi_client.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/oneapi_collection.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/oneapi_http_client.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/oneapi_oauth_client.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/oneapi_object.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/oneapi_response.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/ratelimiter/__init__.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/ratelimiter/ratelimiter.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/request_executor.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/user_agent.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zcc/__init__.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zcc/admin_user.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zcc/company.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zcc/devices.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zcc/entitlements.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zcc/fail_open_policy.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zcc/forwarding_profile.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zcc/legacy.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zcc/models/admin_roles.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zcc/models/admin_user.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zcc/models/devices.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zcc/models/failopenpolicy.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zcc/models/forwardingprofile.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zcc/models/getcompanyinfo.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zcc/models/manage_pass.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zcc/models/secrets_otp.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zcc/models/secrets_passwords.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zcc/models/trustednetworks.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zcc/models/webappservice.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zcc/models/webpolicy.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zcc/models/webprivacy.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zcc/models/zdxgroupentitlements.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zcc/models/zpagroupentitlements.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zcc/secrets.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zcc/trusted_networks.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zcc/web_app_service.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zcc/web_policy.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zcc/web_privacy.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zcc/zcc_service.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zdx/__init__.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zdx/admin.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zdx/alerts.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zdx/apps.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zdx/devices.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zdx/inventory.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zdx/legacy.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zdx/models/activeapplications.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zdx/models/administration.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zdx/models/alerts.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zdx/models/application_users.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zdx/models/applications.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zdx/models/call_quality_metrics.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zdx/models/common.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zdx/models/devices.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zdx/models/software_inventory.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zdx/models/troubleshooting.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zdx/models/users.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zdx/troubleshooting.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zdx/users.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zdx/zdx_service.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/__init__.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/activate.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/admin_roles.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/admin_users.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/advanced_settings.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/alert_subscriptions.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/apptotal.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/atp_policy.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/audit_logs.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/authentication_settings.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/bandwidth_classes.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/bandwidth_control_rules.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/cloud_app_instances.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/cloud_applications.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/cloud_browser_isolation.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/cloud_firewall.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/cloud_firewall_dns.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/cloud_firewall_ips.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/cloud_firewall_rules.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/cloud_nss.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/cloudappcontrol.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/dedicated_ip_gateways.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/device_management.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/dlp_dictionary.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/dlp_engine.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/dlp_resources.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/dlp_templates.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/dlp_web_rules.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/dns_gatways.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/end_user_notification.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/file_type_control_rule.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/forwarding_control.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/ftp_control_policy.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/gre_tunnel.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/intermediate_certificates.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/iot_report.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/ipv6_config.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/legacy.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/locations.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/malware_protection_policy.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/mobile_threat_settings.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/__init__.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/activation.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/admin_roles.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/admin_users.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/advanced_settings.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/advanced_threat_settings.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/alert_subscriptions.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/apptotal.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/authentication_settings.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/bandwidth_classes.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/bandwidth_control_rules.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/cloud_app_instances.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/cloud_app_policy.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/cloud_browser_isolation.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/cloud_firewall_app_services.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/cloud_firewall_destination_groups.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/cloud_firewall_dns_rules.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/cloud_firewall_ips_rules.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/cloud_firewall_nw_application_groups.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/cloud_firewall_nw_applications.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/cloud_firewall_nw_service.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/cloud_firewall_nw_service_groups.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/cloud_firewall_rules.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/cloud_firewall_source_groups.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/cloud_firewall_time_windows.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/cloud_nss.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/cloudappcontrol.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/common.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/dedicated_ip_gateways.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/device_groups.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/devices.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/dlp_dictionary.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/dlp_engine.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/dlp_resources.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/dlp_templates.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/dlp_web_rules.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/dns_gatways.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/endusernotification.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/filetyperules.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/forwarding_control_policy.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/ftp_control_policy.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/gre_recommended_list.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/gre_tunnel_info.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/gre_tunnels.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/gre_vips.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/intermediate_certificates.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/iotreport.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/ipv6_config.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/location_group.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/location_management.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/malware_protection_settings.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/mobile_threat_settings.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/nat_control_policy.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/nss_servers.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/organization_information.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/pac_files.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/proxies.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/proxy_gatways.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/remoteassistance.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/risk_profiles.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/rule_labels.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/sandboxrules.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/security_policy_settings.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/shadow_it_report.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/ssl_inspection_rules.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/subclouds.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/system_audit.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/tenancy_restriction_profile.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/time_intervals.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/traffic_datacenters.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/traffic_dc_exclusions.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/traffic_extranet.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/traffic_static_ip.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/traffic_vpn_credentials.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/url_filter_cloud_app_settings.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/url_filtering_rules.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/urlcategory.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/user_management.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/workload_groups.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/models/zpa_gateway.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/nat_control_policy.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/nss_servers.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/organization_information.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/pac_files.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/policy_export.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/proxies.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/remote_assistance.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/risk_profiles.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/rule_labels.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/sandbox.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/sandbox_rules.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/security_policy_settings.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/shadow_it_report.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/ssl_inspection_rules.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/sub_clouds.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/system_audit.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/tenancy_restriction_profile.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/time_intervals.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/traffic_datacenters.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/traffic_extranet.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/traffic_static_ip.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/traffic_vpn_credentials.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/url_categories.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/url_filtering.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/user_management.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/workload_groups.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/zia_service.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zia/zpa_gateway.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/__init__.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/administrator_controller.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/app_connector_groups.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/app_connector_schedule.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/app_connectors.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/app_protection.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/app_segment_by_type.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/app_segments_ba.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/app_segments_ba_v2.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/app_segments_inspection.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/app_segments_pra.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/application_segment.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/cbi_banner.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/cbi_certificate.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/cbi_profile.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/cbi_region.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/cbi_zpa_profile.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/certificates.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/client_settings.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/cloud_connector_groups.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/customer_controller.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/customer_version_profile.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/emergency_access.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/enrollment_certificates.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/idp.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/legacy.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/lss.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/machine_groups.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/microtenants.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/administrator_controller.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/app_connector_groups.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/app_connector_schedule.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/app_connectors.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/app_protection_predefined_controls.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/app_protection_profile.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/application_segment_lb.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/application_servers.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/cbi_banner.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/cbi_certificate.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/cbi_region.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/cbi_zpa_profile.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/certificates.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/client_settings.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/cloud_connector_groups.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/common.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/customer_controller.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/customer_version_profile.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/emergency_access.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/enrollment_certificates.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/idp.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/lss.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/machine_groups.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/microtenants.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/policyset_controller_v1.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/policyset_controller_v2.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/posture_profiles.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/pra_approval.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/pra_console.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/pra_cred_pool_controller.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/pra_credential.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/pra_portal.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/provisioning_keys.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/role_controller.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/saml_attributes.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/scim_attributes.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/scim_groups.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/segment_group.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/server_group.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/service_edge_groups.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/service_edge_schedule.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/service_edges.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/trusted_network.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/policies.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/posture_profiles.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/pra_approval.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/pra_console.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/pra_credential.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/pra_credential_pool.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/pra_portal.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/provisioning.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/role_controller.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/saml_attributes.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/scim_attributes.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/scim_groups.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/segment_groups.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/server_groups.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/servers.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/service_edge_group.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/service_edge_schedule.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/service_edges.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/trusted_networks.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/zpa_service.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/ztw/__init__.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/ztw/account_details.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/ztw/activation.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/ztw/admin_roles.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/ztw/admin_users.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/ztw/api_keys.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/ztw/ec_groups.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/ztw/forwarding_gateways.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/ztw/forwarding_rules.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/ztw/ip_destination_groups.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/ztw/ip_groups.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/ztw/ip_source_groups.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/ztw/legacy.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/ztw/location_management.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/ztw/location_template.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/ztw/models/activation.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/ztw/models/admin_roles.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/ztw/models/admin_users.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/ztw/models/api_keys.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/ztw/models/common.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/ztw/models/ec_group_vm.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/ztw/models/ecgroup.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/ztw/models/forwarding_gateways.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/ztw/models/forwarding_rules.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/ztw/models/ip_destination_groups.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/ztw/models/ip_groups.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/ztw/models/ip_source_groups.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/ztw/models/location_management.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/ztw/models/location_templates.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/ztw/models/nw_service.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/ztw/models/nw_service_groups.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/ztw/models/provisioning_url.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/ztw/models/traffic_vpn_credentials.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/ztw/models/zpa_resources.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/ztw/nw_service.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/ztw/nw_service_groups.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/ztw/provisioning_url.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/ztw/ztw_service.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zwa/__init__.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zwa/audit_logs.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zwa/dlp_incidents.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zwa/legacy.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zwa/models/audit_logs.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zwa/models/change_history.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zwa/models/common.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zwa/models/generated_tickets.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zwa/models/incident_details.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zwa/models/incident_evidence.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zwa/models/incident_group_search.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zwa/models/incident_search.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zwa/models/incident_trigger.py +0 -0
- {zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zwa/zwa_service.py +0 -0
|
@@ -51,7 +51,6 @@ reformat_params = [
|
|
|
51
51
|
("excluded_departments", "excludedDepartments"),
|
|
52
52
|
("excluded_groups", "excludedGroups"),
|
|
53
53
|
("excluded_users", "excludedUsers"),
|
|
54
|
-
("source_ip_groups", "source_ip_groups"),
|
|
55
54
|
("dest_ip_groups", "destIpGroups"),
|
|
56
55
|
("dest_ipv6_groups", "destIpv6Groups"),
|
|
57
56
|
("groups", "groups"),
|
|
@@ -62,6 +61,9 @@ reformat_params = [
|
|
|
62
61
|
("location_groups", "locationGroups"),
|
|
63
62
|
("nw_application_groups", "nwApplicationGroups"),
|
|
64
63
|
("nw_service_groups", "nwServiceGroups"),
|
|
64
|
+
("nw_services", "nwServices"),
|
|
65
|
+
("source_ip_groups", "source_ip_groups"),
|
|
66
|
+
("source_ip_groups", "sourceIpGroups"),
|
|
65
67
|
("src_ip_groups", "srcIpGroups"),
|
|
66
68
|
("src_ipv6_groups", "srcIpv6Groups"),
|
|
67
69
|
("proxy_gateway", "proxyGateway"),
|
{zscaler_sdk_python-1.4.0 → zscaler_sdk_python-1.4.1}/zscaler/zpa/models/application_segment.py
RENAMED
|
@@ -33,29 +33,31 @@ class ApplicationSegments(ZscalerObject):
|
|
|
33
33
|
self.segment_group_id = config["segmentGroupId"] if "segmentGroupId" in config else None
|
|
34
34
|
self.segment_group_name = config["segmentGroupName"] if "segmentGroupName" in config else None
|
|
35
35
|
self.enabled = config["enabled"] if "enabled" in config else True
|
|
36
|
-
self.double_encrypt = config["doubleEncrypt"] if "doubleEncrypt" in config else
|
|
37
|
-
self.config_space = config["configSpace"] if "configSpace" in config else
|
|
38
|
-
self.bypass_type = config["bypassType"] if "bypassType" in config else
|
|
39
|
-
self.health_check_type = config["healthCheckType"] if "healthCheckType" in config else
|
|
40
|
-
self.icmp_access_type = config["icmpAccessType"] if "icmpAccessType" in config else
|
|
41
|
-
self.is_cname_enabled = config["isCnameEnabled"] if "isCnameEnabled" in config else
|
|
42
|
-
self.ip_anchored = config["ipAnchored"] if "ipAnchored" in config else
|
|
43
|
-
self.bypass_on_reauth = config["bypassOnReauth"] if "bypassOnReauth" in config else
|
|
44
|
-
self.inspect_traffic_with_zia = config["inspectTrafficWithZia"] if "inspectTrafficWithZia" in config else
|
|
45
|
-
self.health_reporting = config["healthReporting"] if "healthReporting" in config else
|
|
46
|
-
self.use_in_dr_mode = config["useInDrMode"] if "useInDrMode" in config else
|
|
47
|
-
self.tcp_keep_alive = config["tcpKeepAlive"] if "tcpKeepAlive" in config else
|
|
36
|
+
self.double_encrypt = config["doubleEncrypt"] if "doubleEncrypt" in config else None
|
|
37
|
+
self.config_space = config["configSpace"] if "configSpace" in config else None
|
|
38
|
+
self.bypass_type = config["bypassType"] if "bypassType" in config else None
|
|
39
|
+
self.health_check_type = config["healthCheckType"] if "healthCheckType" in config else None
|
|
40
|
+
self.icmp_access_type = config["icmpAccessType"] if "icmpAccessType" in config else None
|
|
41
|
+
self.is_cname_enabled = config["isCnameEnabled"] if "isCnameEnabled" in config else None
|
|
42
|
+
self.ip_anchored = config["ipAnchored"] if "ipAnchored" in config else None
|
|
43
|
+
self.bypass_on_reauth = config["bypassOnReauth"] if "bypassOnReauth" in config else None
|
|
44
|
+
self.inspect_traffic_with_zia = config["inspectTrafficWithZia"] if "inspectTrafficWithZia" in config else None
|
|
45
|
+
self.health_reporting = config["healthReporting"] if "healthReporting" in config else None
|
|
46
|
+
self.use_in_dr_mode = config["useInDrMode"] if "useInDrMode" in config else None
|
|
47
|
+
self.tcp_keep_alive = config["tcpKeepAlive"] if "tcpKeepAlive" in config else None
|
|
48
|
+
self.passive_health_enabled = config["passiveHealthEnabled"] \
|
|
49
|
+
if "passiveHealthEnabled" in config else None
|
|
48
50
|
self.select_connector_close_to_app = (
|
|
49
|
-
config["selectConnectorCloseToApp"] if "selectConnectorCloseToApp" in config else
|
|
51
|
+
config["selectConnectorCloseToApp"] if "selectConnectorCloseToApp" in config else None
|
|
50
52
|
)
|
|
51
|
-
self.match_style = config["matchStyle"] if "matchStyle" in config else
|
|
52
|
-
self.is_incomplete_dr_config = config["isIncompleteDRConfig"] if "isIncompleteDRConfig" in config else
|
|
53
|
-
self.adp_enabled = config["adpEnabled"] if "adpEnabled" in config else
|
|
54
|
-
self.auto_app_protect_enabled = config["autoAppProtectEnabled"] if "autoAppProtectEnabled" in config else
|
|
55
|
-
self.api_protection_enabled = config["apiProtectionEnabled"] if "apiProtectionEnabled" in config else
|
|
56
|
-
self.fqdn_dns_check = config["fqdnDnsCheck"] if "fqdnDnsCheck" in config else
|
|
57
|
-
self.weighted_load_balancing = config["weightedLoadBalancing"] if "weightedLoadBalancing" in config else
|
|
58
|
-
self.extranet_enabled = config["extranetEnabled"] if "extranetEnabled" in config else
|
|
53
|
+
self.match_style = config["matchStyle"] if "matchStyle" in config else None
|
|
54
|
+
self.is_incomplete_dr_config = config["isIncompleteDRConfig"] if "isIncompleteDRConfig" in config else None
|
|
55
|
+
self.adp_enabled = config["adpEnabled"] if "adpEnabled" in config else None
|
|
56
|
+
self.auto_app_protect_enabled = config["autoAppProtectEnabled"] if "autoAppProtectEnabled" in config else None
|
|
57
|
+
self.api_protection_enabled = config["apiProtectionEnabled"] if "apiProtectionEnabled" in config else None
|
|
58
|
+
self.fqdn_dns_check = config["fqdnDnsCheck"] if "fqdnDnsCheck" in config else None
|
|
59
|
+
self.weighted_load_balancing = config["weightedLoadBalancing"] if "weightedLoadBalancing" in config else None
|
|
60
|
+
self.extranet_enabled = config["extranetEnabled"] if "extranetEnabled" in config else None
|
|
59
61
|
self.microtenant_name = config["microtenantName"]\
|
|
60
62
|
if "microtenantName" in config else None
|
|
61
63
|
self.microtenant_id = config["microtenantId"] if "microtenantId" in config else None
|
|
@@ -159,6 +161,7 @@ class ApplicationSegments(ZscalerObject):
|
|
|
159
161
|
self.udp_port_range = []
|
|
160
162
|
self.enabled = None
|
|
161
163
|
self.double_encrypt = None
|
|
164
|
+
self.passive_health_enabled = None
|
|
162
165
|
self.config_space = None
|
|
163
166
|
self.bypass_type = None
|
|
164
167
|
self.health_check_type = None
|
|
@@ -207,6 +210,7 @@ class ApplicationSegments(ZscalerObject):
|
|
|
207
210
|
"configSpace": self.config_space,
|
|
208
211
|
"bypassType": self.bypass_type,
|
|
209
212
|
"healthCheckType": self.health_check_type,
|
|
213
|
+
"passiveHealthEnabled": self.passive_health_enabled,
|
|
210
214
|
"icmpAccessType": self.icmp_access_type,
|
|
211
215
|
"isCnameEnabled": self.is_cname_enabled,
|
|
212
216
|
"ipAnchored": self.ip_anchored,
|
|
@@ -0,0 +1,560 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Copyright (c) 2023, Zscaler Inc.
|
|
3
|
+
|
|
4
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
5
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
6
|
+
copyright notice and this permission notice appear in all copies.
|
|
7
|
+
|
|
8
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
9
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
10
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
11
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
12
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
13
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
14
|
+
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
15
|
+
"""
|
|
16
|
+
|
|
17
|
+
from zscaler.oneapi_object import ZscalerObject
|
|
18
|
+
from zscaler.oneapi_collection import ZscalerCollection
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
class CBIProfile(ZscalerObject):
|
|
22
|
+
"""
|
|
23
|
+
A class for CBIProfile objects.
|
|
24
|
+
Handles common block attributes shared across multiple resources
|
|
25
|
+
"""
|
|
26
|
+
|
|
27
|
+
def __init__(self, config=None):
|
|
28
|
+
"""
|
|
29
|
+
Initialize the CBIProfile model based on API response.
|
|
30
|
+
|
|
31
|
+
Args:
|
|
32
|
+
config (dict): A dictionary representing the response.
|
|
33
|
+
"""
|
|
34
|
+
super().__init__(config)
|
|
35
|
+
if config:
|
|
36
|
+
self.id = config["id"] \
|
|
37
|
+
if "id" in config else None
|
|
38
|
+
self.banner_id = config["bannerId"] \
|
|
39
|
+
if "bannerId" in config else None
|
|
40
|
+
self.name = config["name"] \
|
|
41
|
+
if "name" in config else None
|
|
42
|
+
self.description = config["description"] \
|
|
43
|
+
if "description" in config else None
|
|
44
|
+
self.cbi_url = config["cbiUrl"] \
|
|
45
|
+
if "cbiUrl" in config else None
|
|
46
|
+
self.is_default = config["isDefault"] \
|
|
47
|
+
if "isDefault" in config else None
|
|
48
|
+
|
|
49
|
+
self.region_ids = ZscalerCollection.form_list(config["regionIds"] \
|
|
50
|
+
if "regionIds" in config else [], str)
|
|
51
|
+
|
|
52
|
+
self.certificate_ids = ZscalerCollection.form_list(config["certificateIds"] \
|
|
53
|
+
if "certificateIds" in config else [], str)
|
|
54
|
+
|
|
55
|
+
self.certificates = ZscalerCollection.form_list(config["certificates"] \
|
|
56
|
+
if "certificates" in config else [], Certificates)
|
|
57
|
+
|
|
58
|
+
self.regions = ZscalerCollection.form_list(config["regions"] \
|
|
59
|
+
if "regions" in config else [], Regions)
|
|
60
|
+
|
|
61
|
+
if "banner" in config:
|
|
62
|
+
if isinstance(config["banner"], Banner):
|
|
63
|
+
self.banner = config["banner"]
|
|
64
|
+
elif config["banner"] is not None:
|
|
65
|
+
self.banner = Banner(config["banner"])
|
|
66
|
+
else:
|
|
67
|
+
self.banner = None
|
|
68
|
+
else:
|
|
69
|
+
self.banner = None
|
|
70
|
+
|
|
71
|
+
if "debugMode" in config:
|
|
72
|
+
if isinstance(config["debugMode"], DebugMode):
|
|
73
|
+
self.debug_mode = config["debugMode"]
|
|
74
|
+
elif config["debugMode"] is not None:
|
|
75
|
+
self.debug_mode = DebugMode(config["debugMode"])
|
|
76
|
+
else:
|
|
77
|
+
self.debug_mode = None
|
|
78
|
+
else:
|
|
79
|
+
self.debug_mode = None
|
|
80
|
+
|
|
81
|
+
if "userExperience" in config:
|
|
82
|
+
if isinstance(config["userExperience"], UserExperience):
|
|
83
|
+
self.user_experience = config["userExperience"]
|
|
84
|
+
elif config["userExperience"] is not None:
|
|
85
|
+
self.user_experience = UserExperience(config["userExperience"])
|
|
86
|
+
else:
|
|
87
|
+
self.user_experience = None
|
|
88
|
+
else:
|
|
89
|
+
self.user_experience = None
|
|
90
|
+
|
|
91
|
+
if "securityControls" in config:
|
|
92
|
+
if isinstance(config["securityControls"], SecurityControls):
|
|
93
|
+
self.security_controls = config["securityControls"]
|
|
94
|
+
elif config["securityControls"] is not None:
|
|
95
|
+
self.security_controls = SecurityControls(config["securityControls"])
|
|
96
|
+
else:
|
|
97
|
+
self.security_controls = None
|
|
98
|
+
else:
|
|
99
|
+
self.security_controls = None
|
|
100
|
+
else:
|
|
101
|
+
self.id = None
|
|
102
|
+
self.banner_id = None
|
|
103
|
+
self.banner = None
|
|
104
|
+
self.name = None
|
|
105
|
+
self.description = None
|
|
106
|
+
self.certificates = None
|
|
107
|
+
self.regions = None
|
|
108
|
+
self.debug_mode = None
|
|
109
|
+
self.user_experience = None
|
|
110
|
+
self.security_controls = None
|
|
111
|
+
self.cbi_url = None
|
|
112
|
+
self.is_default = None
|
|
113
|
+
self.region_ids = []
|
|
114
|
+
self.certificate_ids = []
|
|
115
|
+
|
|
116
|
+
def request_format(self):
|
|
117
|
+
"""
|
|
118
|
+
Returns the object as a dictionary in the format expected for API requests.
|
|
119
|
+
"""
|
|
120
|
+
parent_req_format = super().request_format()
|
|
121
|
+
current_obj_format = {
|
|
122
|
+
"id": self.id,
|
|
123
|
+
"name": self.name,
|
|
124
|
+
"description": self.description,
|
|
125
|
+
"bannerId": self.banner_id,
|
|
126
|
+
"banner": self.banner,
|
|
127
|
+
"cbiUrl": self.cbi_url,
|
|
128
|
+
"certificates": self.certificates,
|
|
129
|
+
"regions": self.regions,
|
|
130
|
+
"isDefault": self.is_default,
|
|
131
|
+
"certificateIds": self.certificate_ids,
|
|
132
|
+
"regionIds": self.region_ids,
|
|
133
|
+
"debugMode": self.debug_mode,
|
|
134
|
+
"userExperience": self.user_experience,
|
|
135
|
+
"securityControls": self.security_controls,
|
|
136
|
+
}
|
|
137
|
+
parent_req_format.update(current_obj_format)
|
|
138
|
+
return parent_req_format
|
|
139
|
+
|
|
140
|
+
class DebugMode(ZscalerObject):
|
|
141
|
+
"""
|
|
142
|
+
A class for DebugMode objects.
|
|
143
|
+
Handles common block attributes shared across multiple resources
|
|
144
|
+
"""
|
|
145
|
+
|
|
146
|
+
def __init__(self, config=None):
|
|
147
|
+
"""
|
|
148
|
+
Initialize the DebugMode model based on API response.
|
|
149
|
+
|
|
150
|
+
Args:
|
|
151
|
+
config (dict): A dictionary representing the response.
|
|
152
|
+
"""
|
|
153
|
+
super().__init__(config)
|
|
154
|
+
if config:
|
|
155
|
+
self.allowed = config["allowed"] \
|
|
156
|
+
if "allowed" in config else None
|
|
157
|
+
self.file_password = config["filePassword"] \
|
|
158
|
+
if "filePassword" in config else None
|
|
159
|
+
|
|
160
|
+
else:
|
|
161
|
+
self.allowed = None
|
|
162
|
+
self.file_password = None
|
|
163
|
+
|
|
164
|
+
def request_format(self):
|
|
165
|
+
"""
|
|
166
|
+
Returns the object as a dictionary in the format expected for API requests.
|
|
167
|
+
"""
|
|
168
|
+
parent_req_format = super().request_format()
|
|
169
|
+
current_obj_format = {
|
|
170
|
+
"allowed": self.allowed,
|
|
171
|
+
"filePassword": self.file_password,
|
|
172
|
+
}
|
|
173
|
+
parent_req_format.update(current_obj_format)
|
|
174
|
+
return parent_req_format
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
class UserExperience(ZscalerObject):
|
|
178
|
+
"""
|
|
179
|
+
A class for UserExperience objects.
|
|
180
|
+
Handles common block attributes shared across multiple resources
|
|
181
|
+
"""
|
|
182
|
+
|
|
183
|
+
def __init__(self, config=None):
|
|
184
|
+
"""
|
|
185
|
+
Initialize the UserExperience model based on API response.
|
|
186
|
+
|
|
187
|
+
Args:
|
|
188
|
+
config (dict): A dictionary representing the response.
|
|
189
|
+
"""
|
|
190
|
+
super().__init__(config)
|
|
191
|
+
if config:
|
|
192
|
+
self.browser_in_browser = config["browserInBrowser"] \
|
|
193
|
+
if "browserInBrowser" in config else None
|
|
194
|
+
self.session_persistence = config["sessionPersistence"] \
|
|
195
|
+
if "sessionPersistence" in config else None
|
|
196
|
+
self.persist_isolation_bar = config["persistIsolationBar"] \
|
|
197
|
+
if "persistIsolationBar" in config else None
|
|
198
|
+
self.translate = config["translate"] \
|
|
199
|
+
if "translate" in config else None
|
|
200
|
+
self.zgpu = config["zgpu"] \
|
|
201
|
+
if "zgpu" in config else None
|
|
202
|
+
|
|
203
|
+
if "forwardToZia" in config:
|
|
204
|
+
if isinstance(config["forwardToZia"], ForwardToZia):
|
|
205
|
+
self.forward_to_zia = config["forwardToZia"]
|
|
206
|
+
elif config["forwardToZia"] is not None:
|
|
207
|
+
self.forward_to_zia = ForwardToZia(config["forwardToZia"])
|
|
208
|
+
else:
|
|
209
|
+
self.forward_to_zia = None
|
|
210
|
+
else:
|
|
211
|
+
self.forward_to_zia = None
|
|
212
|
+
else:
|
|
213
|
+
self.browser_in_browser = None
|
|
214
|
+
self.session_persistence = None
|
|
215
|
+
self.persist_isolation_bar = None
|
|
216
|
+
self.translate = None
|
|
217
|
+
self.forward_to_zia = None
|
|
218
|
+
self.zgpu = None
|
|
219
|
+
|
|
220
|
+
def request_format(self):
|
|
221
|
+
"""
|
|
222
|
+
Returns the object as a dictionary in the format expected for API requests.
|
|
223
|
+
"""
|
|
224
|
+
parent_req_format = super().request_format()
|
|
225
|
+
current_obj_format = {
|
|
226
|
+
"browserInBrowser": self.browser_in_browser,
|
|
227
|
+
"sessionPersistence": self.session_persistence,
|
|
228
|
+
"persistIsolationBar": self.persist_isolation_bar,
|
|
229
|
+
"translate": self.translate,
|
|
230
|
+
"zgpu": self.zgpu,
|
|
231
|
+
"forwardToZia": self.forward_to_zia,
|
|
232
|
+
}
|
|
233
|
+
parent_req_format.update(current_obj_format)
|
|
234
|
+
return parent_req_format
|
|
235
|
+
|
|
236
|
+
class ForwardToZia(ZscalerObject):
|
|
237
|
+
"""
|
|
238
|
+
A class for ForwardToZia objects.
|
|
239
|
+
Handles common block attributes shared across multiple resources
|
|
240
|
+
"""
|
|
241
|
+
|
|
242
|
+
def __init__(self, config=None):
|
|
243
|
+
"""
|
|
244
|
+
Initialize the ForwardToZia model based on API response.
|
|
245
|
+
|
|
246
|
+
Args:
|
|
247
|
+
config (dict): A dictionary representing the response.
|
|
248
|
+
"""
|
|
249
|
+
super().__init__(config)
|
|
250
|
+
if config:
|
|
251
|
+
self.enabled = config["enabled"] \
|
|
252
|
+
if "enabled" in config else None
|
|
253
|
+
self.cloud_name = config["cloudName"] \
|
|
254
|
+
if "cloudName" in config else None
|
|
255
|
+
self.pac_file_url = config["pacFileUrl"] \
|
|
256
|
+
if "pacFileUrl" in config else None
|
|
257
|
+
self.organization_id = config["organizationId"] \
|
|
258
|
+
if "organizationId" in config else None
|
|
259
|
+
|
|
260
|
+
else:
|
|
261
|
+
self.enabled = None
|
|
262
|
+
self.cloud_name = None
|
|
263
|
+
self.pac_file_url = None
|
|
264
|
+
self.organization_id = None
|
|
265
|
+
|
|
266
|
+
def request_format(self):
|
|
267
|
+
"""
|
|
268
|
+
Returns the object as a dictionary in the format expected for API requests.
|
|
269
|
+
"""
|
|
270
|
+
parent_req_format = super().request_format()
|
|
271
|
+
current_obj_format = {
|
|
272
|
+
"enabled": self.enabled,
|
|
273
|
+
"cloudName": self.cloud_name,
|
|
274
|
+
"pacFileUrl": self.pac_file_url,
|
|
275
|
+
"organizationId": self.organization_id,
|
|
276
|
+
}
|
|
277
|
+
parent_req_format.update(current_obj_format)
|
|
278
|
+
return parent_req_format
|
|
279
|
+
|
|
280
|
+
class SecurityControls(ZscalerObject):
|
|
281
|
+
"""
|
|
282
|
+
A class for SecurityControls objects.
|
|
283
|
+
Handles common block attributes shared across multiple resources
|
|
284
|
+
"""
|
|
285
|
+
|
|
286
|
+
def __init__(self, config=None):
|
|
287
|
+
"""
|
|
288
|
+
Initialize the SecurityControls model based on API response.
|
|
289
|
+
|
|
290
|
+
Args:
|
|
291
|
+
config (dict): A dictionary representing the response.
|
|
292
|
+
"""
|
|
293
|
+
super().__init__(config)
|
|
294
|
+
if config:
|
|
295
|
+
self.copy_paste = config["copyPaste"] \
|
|
296
|
+
if "copyPaste" in config else None
|
|
297
|
+
self.upload_download = config["uploadDownload"] \
|
|
298
|
+
if "uploadDownload" in config else None
|
|
299
|
+
self.document_viewer = config["documentViewer"] \
|
|
300
|
+
if "documentViewer" in config else None
|
|
301
|
+
self.local_render = config["localRender"] \
|
|
302
|
+
if "localRender" in config else None
|
|
303
|
+
self.allow_printing = config["allowPrinting"] \
|
|
304
|
+
if "allowPrinting" in config else None
|
|
305
|
+
self.restrict_keystrokes = config["restrictKeystrokes"] \
|
|
306
|
+
if "restrictKeystrokes" in config else None
|
|
307
|
+
self.camera_and_mic = config["cameraAndMic"] \
|
|
308
|
+
if "cameraAndMic" in config else None
|
|
309
|
+
self.flattened_pdf = config["flattenedPdf"] \
|
|
310
|
+
if "flattenedPdf" in config else None
|
|
311
|
+
|
|
312
|
+
if "deepLink" in config:
|
|
313
|
+
if isinstance(config["deepLink"], DeepLink):
|
|
314
|
+
self.deep_link = config["deepLink"]
|
|
315
|
+
elif config["deepLink"] is not None:
|
|
316
|
+
self.deep_link = DeepLink(config["deepLink"])
|
|
317
|
+
else:
|
|
318
|
+
self.deep_link = None
|
|
319
|
+
else:
|
|
320
|
+
self.deep_link = None
|
|
321
|
+
|
|
322
|
+
if "watermark" in config:
|
|
323
|
+
if isinstance(config["watermark"], Watermark):
|
|
324
|
+
self.watermark = config["watermark"]
|
|
325
|
+
elif config["watermark"] is not None:
|
|
326
|
+
self.watermark = Watermark(config["watermark"])
|
|
327
|
+
else:
|
|
328
|
+
self.watermark = None
|
|
329
|
+
else:
|
|
330
|
+
self.watermark = None
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
else:
|
|
334
|
+
self.copy_paste = None
|
|
335
|
+
self.upload_download = None
|
|
336
|
+
self.document_viewer = None
|
|
337
|
+
self.local_render = None
|
|
338
|
+
self.allow_printing = None
|
|
339
|
+
self.restrict_keystrokes = None
|
|
340
|
+
self.camera_and_mic = None
|
|
341
|
+
self.deep_link = None
|
|
342
|
+
self.watermark = None
|
|
343
|
+
self.flattened_pdf = None
|
|
344
|
+
|
|
345
|
+
def request_format(self):
|
|
346
|
+
"""
|
|
347
|
+
Returns the object as a dictionary in the format expected for API requests.
|
|
348
|
+
"""
|
|
349
|
+
parent_req_format = super().request_format()
|
|
350
|
+
current_obj_format = {
|
|
351
|
+
"copyPaste": self.copy_paste,
|
|
352
|
+
"uploadDownload": self.upload_download,
|
|
353
|
+
"documentViewer": self.document_viewer,
|
|
354
|
+
"localRender": self.local_render,
|
|
355
|
+
"allowPrinting": self.allow_printing,
|
|
356
|
+
"restrictKeystrokes": self.restrict_keystrokes,
|
|
357
|
+
"cameraAndMic": self.camera_and_mic,
|
|
358
|
+
"flattenedPdf": self.flattened_pdf,
|
|
359
|
+
"deepLink": self.deep_link,
|
|
360
|
+
"watermark": self.watermark,
|
|
361
|
+
}
|
|
362
|
+
parent_req_format.update(current_obj_format)
|
|
363
|
+
return parent_req_format
|
|
364
|
+
|
|
365
|
+
class DeepLink(ZscalerObject):
|
|
366
|
+
"""
|
|
367
|
+
A class for DeepLink objects.
|
|
368
|
+
Handles common block attributes shared across multiple resources
|
|
369
|
+
"""
|
|
370
|
+
|
|
371
|
+
def __init__(self, config=None):
|
|
372
|
+
"""
|
|
373
|
+
Initialize the DeepLink model based on API response.
|
|
374
|
+
|
|
375
|
+
Args:
|
|
376
|
+
config (dict): A dictionary representing the response.
|
|
377
|
+
"""
|
|
378
|
+
super().__init__(config)
|
|
379
|
+
if config:
|
|
380
|
+
self.enabled = config["enabled"] \
|
|
381
|
+
if "enabled" in config else None
|
|
382
|
+
self.applications = ZscalerCollection.form_list(config["applications"] \
|
|
383
|
+
if "applications" in config else [], str)
|
|
384
|
+
|
|
385
|
+
else:
|
|
386
|
+
self.enabled = None
|
|
387
|
+
self.applications = []
|
|
388
|
+
|
|
389
|
+
def request_format(self):
|
|
390
|
+
"""
|
|
391
|
+
Returns the object as a dictionary in the format expected for API requests.
|
|
392
|
+
"""
|
|
393
|
+
parent_req_format = super().request_format()
|
|
394
|
+
current_obj_format = {
|
|
395
|
+
"enabled": self.enabled,
|
|
396
|
+
"applications": self.applications,
|
|
397
|
+
}
|
|
398
|
+
parent_req_format.update(current_obj_format)
|
|
399
|
+
return parent_req_format
|
|
400
|
+
|
|
401
|
+
class Watermark(ZscalerObject):
|
|
402
|
+
"""
|
|
403
|
+
A class for Watermark objects.
|
|
404
|
+
Handles common block attributes shared across multiple resources
|
|
405
|
+
"""
|
|
406
|
+
|
|
407
|
+
def __init__(self, config=None):
|
|
408
|
+
"""
|
|
409
|
+
Initialize the Watermark model based on API response.
|
|
410
|
+
|
|
411
|
+
Args:
|
|
412
|
+
config (dict): A dictionary representing the response.
|
|
413
|
+
"""
|
|
414
|
+
super().__init__(config)
|
|
415
|
+
if config:
|
|
416
|
+
self.enabled = config["enabled"] \
|
|
417
|
+
if "enabled" in config else None
|
|
418
|
+
self.show_user_id = config["showUserId"] \
|
|
419
|
+
if "showUserId" in config else None
|
|
420
|
+
self.show_timestamp = config["showTimestamp"] \
|
|
421
|
+
if "showTimestamp" in config else None
|
|
422
|
+
self.show_message = config["showMessage"] \
|
|
423
|
+
if "showMessage" in config else None
|
|
424
|
+
self.message = config["message"] \
|
|
425
|
+
if "message" in config else None
|
|
426
|
+
|
|
427
|
+
else:
|
|
428
|
+
self.enabled = None
|
|
429
|
+
self.show_user_id = None
|
|
430
|
+
self.show_timestamp = None
|
|
431
|
+
self.show_message = None
|
|
432
|
+
self.message = None
|
|
433
|
+
|
|
434
|
+
def request_format(self):
|
|
435
|
+
"""
|
|
436
|
+
Returns the object as a dictionary in the format expected for API requests.
|
|
437
|
+
"""
|
|
438
|
+
parent_req_format = super().request_format()
|
|
439
|
+
current_obj_format = {
|
|
440
|
+
"enabled": self.enabled,
|
|
441
|
+
"showUserId": self.show_user_id,
|
|
442
|
+
"showTimestamp": self.show_timestamp,
|
|
443
|
+
"showMessage": self.show_message,
|
|
444
|
+
"message": self.message,
|
|
445
|
+
}
|
|
446
|
+
parent_req_format.update(current_obj_format)
|
|
447
|
+
return parent_req_format
|
|
448
|
+
|
|
449
|
+
|
|
450
|
+
class Certificates(ZscalerObject):
|
|
451
|
+
"""
|
|
452
|
+
A class for Certificates objects.
|
|
453
|
+
Handles common block attributes shared across multiple resources
|
|
454
|
+
"""
|
|
455
|
+
|
|
456
|
+
def __init__(self, config=None):
|
|
457
|
+
"""
|
|
458
|
+
Initialize the Certificates model based on API response.
|
|
459
|
+
|
|
460
|
+
Args:
|
|
461
|
+
config (dict): A dictionary representing the response.
|
|
462
|
+
"""
|
|
463
|
+
super().__init__(config)
|
|
464
|
+
if config:
|
|
465
|
+
self.id = config["id"] \
|
|
466
|
+
if "id" in config else None
|
|
467
|
+
self.name = config["name"] \
|
|
468
|
+
if "name" in config else None
|
|
469
|
+
self.enabled = config["enabled"] \
|
|
470
|
+
if "enabled" in config else None
|
|
471
|
+
self.is_default = config["isDefault"] \
|
|
472
|
+
if "isDefault" in config else None
|
|
473
|
+
|
|
474
|
+
else:
|
|
475
|
+
self.id = None
|
|
476
|
+
self.name = None
|
|
477
|
+
self.enabled = None
|
|
478
|
+
self.is_default = None
|
|
479
|
+
|
|
480
|
+
def request_format(self):
|
|
481
|
+
"""
|
|
482
|
+
Returns the object as a dictionary in the format expected for API requests.
|
|
483
|
+
"""
|
|
484
|
+
parent_req_format = super().request_format()
|
|
485
|
+
current_obj_format = {
|
|
486
|
+
"id": self.id,
|
|
487
|
+
"name": self.name,
|
|
488
|
+
"enabled": self.enabled,
|
|
489
|
+
"isDefault": self.is_default,
|
|
490
|
+
}
|
|
491
|
+
parent_req_format.update(current_obj_format)
|
|
492
|
+
return parent_req_format
|
|
493
|
+
|
|
494
|
+
class Regions(ZscalerObject):
|
|
495
|
+
"""
|
|
496
|
+
A class for Regions objects.
|
|
497
|
+
Handles common block attributes shared across multiple resources
|
|
498
|
+
"""
|
|
499
|
+
|
|
500
|
+
def __init__(self, config=None):
|
|
501
|
+
"""
|
|
502
|
+
Initialize the Regions model based on API response.
|
|
503
|
+
|
|
504
|
+
Args:
|
|
505
|
+
config (dict): A dictionary representing the response.
|
|
506
|
+
"""
|
|
507
|
+
super().__init__(config)
|
|
508
|
+
if config:
|
|
509
|
+
self.id = config["id"] \
|
|
510
|
+
if "id" in config else None
|
|
511
|
+
self.name = config["name"] \
|
|
512
|
+
if "name" in config else None
|
|
513
|
+
|
|
514
|
+
else:
|
|
515
|
+
self.id = None
|
|
516
|
+
self.name = None
|
|
517
|
+
|
|
518
|
+
def request_format(self):
|
|
519
|
+
"""
|
|
520
|
+
Returns the object as a dictionary in the format expected for API requests.
|
|
521
|
+
"""
|
|
522
|
+
parent_req_format = super().request_format()
|
|
523
|
+
current_obj_format = {
|
|
524
|
+
"id": self.id,
|
|
525
|
+
"name": self.name,
|
|
526
|
+
}
|
|
527
|
+
parent_req_format.update(current_obj_format)
|
|
528
|
+
return parent_req_format
|
|
529
|
+
|
|
530
|
+
class Banner(ZscalerObject):
|
|
531
|
+
"""
|
|
532
|
+
A class for Banner objects.
|
|
533
|
+
Handles common block attributes shared across multiple resources
|
|
534
|
+
"""
|
|
535
|
+
|
|
536
|
+
def __init__(self, config=None):
|
|
537
|
+
"""
|
|
538
|
+
Initialize the Banner model based on API response.
|
|
539
|
+
|
|
540
|
+
Args:
|
|
541
|
+
config (dict): A dictionary representing the response.
|
|
542
|
+
"""
|
|
543
|
+
super().__init__(config)
|
|
544
|
+
if config:
|
|
545
|
+
self.id = config["id"] \
|
|
546
|
+
if "id" in config else None
|
|
547
|
+
|
|
548
|
+
else:
|
|
549
|
+
self.id = None
|
|
550
|
+
|
|
551
|
+
def request_format(self):
|
|
552
|
+
"""
|
|
553
|
+
Returns the object as a dictionary in the format expected for API requests.
|
|
554
|
+
"""
|
|
555
|
+
parent_req_format = super().request_format()
|
|
556
|
+
current_obj_format = {
|
|
557
|
+
"id": self.id,
|
|
558
|
+
}
|
|
559
|
+
parent_req_format.update(current_obj_format)
|
|
560
|
+
return parent_req_format
|