zscaler-sdk-python 1.9.22__tar.gz → 1.9.23__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.23}/PKG-INFO +47 -5
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/README.md +46 -4
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/pyproject.toml +1 -1
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/__init__.py +1 -1
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/app_connector_groups.py +3 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/LICENSE.md +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/api_client.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/cache/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/cache/cache.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/cache/no_op_cache.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/cache/zscaler_cache.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/config/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/config/config_setter.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/config/config_validator.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/constants.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/error_messages.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/errors/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/errors/error.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/errors/graphql_error.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/errors/http_error.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/errors/response_checker.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/errors/zscaler_api_error.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/exceptions/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/exceptions/exceptions.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/helpers.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/logger.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/oneapi_client.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/oneapi_collection.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/oneapi_http_client.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/oneapi_oauth_client.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/oneapi_object.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/oneapi_response.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ratelimiter/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ratelimiter/ratelimiter.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/request_executor.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/types.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/user_agent.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/utils.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zaiguard/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zaiguard/legacy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zaiguard/models/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zaiguard/models/policy_detection.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zaiguard/policy_detection.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zaiguard/zaiguard_service.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zbi/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zbi/custom_apps.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zbi/models/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zbi/models/custom_apps.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zbi/models/report_configs.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zbi/report_configs.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zbi/reports.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zbi/zbi_service.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zcc/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zcc/admin_user.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zcc/company.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zcc/devices.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zcc/entitlements.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zcc/fail_open_policy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zcc/forwarding_profile.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zcc/legacy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zcc/models/admin_roles.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zcc/models/admin_user.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zcc/models/devices.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zcc/models/failopenpolicy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zcc/models/forwardingprofile.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zcc/models/getcompanyinfo.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zcc/models/manage_pass.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zcc/models/secrets_otp.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zcc/models/secrets_passwords.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zcc/models/trustednetworks.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zcc/models/webappservice.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zcc/models/webpolicy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zcc/models/webprivacy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zcc/models/zdxgroupentitlements.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zcc/models/zpagroupentitlements.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zcc/secrets.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zcc/trusted_networks.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zcc/web_app_service.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zcc/web_policy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zcc/web_privacy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zcc/zcc_service.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zdx/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zdx/admin.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zdx/alerts.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zdx/apps.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zdx/devices.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zdx/inventory.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zdx/legacy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zdx/models/administration.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zdx/models/alerts.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zdx/models/application_users.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zdx/models/applications.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zdx/models/call_quality_metrics.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zdx/models/common.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zdx/models/devices.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zdx/models/snapshot.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zdx/models/software_inventory.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zdx/models/troubleshooting.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zdx/models/users.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zdx/snapshot.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zdx/troubleshooting.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zdx/users.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zdx/zdx_service.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zeasm/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zeasm/findings.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zeasm/lookalike_domains.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zeasm/models/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zeasm/models/common.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zeasm/models/findings.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zeasm/models/lookalike_domains.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zeasm/models/organizations.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zeasm/organizations.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zeasm/zeasm_service.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/activate.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/admin_roles.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/admin_users.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/advanced_settings.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/alert_subscriptions.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/apptotal.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/atp_policy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/audit_logs.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/authentication_settings.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/bandwidth_classes.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/bandwidth_control_rules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/browser_control_settings.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/casb_dlp_rules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/casb_malware_rules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/cloud_app_instances.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/cloud_applications.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/cloud_browser_isolation.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/cloud_firewall.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/cloud_firewall_dns.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/cloud_firewall_ips.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/cloud_firewall_rules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/cloud_nss.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/cloud_to_cloud_ir.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/cloudappcontrol.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/custom_file_types.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/dedicated_ip_gateways.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/device_management.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/dlp_dictionary.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/dlp_engine.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/dlp_resources.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/dlp_templates.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/dlp_web_rules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/dns_gatways.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/end_user_notification.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/file_type_control_rule.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/forwarding_control.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/ftp_control_policy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/gre_tunnel.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/intermediate_certificates.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/iot_report.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/ipv6_config.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/legacy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/locations.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/malware_protection_policy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/mobile_threat_settings.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/activation.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/admin_roles.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/admin_users.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/advanced_settings.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/advanced_threat_settings.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/alert_subscriptions.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/apptotal.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/authentication_settings.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/bandwidth_classes.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/bandwidth_control_rules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/browser_control_settings.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/casb_dlp_rules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/casb_malware_rules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/cloud_app_instances.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/cloud_app_policy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/cloud_browser_isolation.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/cloud_firewall_app_services.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/cloud_firewall_destination_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/cloud_firewall_dns_rules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/cloud_firewall_ips_rules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/cloud_firewall_nw_application_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/cloud_firewall_nw_applications.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/cloud_firewall_nw_service.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/cloud_firewall_nw_service_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/cloud_firewall_rules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/cloud_firewall_source_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/cloud_firewall_time_windows.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/cloud_nss.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/cloud_to_cloud_ir.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/cloudappcontrol.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/common.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/custom_file_types.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/dedicated_ip_gateways.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/device_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/devices.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/dlp_dictionary.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/dlp_engine.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/dlp_resources.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/dlp_templates.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/dlp_web_rules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/dns_gateways.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/endusernotification.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/filetyperules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/forwarding_control_policy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/ftp_control_policy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/gre_recommended_list.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/gre_tunnel_info.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/gre_tunnels.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/gre_vips.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/intermediate_certificates.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/iotreport.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/ipv6_config.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/location_group.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/location_management.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/malware_protection_settings.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/mobile_threat_settings.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/nat_control_policy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/nss_servers.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/organization_information.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/pac_files.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/proxies.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/proxy_gateways.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/remoteassistance.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/risk_profiles.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/rule_labels.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/saas_security_api.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/sandbox.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/sandboxrules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/security_policy_settings.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/shadow_it_report.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/ssl_inspection_rules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/subclouds.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/system_audit.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/tenancy_restriction_profile.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/time_intervals.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/traffic_capture.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/traffic_datacenters.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/traffic_dc_exclusions.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/traffic_extranet.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/traffic_static_ip.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/traffic_vpn_credentials.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/url_filter_cloud_app_settings.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/url_filtering_rules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/urlcategory.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/user_management.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/vzen_clusters.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/vzen_nodes.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/workload_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/models/zpa_gateway.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/nat_control_policy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/nss_servers.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/organization_information.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/pac_files.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/policy_export.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/proxies.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/remote_assistance.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/risk_profiles.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/rule_labels.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/saas_security_api.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/sandbox.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/sandbox_rules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/security_policy_settings.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/shadow_it_report.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/ssl_inspection_rules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/sub_clouds.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/system_audit.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/tenancy_restriction_profile.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/time_intervals.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/traffic_capture.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/traffic_datacenters.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/traffic_extranet.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/traffic_static_ip.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/traffic_vpn_credentials.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/url_categories.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/url_filtering.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/user_management.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/vzen_clusters.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/vzen_nodes.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/workload_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/zia_service.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/zpa_gateway.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zid/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zid/api_client.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zid/groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zid/models/api_client.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zid/models/common.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zid/models/groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zid/models/resource_servers.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zid/models/user_entitlement.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zid/models/users.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zid/resource_servers.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zid/user_entitlement.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zid/users.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zid/zid_service.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zins/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zins/cyber_security.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zins/firewall.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zins/iot.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zins/models/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zins/models/common.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zins/models/enums.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zins/models/inputs.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zins/saas_security.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zins/shadow_it.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zins/web_traffic.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zins/zins_service.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zms/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zms/agent_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zms/agents.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zms/app_catalog.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zms/app_zones.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zms/models/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zms/models/common.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zms/models/enums.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zms/models/inputs.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zms/nonces.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zms/policy_rules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zms/resource_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zms/resources.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zms/tags.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zms/zms_service.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/admin_sso_controller.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/administrator_controller.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/api_keys.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/app_connector_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/app_connector_schedule.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/app_connectors.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/app_protection.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/app_segment_by_type.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/app_segments_ba.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/app_segments_ba_v2.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/app_segments_inspection.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/app_segments_pra.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/application_segment.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/branch_connector_group.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/branch_connectors.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/browser_protection.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/c2c_ip_ranges.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/cbi_banner.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/cbi_certificate.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/cbi_profile.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/cbi_region.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/cbi_zpa_profile.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/certificates.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/client_settings.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/cloud_connector_controller.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/cloud_connector_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/config_override_controller.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/customer_controller.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/customer_domain.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/customer_dr_tool.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/customer_version_profile.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/emergency_access.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/enrollment_certificates.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/extranet_resource.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/idp.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/legacy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/location_controller.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/lss.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/machine_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/managed_browser_profile.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/microtenants.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/administrator_controller.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/api_keys.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/app_connector_schedule.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/app_connectors.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/app_protection_predefined_controls.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/app_protection_profile.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/application_segment.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/application_segment_lb.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/application_servers.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/branch_connectors.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/browser_protection.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/c2c_ip_ranges.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/cbi_banner.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/cbi_certificate.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/cbi_profile.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/cbi_region.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/cbi_zpa_profile.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/certificates.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/client_settings.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/cloud_connector_controller.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/cloud_connector_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/common.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/config_override_controller.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/customer_controller.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/customer_domain.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/customer_dr_tool.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/customer_version_profile.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/emergency_access.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/enrollment_certificates.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/idp.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/lss.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/machine_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/managed_browser_profile.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/microtenants.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/npn_client_controller.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/oauth2_user_code.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/policyset_controller_v1.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/policyset_controller_v2.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/posture_profiles.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/pra_approval.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/pra_console.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/pra_cred_pool_controller.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/pra_credential.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/pra_portal.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/private_cloud_controller.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/private_cloud_group.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/provisioning_keys.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/role_controller.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/saml_attributes.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/scim_attributes.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/scim_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/segment_group.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/server_group.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/service_edge_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/service_edge_schedule.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/service_edges.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/stepup_auth_level.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/tag_group.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/tag_key.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/tag_namespace.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/trusted_network.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/user_portal_aup.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/user_portal_controller.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/user_portal_link.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/models/zia_customer_config.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/npn_client_controller.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/oauth2_user_code.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/policies.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/posture_profiles.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/pra_approval.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/pra_console.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/pra_credential.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/pra_credential_pool.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/pra_portal.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/private_cloud_controller.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/private_cloud_group.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/provisioning.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/role_controller.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/saml_attributes.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/scim_attributes.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/scim_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/segment_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/server_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/servers.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/service_edge_group.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/service_edge_schedule.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/service_edges.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/stepup_auth_level.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/tag_group.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/tag_key.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/tag_namespace.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/trusted_networks.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/user_portal_aup.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/user_portal_controller.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/user_portal_link.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/workload_tag_group.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/zia_customer_config.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zpa/zpa_service.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztb/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztb/alarms.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztb/api_key.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztb/app_connector_config.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztb/devices.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztb/groups_router.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztb/legacy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztb/logs.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztb/models/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztb/models/alarms.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztb/models/api_key.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztb/models/app_connector_config.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztb/models/common.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztb/models/devices.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztb/models/groups_router.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztb/models/logs.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztb/models/policy_comments.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztb/models/ransomware_kill.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztb/models/site.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztb/models/site2site_vpn.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztb/models/template_router.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztb/policy_comments.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztb/ransomware_kill.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztb/site.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztb/site2site_vpn.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztb/template_router.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztb/ztb_service.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/account_details.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/account_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/activation.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/admin_roles.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/admin_users.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/api_keys.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/discovery_service.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/ec_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/forwarding_gateways.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/forwarding_rules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/ip_destination_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/ip_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/ip_source_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/legacy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/location_management.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/location_template.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/models/account_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/models/activation.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/models/admin_roles.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/models/admin_users.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/models/api_keys.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/models/common.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/models/discovery_service.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/models/ec_group_vm.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/models/ecgroup.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/models/forwarding_gateways.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/models/forwarding_rules.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/models/ip_destination_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/models/ip_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/models/ip_source_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/models/location_management.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/models/location_templates.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/models/nw_service.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/models/nw_service_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/models/provisioning_url.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/models/public_cloud_info.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/models/traffic_vpn_credentials.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/models/workload_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/models/zpa_resources.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/nw_service.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/nw_service_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/provisioning_url.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/public_cloud_info.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/workload_groups.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/ztw/ztw_service.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zwa/__init__.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zwa/audit_logs.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zwa/dlp_incidents.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zwa/legacy.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zwa/models/audit_logs.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zwa/models/change_history.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zwa/models/common.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zwa/models/generated_tickets.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zwa/models/incident_details.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zwa/models/incident_evidence.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zwa/models/incident_group_search.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zwa/models/incident_search.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zwa/models/incident_trigger.py +0 -0
- {zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/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.23
|
|
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))
|
{zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/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.23}/zscaler/zaiguard/models/policy_detection.py
RENAMED
|
File without changes
|
{zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zaiguard/policy_detection.py
RENAMED
|
File without changes
|
{zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/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.23}/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.23}/zscaler/zcc/models/failopenpolicy.py
RENAMED
|
File without changes
|
{zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zcc/models/forwardingprofile.py
RENAMED
|
File without changes
|
{zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/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.23}/zscaler/zcc/models/secrets_passwords.py
RENAMED
|
File without changes
|
{zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zcc/models/trustednetworks.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zcc/models/zdxgroupentitlements.py
RENAMED
|
File without changes
|
{zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zcc/models/zpagroupentitlements.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zdx/models/administration.py
RENAMED
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zdx/models/application_users.py
RENAMED
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zdx/models/call_quality_metrics.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zdx/models/software_inventory.py
RENAMED
|
File without changes
|
{zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zdx/models/troubleshooting.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
|
{zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zeasm/models/lookalike_domains.py
RENAMED
|
File without changes
|
{zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zeasm/models/organizations.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
|
{zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/authentication_settings.py
RENAMED
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/bandwidth_control_rules.py
RENAMED
|
File without changes
|
{zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/browser_control_settings.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/cloud_browser_isolation.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/dedicated_ip_gateways.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/end_user_notification.py
RENAMED
|
File without changes
|
{zscaler_sdk_python-1.9.22 → zscaler_sdk_python-1.9.23}/zscaler/zia/file_type_control_rule.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|