zscaler-sdk-python 1.9.22__tar.gz → 1.9.24__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.9.22 → zscaler_sdk_python-1.9.24}/PKG-INFO +47 -5
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/README.md +46 -4
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/pyproject.toml +1 -1
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/__init__.py +1 -1
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/pac_files.py +5 -3
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/pac_files.py +100 -43
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/app_connector_groups.py +3 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/LICENSE.md +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/api_client.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/cache/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/cache/cache.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/cache/no_op_cache.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/cache/zscaler_cache.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/config/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/config/config_setter.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/config/config_validator.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/constants.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/error_messages.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/errors/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/errors/error.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/errors/graphql_error.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/errors/http_error.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/errors/response_checker.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/errors/zscaler_api_error.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/exceptions/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/exceptions/exceptions.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/helpers.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/logger.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/oneapi_client.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/oneapi_collection.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/oneapi_http_client.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/oneapi_oauth_client.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/oneapi_object.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/oneapi_response.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ratelimiter/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ratelimiter/ratelimiter.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/request_executor.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/types.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/user_agent.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/utils.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zaiguard/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zaiguard/legacy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zaiguard/models/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zaiguard/models/policy_detection.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zaiguard/policy_detection.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zaiguard/zaiguard_service.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zbi/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zbi/custom_apps.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zbi/models/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zbi/models/custom_apps.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zbi/models/report_configs.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zbi/report_configs.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zbi/reports.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zbi/zbi_service.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zcc/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zcc/admin_user.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zcc/company.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zcc/devices.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zcc/entitlements.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zcc/fail_open_policy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zcc/forwarding_profile.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zcc/legacy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zcc/models/admin_roles.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zcc/models/admin_user.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zcc/models/devices.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zcc/models/failopenpolicy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zcc/models/forwardingprofile.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zcc/models/getcompanyinfo.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zcc/models/manage_pass.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zcc/models/secrets_otp.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zcc/models/secrets_passwords.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zcc/models/trustednetworks.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zcc/models/webappservice.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zcc/models/webpolicy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zcc/models/webprivacy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zcc/models/zdxgroupentitlements.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zcc/models/zpagroupentitlements.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zcc/secrets.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zcc/trusted_networks.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zcc/web_app_service.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zcc/web_policy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zcc/web_privacy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zcc/zcc_service.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zdx/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zdx/admin.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zdx/alerts.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zdx/apps.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zdx/devices.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zdx/inventory.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zdx/legacy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zdx/models/administration.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zdx/models/alerts.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zdx/models/application_users.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zdx/models/applications.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zdx/models/call_quality_metrics.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zdx/models/common.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zdx/models/devices.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zdx/models/snapshot.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zdx/models/software_inventory.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zdx/models/troubleshooting.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zdx/models/users.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zdx/snapshot.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zdx/troubleshooting.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zdx/users.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zdx/zdx_service.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zeasm/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zeasm/findings.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zeasm/lookalike_domains.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zeasm/models/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zeasm/models/common.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zeasm/models/findings.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zeasm/models/lookalike_domains.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zeasm/models/organizations.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zeasm/organizations.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zeasm/zeasm_service.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/activate.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/admin_roles.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/admin_users.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/advanced_settings.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/alert_subscriptions.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/apptotal.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/atp_policy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/audit_logs.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/authentication_settings.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/bandwidth_classes.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/bandwidth_control_rules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/browser_control_settings.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/casb_dlp_rules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/casb_malware_rules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/cloud_app_instances.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/cloud_applications.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/cloud_browser_isolation.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/cloud_firewall.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/cloud_firewall_dns.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/cloud_firewall_ips.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/cloud_firewall_rules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/cloud_nss.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/cloud_to_cloud_ir.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/cloudappcontrol.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/custom_file_types.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/dedicated_ip_gateways.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/device_management.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/dlp_dictionary.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/dlp_engine.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/dlp_resources.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/dlp_templates.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/dlp_web_rules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/dns_gatways.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/end_user_notification.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/file_type_control_rule.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/forwarding_control.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/ftp_control_policy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/gre_tunnel.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/intermediate_certificates.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/iot_report.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/ipv6_config.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/legacy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/locations.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/malware_protection_policy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/mobile_threat_settings.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/activation.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/admin_roles.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/admin_users.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/advanced_settings.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/advanced_threat_settings.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/alert_subscriptions.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/apptotal.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/authentication_settings.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/bandwidth_classes.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/bandwidth_control_rules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/browser_control_settings.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/casb_dlp_rules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/casb_malware_rules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/cloud_app_instances.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/cloud_app_policy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/cloud_browser_isolation.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/cloud_firewall_app_services.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/cloud_firewall_destination_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/cloud_firewall_dns_rules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/cloud_firewall_ips_rules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/cloud_firewall_nw_application_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/cloud_firewall_nw_applications.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/cloud_firewall_nw_service.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/cloud_firewall_nw_service_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/cloud_firewall_rules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/cloud_firewall_source_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/cloud_firewall_time_windows.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/cloud_nss.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/cloud_to_cloud_ir.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/cloudappcontrol.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/common.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/custom_file_types.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/dedicated_ip_gateways.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/device_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/devices.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/dlp_dictionary.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/dlp_engine.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/dlp_resources.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/dlp_templates.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/dlp_web_rules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/dns_gateways.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/endusernotification.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/filetyperules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/forwarding_control_policy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/ftp_control_policy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/gre_recommended_list.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/gre_tunnel_info.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/gre_tunnels.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/gre_vips.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/intermediate_certificates.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/iotreport.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/ipv6_config.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/location_group.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/location_management.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/malware_protection_settings.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/mobile_threat_settings.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/nat_control_policy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/nss_servers.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/organization_information.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/proxies.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/proxy_gateways.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/remoteassistance.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/risk_profiles.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/rule_labels.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/saas_security_api.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/sandbox.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/sandboxrules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/security_policy_settings.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/shadow_it_report.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/ssl_inspection_rules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/subclouds.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/system_audit.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/tenancy_restriction_profile.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/time_intervals.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/traffic_capture.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/traffic_datacenters.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/traffic_dc_exclusions.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/traffic_extranet.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/traffic_static_ip.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/traffic_vpn_credentials.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/url_filter_cloud_app_settings.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/url_filtering_rules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/urlcategory.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/user_management.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/vzen_clusters.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/vzen_nodes.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/workload_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/models/zpa_gateway.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/nat_control_policy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/nss_servers.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/organization_information.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/policy_export.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/proxies.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/remote_assistance.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/risk_profiles.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/rule_labels.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/saas_security_api.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/sandbox.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/sandbox_rules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/security_policy_settings.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/shadow_it_report.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/ssl_inspection_rules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/sub_clouds.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/system_audit.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/tenancy_restriction_profile.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/time_intervals.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/traffic_capture.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/traffic_datacenters.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/traffic_extranet.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/traffic_static_ip.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/traffic_vpn_credentials.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/url_categories.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/url_filtering.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/user_management.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/vzen_clusters.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/vzen_nodes.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/workload_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/zia_service.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zia/zpa_gateway.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zid/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zid/api_client.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zid/groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zid/models/api_client.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zid/models/common.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zid/models/groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zid/models/resource_servers.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zid/models/user_entitlement.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zid/models/users.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zid/resource_servers.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zid/user_entitlement.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zid/users.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zid/zid_service.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zins/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zins/cyber_security.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zins/firewall.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zins/iot.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zins/models/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zins/models/common.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zins/models/enums.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zins/models/inputs.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zins/saas_security.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zins/shadow_it.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zins/web_traffic.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zins/zins_service.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zms/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zms/agent_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zms/agents.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zms/app_catalog.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zms/app_zones.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zms/models/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zms/models/common.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zms/models/enums.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zms/models/inputs.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zms/nonces.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zms/policy_rules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zms/resource_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zms/resources.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zms/tags.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zms/zms_service.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/admin_sso_controller.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/administrator_controller.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/api_keys.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/app_connector_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/app_connector_schedule.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/app_connectors.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/app_protection.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/app_segment_by_type.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/app_segments_ba.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/app_segments_ba_v2.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/app_segments_inspection.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/app_segments_pra.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/application_segment.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/branch_connector_group.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/branch_connectors.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/browser_protection.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/c2c_ip_ranges.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/cbi_banner.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/cbi_certificate.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/cbi_profile.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/cbi_region.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/cbi_zpa_profile.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/certificates.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/client_settings.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/cloud_connector_controller.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/cloud_connector_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/config_override_controller.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/customer_controller.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/customer_domain.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/customer_dr_tool.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/customer_version_profile.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/emergency_access.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/enrollment_certificates.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/extranet_resource.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/idp.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/legacy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/location_controller.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/lss.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/machine_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/managed_browser_profile.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/microtenants.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/administrator_controller.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/api_keys.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/app_connector_schedule.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/app_connectors.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/app_protection_predefined_controls.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/app_protection_profile.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/application_segment.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/application_segment_lb.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/application_servers.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/branch_connectors.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/browser_protection.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/c2c_ip_ranges.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/cbi_banner.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/cbi_certificate.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/cbi_profile.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/cbi_region.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/cbi_zpa_profile.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/certificates.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/client_settings.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/cloud_connector_controller.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/cloud_connector_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/common.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/config_override_controller.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/customer_controller.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/customer_domain.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/customer_dr_tool.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/customer_version_profile.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/emergency_access.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/enrollment_certificates.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/idp.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/lss.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/machine_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/managed_browser_profile.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/microtenants.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/npn_client_controller.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/oauth2_user_code.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/policyset_controller_v1.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/policyset_controller_v2.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/posture_profiles.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/pra_approval.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/pra_console.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/pra_cred_pool_controller.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/pra_credential.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/pra_portal.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/private_cloud_controller.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/private_cloud_group.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/provisioning_keys.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/role_controller.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/saml_attributes.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/scim_attributes.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/scim_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/segment_group.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/server_group.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/service_edge_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/service_edge_schedule.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/service_edges.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/stepup_auth_level.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/tag_group.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/tag_key.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/tag_namespace.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/trusted_network.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/user_portal_aup.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/user_portal_controller.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/user_portal_link.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/zia_customer_config.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/npn_client_controller.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/oauth2_user_code.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/policies.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/posture_profiles.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/pra_approval.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/pra_console.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/pra_credential.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/pra_credential_pool.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/pra_portal.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/private_cloud_controller.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/private_cloud_group.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/provisioning.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/role_controller.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/saml_attributes.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/scim_attributes.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/scim_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/segment_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/server_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/servers.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/service_edge_group.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/service_edge_schedule.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/service_edges.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/stepup_auth_level.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/tag_group.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/tag_key.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/tag_namespace.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/trusted_networks.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/user_portal_aup.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/user_portal_controller.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/user_portal_link.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/workload_tag_group.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/zia_customer_config.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/zpa_service.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztb/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztb/alarms.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztb/api_key.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztb/app_connector_config.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztb/devices.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztb/groups_router.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztb/legacy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztb/logs.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztb/models/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztb/models/alarms.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztb/models/api_key.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztb/models/app_connector_config.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztb/models/common.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztb/models/devices.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztb/models/groups_router.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztb/models/logs.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztb/models/policy_comments.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztb/models/ransomware_kill.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztb/models/site.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztb/models/site2site_vpn.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztb/models/template_router.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztb/policy_comments.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztb/ransomware_kill.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztb/site.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztb/site2site_vpn.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztb/template_router.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztb/ztb_service.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/account_details.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/account_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/activation.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/admin_roles.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/admin_users.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/api_keys.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/discovery_service.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/ec_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/forwarding_gateways.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/forwarding_rules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/ip_destination_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/ip_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/ip_source_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/legacy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/location_management.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/location_template.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/models/account_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/models/activation.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/models/admin_roles.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/models/admin_users.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/models/api_keys.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/models/common.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/models/discovery_service.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/models/ec_group_vm.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/models/ecgroup.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/models/forwarding_gateways.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/models/forwarding_rules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/models/ip_destination_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/models/ip_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/models/ip_source_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/models/location_management.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/models/location_templates.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/models/nw_service.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/models/nw_service_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/models/provisioning_url.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/models/public_cloud_info.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/models/traffic_vpn_credentials.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/models/workload_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/models/zpa_resources.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/nw_service.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/nw_service_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/provisioning_url.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/public_cloud_info.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/workload_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/ztw/ztw_service.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zwa/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zwa/audit_logs.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zwa/dlp_incidents.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zwa/legacy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zwa/models/audit_logs.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zwa/models/change_history.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zwa/models/common.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zwa/models/generated_tickets.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zwa/models/incident_details.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zwa/models/incident_evidence.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zwa/models/incident_group_search.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zwa/models/incident_search.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zwa/models/incident_trigger.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zwa/zwa_service.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: zscaler-sdk-python
|
|
3
|
-
Version: 1.9.
|
|
3
|
+
Version: 1.9.24
|
|
4
4
|
Summary: Official Python SDK for the Zscaler Products
|
|
5
5
|
Home-page: https://github.com/zscaler/zscaler-sdk-python
|
|
6
6
|
License: MIT
|
|
@@ -45,15 +45,29 @@ Description-Content-Type: text/markdown
|
|
|
45
45
|
[](https://pypi.org/project/zscaler-sdk-python)
|
|
46
46
|
[](https://pypi.python.org/pypi/zscaler-sdk-python/)
|
|
47
47
|
[](https://codecov.io/gh/zscaler/zscaler-sdk-python)
|
|
48
|
+
[](https://automate.zscaler.com/docs/tools/sdk-documentation/sdk-getting-started)
|
|
48
49
|
[](https://community.zscaler.com/)
|
|
49
50
|
|
|
50
51
|
## Support Disclaimer
|
|
51
52
|
|
|
52
53
|
-> **Disclaimer:** Please refer to our [General Support Statement](docsrc/zs/guides/support.rst) before proceeding with the use of this provider. You can also refer to our [troubleshooting guide](docsrc/zs/guides/troubleshooting.rst) for guidance on typical problems.
|
|
53
54
|
|
|
55
|
+
> ## 🚧 Heads up: Zscaler Python SDK **v2.x is now in Public Preview / Beta**
|
|
56
|
+
>
|
|
57
|
+
> A new, **data-driven** version of the Zscaler Python SDK — generated directly from the official Zscaler OpenAPI specifications — is now available as a pre-release (`2.0.0bN`) on PyPI.
|
|
58
|
+
>
|
|
59
|
+
> - **v1.x (this README) is the current GA release** and remains the recommended choice for production workloads.
|
|
60
|
+
> - **v2.x is OneAPI-only.** Legacy per-product authentication (ZIA `username`/`password`/`api_key`, ZPA `client_id`/`client_secret`, etc.) is **not** supported and will **not** be added.
|
|
61
|
+
> - **Limited product coverage in v2.x today:** ZIA, ZDX, and ZIdentity. Other products are still being migrated.
|
|
62
|
+
> - **Migrating existing v1.x code to v2.x will introduce breaking changes** — import paths, method signatures, and models all change.
|
|
63
|
+
> - **Install the beta** with `pip install --pre --upgrade "zscaler-sdk-python>=2.0.0b1"` (the default `pip install zscaler-sdk-python` continues to install the latest v1.x GA release).
|
|
64
|
+
>
|
|
65
|
+
> **Get started with v2.x:** [Zscaler Automation Hub – Python SDK](https://automate.zscaler.com/docs/tools/sdk-documentation/sdk-getting-started) · **Migrate from v1.x:** [`UPGRADE_GUIDE.md`](./UPGRADE_GUIDE.md)
|
|
66
|
+
|
|
54
67
|
# Official Zscaler Python SDK Overview
|
|
55
68
|
|
|
56
69
|
* [Release status](#release-status)
|
|
70
|
+
* [Migrating to v2.x (Beta)](#migrating-to-v2x-beta)
|
|
57
71
|
* [Breaking Changes & Migration Guide to Multi-Client SDK](#breaking-changes--migration-guide-to-multi-client-sdk)
|
|
58
72
|
* [Need help?](#need-help)
|
|
59
73
|
* [Getting Started](#getting-started)
|
|
@@ -92,16 +106,44 @@ designed to handle failures on different levels by performing intelligent retrie
|
|
|
92
106
|
|
|
93
107
|
This library uses semantic versioning and updates are posted in ([release notes](/docs/guides/release-notes.md)) |
|
|
94
108
|
|
|
95
|
-
| Version | Status
|
|
96
|
-
| ------- |
|
|
97
|
-
| 0.x | :warning: Beta Release (Retired)
|
|
98
|
-
| 1.x | :heavy_check_mark:
|
|
109
|
+
| Version | Status |
|
|
110
|
+
| ------- | ---------------------------------------------------------------------------- |
|
|
111
|
+
| 0.x | :warning: Beta Release (Retired) |
|
|
112
|
+
| 1.x | :heavy_check_mark: General Availability (recommended for production) |
|
|
113
|
+
| 2.x | :test_tube: Public Preview / Beta — OneAPI only, limited product coverage |
|
|
99
114
|
|
|
100
115
|
The latest release can always be found on the ([releases page](github-releases))
|
|
101
116
|
|
|
102
117
|
> Requires Python version 3.10 or higher.
|
|
103
118
|
Zscaler SDK for Python is compatible with Python 3.10, 3.11, and 3.12.
|
|
104
119
|
|
|
120
|
+
## Migrating to v2.x (Beta)
|
|
121
|
+
|
|
122
|
+
The next major version of this SDK — `zscaler-sdk-python` **2.x** — is a complete redesign and is now available as a **public preview / beta** pre-release on PyPI. v2.x is **data-driven**: every model, request, and response is generated from the official Zscaler OpenAPI specifications, so the SDK stays in lock-step with the public API contract.
|
|
123
|
+
|
|
124
|
+
> ⚠️ **Important — please read before adopting v2.x:**
|
|
125
|
+
>
|
|
126
|
+
> - **v2.x is in public preview / beta.** APIs, models, and import paths may change before GA. Do not use v2.x for production workloads.
|
|
127
|
+
> - **v2.x supports OneAPI exclusively.** Legacy per-product authentication helpers (`LegacyZIAClient`, `LegacyZPAClient`, `LegacyZCCClient`, `LegacyZDXClient`, `LegacyZIdentityClient`, `LegacyZTWClient`, etc.) are **not** available in v2.x and will **not** be added. Your tenant must be on [Zidentity](https://help.zscaler.com/zidentity/what-zidentity) before you can adopt v2.x.
|
|
128
|
+
> - **Limited product coverage today.** The v2.x beta currently supports **ZIA, ZDX, and ZIdentity**. Other Zscaler products (ZPA, ZCC, ZTW, ZTB, ZWA, …) remain available on **v1.x** and will be migrated to v2.x progressively.
|
|
129
|
+
> - **Breaking changes.** Migrating existing v1.x code to v2.x will require code changes — import paths, method signatures, models, and error classes all change.
|
|
130
|
+
|
|
131
|
+
**Install the v2.x beta**
|
|
132
|
+
|
|
133
|
+
```bash
|
|
134
|
+
pip install --pre --upgrade "zscaler-sdk-python>=2.0.0b1"
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
> The default `pip install zscaler-sdk-python` continues to install the latest **v1.x GA** release. Pre-releases (`2.0.0bN`) must be requested explicitly with `--pre` or by pinning a specific beta version.
|
|
138
|
+
|
|
139
|
+
**Where to go next**
|
|
140
|
+
|
|
141
|
+
- 📖 **Full v2.x documentation, getting-started, and per-product API reference:** [Zscaler Automation Hub – Python SDK](https://automate.zscaler.com/docs/tools/sdk-documentation/sdk-getting-started)
|
|
142
|
+
- 🔁 **Migration guide from v1.x to v2.x:** [`UPGRADE_GUIDE.md`](./UPGRADE_GUIDE.md)
|
|
143
|
+
- 🔐 **OneAPI / Zidentity onboarding:** [OneAPI Getting Started](https://automate.zscaler.com/docs/getting-started/getting-started)
|
|
144
|
+
|
|
145
|
+
If your code depends on a product that is **not yet** in the v2.x beta — or if your tenant has **not** been migrated to Zidentity — continue to use the **v1.x** documentation in the rest of this README. v1.x will keep receiving bug fixes and security updates until v2.x reaches General Availability with full product parity.
|
|
146
|
+
|
|
105
147
|
## Need help?
|
|
106
148
|
|
|
107
149
|
If you run into problems, please refer to our [General Support Statement](docs/guides/support.md) before proceeding with the use of this SDK. You can also refer to our [troubleshooting guide](docs/guides/troubleshooting.md) for guidance on typical problems. You can also raise an issue via ([github issues page](https://github.com/zscaler/zscaler-sdk-go/issues))
|
|
@@ -6,15 +6,29 @@
|
|
|
6
6
|
[](https://pypi.org/project/zscaler-sdk-python)
|
|
7
7
|
[](https://pypi.python.org/pypi/zscaler-sdk-python/)
|
|
8
8
|
[](https://codecov.io/gh/zscaler/zscaler-sdk-python)
|
|
9
|
+
[](https://automate.zscaler.com/docs/tools/sdk-documentation/sdk-getting-started)
|
|
9
10
|
[](https://community.zscaler.com/)
|
|
10
11
|
|
|
11
12
|
## Support Disclaimer
|
|
12
13
|
|
|
13
14
|
-> **Disclaimer:** Please refer to our [General Support Statement](docsrc/zs/guides/support.rst) before proceeding with the use of this provider. You can also refer to our [troubleshooting guide](docsrc/zs/guides/troubleshooting.rst) for guidance on typical problems.
|
|
14
15
|
|
|
16
|
+
> ## 🚧 Heads up: Zscaler Python SDK **v2.x is now in Public Preview / Beta**
|
|
17
|
+
>
|
|
18
|
+
> A new, **data-driven** version of the Zscaler Python SDK — generated directly from the official Zscaler OpenAPI specifications — is now available as a pre-release (`2.0.0bN`) on PyPI.
|
|
19
|
+
>
|
|
20
|
+
> - **v1.x (this README) is the current GA release** and remains the recommended choice for production workloads.
|
|
21
|
+
> - **v2.x is OneAPI-only.** Legacy per-product authentication (ZIA `username`/`password`/`api_key`, ZPA `client_id`/`client_secret`, etc.) is **not** supported and will **not** be added.
|
|
22
|
+
> - **Limited product coverage in v2.x today:** ZIA, ZDX, and ZIdentity. Other products are still being migrated.
|
|
23
|
+
> - **Migrating existing v1.x code to v2.x will introduce breaking changes** — import paths, method signatures, and models all change.
|
|
24
|
+
> - **Install the beta** with `pip install --pre --upgrade "zscaler-sdk-python>=2.0.0b1"` (the default `pip install zscaler-sdk-python` continues to install the latest v1.x GA release).
|
|
25
|
+
>
|
|
26
|
+
> **Get started with v2.x:** [Zscaler Automation Hub – Python SDK](https://automate.zscaler.com/docs/tools/sdk-documentation/sdk-getting-started) · **Migrate from v1.x:** [`UPGRADE_GUIDE.md`](./UPGRADE_GUIDE.md)
|
|
27
|
+
|
|
15
28
|
# Official Zscaler Python SDK Overview
|
|
16
29
|
|
|
17
30
|
* [Release status](#release-status)
|
|
31
|
+
* [Migrating to v2.x (Beta)](#migrating-to-v2x-beta)
|
|
18
32
|
* [Breaking Changes & Migration Guide to Multi-Client SDK](#breaking-changes--migration-guide-to-multi-client-sdk)
|
|
19
33
|
* [Need help?](#need-help)
|
|
20
34
|
* [Getting Started](#getting-started)
|
|
@@ -53,16 +67,44 @@ designed to handle failures on different levels by performing intelligent retrie
|
|
|
53
67
|
|
|
54
68
|
This library uses semantic versioning and updates are posted in ([release notes](/docs/guides/release-notes.md)) |
|
|
55
69
|
|
|
56
|
-
| Version | Status
|
|
57
|
-
| ------- |
|
|
58
|
-
| 0.x | :warning: Beta Release (Retired)
|
|
59
|
-
| 1.x | :heavy_check_mark:
|
|
70
|
+
| Version | Status |
|
|
71
|
+
| ------- | ---------------------------------------------------------------------------- |
|
|
72
|
+
| 0.x | :warning: Beta Release (Retired) |
|
|
73
|
+
| 1.x | :heavy_check_mark: General Availability (recommended for production) |
|
|
74
|
+
| 2.x | :test_tube: Public Preview / Beta — OneAPI only, limited product coverage |
|
|
60
75
|
|
|
61
76
|
The latest release can always be found on the ([releases page](github-releases))
|
|
62
77
|
|
|
63
78
|
> Requires Python version 3.10 or higher.
|
|
64
79
|
Zscaler SDK for Python is compatible with Python 3.10, 3.11, and 3.12.
|
|
65
80
|
|
|
81
|
+
## Migrating to v2.x (Beta)
|
|
82
|
+
|
|
83
|
+
The next major version of this SDK — `zscaler-sdk-python` **2.x** — is a complete redesign and is now available as a **public preview / beta** pre-release on PyPI. v2.x is **data-driven**: every model, request, and response is generated from the official Zscaler OpenAPI specifications, so the SDK stays in lock-step with the public API contract.
|
|
84
|
+
|
|
85
|
+
> ⚠️ **Important — please read before adopting v2.x:**
|
|
86
|
+
>
|
|
87
|
+
> - **v2.x is in public preview / beta.** APIs, models, and import paths may change before GA. Do not use v2.x for production workloads.
|
|
88
|
+
> - **v2.x supports OneAPI exclusively.** Legacy per-product authentication helpers (`LegacyZIAClient`, `LegacyZPAClient`, `LegacyZCCClient`, `LegacyZDXClient`, `LegacyZIdentityClient`, `LegacyZTWClient`, etc.) are **not** available in v2.x and will **not** be added. Your tenant must be on [Zidentity](https://help.zscaler.com/zidentity/what-zidentity) before you can adopt v2.x.
|
|
89
|
+
> - **Limited product coverage today.** The v2.x beta currently supports **ZIA, ZDX, and ZIdentity**. Other Zscaler products (ZPA, ZCC, ZTW, ZTB, ZWA, …) remain available on **v1.x** and will be migrated to v2.x progressively.
|
|
90
|
+
> - **Breaking changes.** Migrating existing v1.x code to v2.x will require code changes — import paths, method signatures, models, and error classes all change.
|
|
91
|
+
|
|
92
|
+
**Install the v2.x beta**
|
|
93
|
+
|
|
94
|
+
```bash
|
|
95
|
+
pip install --pre --upgrade "zscaler-sdk-python>=2.0.0b1"
|
|
96
|
+
```
|
|
97
|
+
|
|
98
|
+
> The default `pip install zscaler-sdk-python` continues to install the latest **v1.x GA** release. Pre-releases (`2.0.0bN`) must be requested explicitly with `--pre` or by pinning a specific beta version.
|
|
99
|
+
|
|
100
|
+
**Where to go next**
|
|
101
|
+
|
|
102
|
+
- 📖 **Full v2.x documentation, getting-started, and per-product API reference:** [Zscaler Automation Hub – Python SDK](https://automate.zscaler.com/docs/tools/sdk-documentation/sdk-getting-started)
|
|
103
|
+
- 🔁 **Migration guide from v1.x to v2.x:** [`UPGRADE_GUIDE.md`](./UPGRADE_GUIDE.md)
|
|
104
|
+
- 🔐 **OneAPI / Zidentity onboarding:** [OneAPI Getting Started](https://automate.zscaler.com/docs/getting-started/getting-started)
|
|
105
|
+
|
|
106
|
+
If your code depends on a product that is **not yet** in the v2.x beta — or if your tenant has **not** been migrated to Zidentity — continue to use the **v1.x** documentation in the rest of this README. v1.x will keep receiving bug fixes and security updates until v2.x reaches General Availability with full product parity.
|
|
107
|
+
|
|
66
108
|
## Need help?
|
|
67
109
|
|
|
68
110
|
If you run into problems, please refer to our [General Support Statement](docs/guides/support.md) before proceeding with the use of this SDK. You can also refer to our [troubleshooting guide](docs/guides/troubleshooting.md) for guidance on typical problems. You can also raise an issue via ([github issues page](https://github.com/zscaler/zscaler-sdk-go/issues))
|
|
@@ -49,7 +49,7 @@ class PacFiles(ZscalerObject):
|
|
|
49
49
|
self.pac_version = config["pacVersion"] if "pacVersion" in config else None
|
|
50
50
|
self.pac_commit_message = config["pacCommitMessage"] if "pacCommitMessage" in config else None
|
|
51
51
|
self.total_hits = config["totalHits"] if "totalHits" in config else None
|
|
52
|
-
self.last_modified_time = config["
|
|
52
|
+
self.last_modified_time = config["lastModificationTime"] if "lastModificationTime" in config else None
|
|
53
53
|
self.create_time = config["createTime"] if "createTime" in config else None
|
|
54
54
|
|
|
55
55
|
if "lastModifiedBy" in config:
|
|
@@ -101,7 +101,7 @@ class PacFiles(ZscalerObject):
|
|
|
101
101
|
"pacVersion": self.pac_version,
|
|
102
102
|
"pacCommitMessage": self.pac_commit_message,
|
|
103
103
|
"totalHits": self.total_hits,
|
|
104
|
-
"
|
|
104
|
+
"lastModificationTime": self.last_modified_time,
|
|
105
105
|
"lastModifiedBy": self.last_modified_by,
|
|
106
106
|
"createTime": self.create_time,
|
|
107
107
|
}
|
|
@@ -129,8 +129,10 @@ class PacFileValidationResponse(ZscalerObject):
|
|
|
129
129
|
self.severity = config["severity"] if "severity" in config else None
|
|
130
130
|
self.warning_count = config["warningCount"] if "warningCount" in config else None
|
|
131
131
|
self.error_count = config["errorCount"] if "errorCount" in config else None
|
|
132
|
+
self.messages = ZscalerCollection.form_list(
|
|
133
|
+
config["messages"] if "messages" in config else [], Messages
|
|
134
|
+
)
|
|
132
135
|
|
|
133
|
-
self.messages = ZscalerCollection.form_list(config["messages"] if "messages" in config else [], Messages)
|
|
134
136
|
else:
|
|
135
137
|
self.success = None
|
|
136
138
|
self.message = None
|
|
@@ -265,7 +265,7 @@ class PacFilesAPI(APIClient):
|
|
|
265
265
|
if not pac_content:
|
|
266
266
|
raise ValueError("Missing required parameter: pac_content")
|
|
267
267
|
|
|
268
|
-
validation_result, _, validation_error = self.validate_pac_file(
|
|
268
|
+
validation_result, _, validation_error = self.validate_pac_file(pac_file_content=pac_content)
|
|
269
269
|
if validation_error or not validation_result.get("success", False):
|
|
270
270
|
raise Exception(f"PAC content validation failed: {validation_result}")
|
|
271
271
|
|
|
@@ -300,70 +300,118 @@ class PacFilesAPI(APIClient):
|
|
|
300
300
|
|
|
301
301
|
return (result, response, None)
|
|
302
302
|
|
|
303
|
-
def clone_pac_file(
|
|
303
|
+
def clone_pac_file(
|
|
304
|
+
self,
|
|
305
|
+
pac_id: int,
|
|
306
|
+
pac_version: str,
|
|
307
|
+
pac_content: str,
|
|
308
|
+
pac_version_status: str,
|
|
309
|
+
pac_verification_status: str = "VERIFY_NOERR",
|
|
310
|
+
pac_commit_message: str = "",
|
|
311
|
+
delete_version: Optional[int] = None,
|
|
312
|
+
) -> APIResult[dict]:
|
|
304
313
|
"""
|
|
305
|
-
|
|
314
|
+
Branch an existing PAC file by creating a new VERSION inside it
|
|
315
|
+
(``POST /pacFiles/{pacId}/version/{clonedPacVersion}``).
|
|
316
|
+
|
|
317
|
+
This endpoint creates a new version inside an existing PAC file
|
|
318
|
+
parent. The parent identity (name, description, domain,
|
|
319
|
+
editable, pacUrlObfuscated) is fixed by the ``pac_id`` in the
|
|
320
|
+
path and CANNOT be supplied here. Only version-level fields go
|
|
321
|
+
in the body:
|
|
322
|
+
|
|
323
|
+
pacContent
|
|
324
|
+
pacVerificationStatus
|
|
325
|
+
pacCommitMessage
|
|
326
|
+
pacVersionStatus
|
|
327
|
+
|
|
328
|
+
Sending parent-level fields (name/description/domain/...) or
|
|
329
|
+
the path parameter ``pacVersion`` in the body causes the API to
|
|
330
|
+
reject the request with a misleading 400 RESOURCE_NOT_FOUND
|
|
331
|
+
instead of a proper INVALID_INPUT_ARGUMENT, which is why this
|
|
332
|
+
function is a strict signature -- not ``**kwargs`` -- so callers
|
|
333
|
+
can't accidentally trigger that trap.
|
|
334
|
+
|
|
335
|
+
The clone POST must be made against COMMITTED state. If you
|
|
336
|
+
created the parent earlier in the same session, call
|
|
337
|
+
``client.zia.activate.activate()`` BEFORE calling this method,
|
|
338
|
+
otherwise the parent will not yet be visible to the clone
|
|
339
|
+
endpoint and you will get the same 400 RESOURCE_NOT_FOUND.
|
|
306
340
|
|
|
307
341
|
Args:
|
|
308
|
-
pac_id (int): The unique identifier of the PAC
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
pac_version_status (str):
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
342
|
+
pac_id (int): The unique identifier of the existing PAC
|
|
343
|
+
file (the parent) to branch FROM.
|
|
344
|
+
pac_version (str): The version number to branch from
|
|
345
|
+
(the source version, NOT the new version number --
|
|
346
|
+
the new version is server-assigned).
|
|
347
|
+
pac_content (str): The PAC file JS body for the new
|
|
348
|
+
version. This is what makes the new version different
|
|
349
|
+
from the source.
|
|
350
|
+
pac_version_status (str): Lifecycle status for the new
|
|
351
|
+
version. Supported values: ``DEPLOYED``, ``STAGE``,
|
|
352
|
+
``LKG``. Unlike the seed version on
|
|
353
|
+
:meth:`add_pac_file` (which must be ``DEPLOYED``), a
|
|
354
|
+
cloned version may be created in any of these states
|
|
355
|
+
because the parent already has a deployed baseline.
|
|
356
|
+
pac_verification_status (str): Verification status to
|
|
357
|
+
stamp on the new version. Defaults to
|
|
358
|
+
``VERIFY_NOERR``. Supported values: ``VERIFY_NOERR``,
|
|
359
|
+
``VERIFY_ERR``, ``NOVERIFY``.
|
|
360
|
+
pac_commit_message (str): Commit message for the new
|
|
361
|
+
version (shown in the policy table next to the
|
|
362
|
+
version number).
|
|
363
|
+
delete_version (int, optional): Only meaningful when the
|
|
364
|
+
parent already has 10 versions (the per-PAC-file
|
|
365
|
+
cap). When supplied, it points at the version to
|
|
366
|
+
evict to make room for this new one. When omitted at
|
|
367
|
+
the cap, the SDK evicts the oldest version
|
|
368
|
+
automatically.
|
|
323
369
|
|
|
324
370
|
Returns:
|
|
325
|
-
|
|
371
|
+
tuple: A 3-tuple of
|
|
372
|
+
``(PacFiles | None, Response | None, Exception | None)``.
|
|
326
373
|
|
|
327
374
|
Example:
|
|
328
|
-
>>>
|
|
329
|
-
|
|
375
|
+
>>> # Branch v1 of an existing PAC file into a new STAGE
|
|
376
|
+
>>> # version (v2). Note: parent identity (name/domain) is
|
|
377
|
+
>>> # implicit from pac_id and is NOT passed here.
|
|
378
|
+
>>> cloned, _, err = client.zia.pac_files.clone_pac_file(
|
|
379
|
+
... pac_id=50883,
|
|
330
380
|
... pac_version="1",
|
|
331
|
-
...
|
|
332
|
-
...
|
|
333
|
-
...
|
|
334
|
-
... pac_commit_message="Clone of Test_Pac_File_01",
|
|
335
|
-
... pac_verification_status="VERIFY_NOERR",
|
|
336
|
-
... pac_version_status="DEPLOYED",
|
|
337
|
-
... pac_content="function FindProxyForURL(url, host) { return 'PROXY gateway.example.com:80'; }",
|
|
338
|
-
... delete_version=5
|
|
381
|
+
... pac_content="function FindProxyForURL(url, host) { return 'PROXY gateway.example.com:9400'; }",
|
|
382
|
+
... pac_version_status="STAGE",
|
|
383
|
+
... pac_commit_message="branch from v1: switch to port 9400",
|
|
339
384
|
... )
|
|
340
385
|
"""
|
|
341
|
-
# Step 1: Validate the PAC content
|
|
342
|
-
pac_content = kwargs.get("pac_content")
|
|
343
386
|
if not pac_content:
|
|
344
387
|
raise ValueError("Missing required parameter: pac_content")
|
|
345
388
|
|
|
346
|
-
|
|
389
|
+
# Step 1: pre-validate the PAC content. We do this client-side
|
|
390
|
+
# first so a broken PAC is rejected before we mutate the parent.
|
|
391
|
+
validation_result, _, validation_error = self.validate_pac_file(pac_file_content=pac_content)
|
|
347
392
|
if validation_error or not validation_result.get("success", False):
|
|
348
393
|
raise Exception(f"PAC content validation failed: {validation_result}")
|
|
349
394
|
|
|
350
|
-
# Step 2:
|
|
395
|
+
# Step 2: count existing versions so we can manage the 10-cap.
|
|
396
|
+
# ``get_pac_file`` returns ``PacFiles`` model instances, so we
|
|
397
|
+
# read the snake_case attribute, not the camelCase API key.
|
|
351
398
|
pac_file_details, _, fetch_error = self.get_pac_file(pac_id)
|
|
352
399
|
if fetch_error:
|
|
353
400
|
raise Exception(f"Failed to retrieve PAC file details: {fetch_error}")
|
|
354
401
|
|
|
355
|
-
|
|
356
|
-
pac_versions = [
|
|
402
|
+
pac_versions = [entry.pac_version for entry in (pac_file_details or [])]
|
|
403
|
+
pac_versions = [v for v in pac_versions if v is not None]
|
|
357
404
|
total_versions = len(pac_versions)
|
|
358
405
|
|
|
359
|
-
# Step 3:
|
|
406
|
+
# Step 3: construct the URL. ZIA caps each PAC file at 10
|
|
407
|
+
# versions; at the cap we must pin ``deleteVersion`` to free a
|
|
408
|
+
# slot. We honour the caller's choice or default to evicting
|
|
409
|
+
# the oldest version.
|
|
360
410
|
if total_versions >= 10:
|
|
361
|
-
|
|
362
|
-
if not delete_version:
|
|
363
|
-
delete_version = min(pac_versions) # Default to the oldest version if delete_version is not provided
|
|
411
|
+
evict = delete_version if delete_version is not None else min(pac_versions)
|
|
364
412
|
api_url = format_url(f"""
|
|
365
413
|
{self._zia_base_endpoint}
|
|
366
|
-
/pacFiles/{pac_id}/version/{pac_version}?deleteVersion={
|
|
414
|
+
/pacFiles/{pac_id}/version/{pac_version}?deleteVersion={evict}
|
|
367
415
|
""")
|
|
368
416
|
else:
|
|
369
417
|
api_url = format_url(f"""
|
|
@@ -371,8 +419,18 @@ class PacFilesAPI(APIClient):
|
|
|
371
419
|
/pacFiles/{pac_id}/version/{pac_version}
|
|
372
420
|
""")
|
|
373
421
|
|
|
374
|
-
# Step 4:
|
|
375
|
-
|
|
422
|
+
# Step 4: build the body with ONLY the four fields the clone
|
|
423
|
+
# endpoint accepts (this matches the payload the ZIA Admin UI
|
|
424
|
+
# sends from the "Create Branch" dialog). Anything else --
|
|
425
|
+
# parent identity fields like name/description/domain, or the
|
|
426
|
+
# path param pacVersion -- causes a confusing 400
|
|
427
|
+
# RESOURCE_NOT_FOUND from the API.
|
|
428
|
+
body = {
|
|
429
|
+
"pac_content": pac_content,
|
|
430
|
+
"pac_verification_status": pac_verification_status,
|
|
431
|
+
"pac_commit_message": pac_commit_message,
|
|
432
|
+
"pac_version_status": pac_version_status,
|
|
433
|
+
}
|
|
376
434
|
|
|
377
435
|
request, error = self._request_executor.create_request(
|
|
378
436
|
method="post".upper(),
|
|
@@ -383,7 +441,6 @@ class PacFilesAPI(APIClient):
|
|
|
383
441
|
if error:
|
|
384
442
|
return (None, None, error)
|
|
385
443
|
|
|
386
|
-
# Execute the request
|
|
387
444
|
response, error = self._request_executor.execute(request, PacFiles)
|
|
388
445
|
if error:
|
|
389
446
|
return (None, response, error)
|
{zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zpa/models/app_connector_groups.py
RENAMED
|
@@ -70,6 +70,7 @@ class AppConnectorGroup(ZscalerObject):
|
|
|
70
70
|
self.restriction_type = config["restrictionType"] if "restrictionType" in config else None
|
|
71
71
|
self.zscaler_managed = config["zscalerManaged"] if "zscalerManaged" in config else None
|
|
72
72
|
self.dc_hosting_info = config["dcHostingInfo"] if "dcHostingInfo" in config else None
|
|
73
|
+
self.enrollment_cert_id = config["enrollmentCertId"] if "enrollmentCertId" in config else None
|
|
73
74
|
|
|
74
75
|
self.ip_acl = ZscalerCollection.form_list(config["ipAcl"] if "ipAcl" in config else [], str)
|
|
75
76
|
|
|
@@ -116,6 +117,7 @@ class AppConnectorGroup(ZscalerObject):
|
|
|
116
117
|
self.restriction_type = None
|
|
117
118
|
self.zscaler_managed = None
|
|
118
119
|
self.dc_hosting_info = None
|
|
120
|
+
self.enrollment_cert_id = None
|
|
119
121
|
self.server_groups = []
|
|
120
122
|
|
|
121
123
|
def request_format(self) -> Dict[str, Any]:
|
|
@@ -158,6 +160,7 @@ class AppConnectorGroup(ZscalerObject):
|
|
|
158
160
|
"restrictionType": self.restriction_type,
|
|
159
161
|
"zscalerManaged": self.zscaler_managed,
|
|
160
162
|
"dcHostingInfo": self.dc_hosting_info,
|
|
163
|
+
"enrollmentCertId": self.enrollment_cert_id,
|
|
161
164
|
"serverGroups": [server_group.request_format() for server_group in self.server_groups],
|
|
162
165
|
}
|
|
163
166
|
parent_req_format.update(current_obj_format)
|
|
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.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zaiguard/models/policy_detection.py
RENAMED
|
File without changes
|
{zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zaiguard/policy_detection.py
RENAMED
|
File without changes
|
{zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zaiguard/zaiguard_service.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zbi/models/report_configs.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zcc/models/failopenpolicy.py
RENAMED
|
File without changes
|
{zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zcc/models/forwardingprofile.py
RENAMED
|
File without changes
|
{zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zcc/models/getcompanyinfo.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zcc/models/secrets_passwords.py
RENAMED
|
File without changes
|
{zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.24}/zscaler/zcc/models/trustednetworks.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|