zscaler-sdk-python 1.9.1__tar.gz → 1.9.3__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.1 → zscaler_sdk_python-1.9.3}/PKG-INFO +2 -3
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/pyproject.toml +3 -3
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/__init__.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/oneapi_response.py +10 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zcc/admin_user.py +2 -2
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zcc/devices.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zcc/fail_open_policy.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zcc/forwarding_profile.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zcc/trusted_networks.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zcc/web_app_service.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zcc/web_policy.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zdx/admin.py +2 -2
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zdx/alerts.py +3 -3
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zdx/apps.py +2 -2
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zdx/devices.py +3 -3
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zdx/inventory.py +2 -2
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zdx/troubleshooting.py +2 -2
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zdx/users.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/bandwidth_classes.py +2 -2
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/bandwidth_control_rules.py +2 -2
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/casb_dlp_rules.py +2 -2
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/casb_malware_rules.py +2 -2
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/cloud_app_instances.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/cloud_applications.py +2 -2
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/cloud_browser_isolation.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/cloud_firewall.py +21 -17
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/cloud_firewall_dns.py +6 -6
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/cloud_firewall_ips.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/cloud_firewall_rules.py +6 -6
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/cloud_nss.py +2 -2
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/cloud_to_cloud_ir.py +3 -3
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/cloudappcontrol.py +2 -2
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/dedicated_ip_gateways.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/device_management.py +4 -4
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/dlp_dictionary.py +3 -3
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/dlp_engine.py +2 -2
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/dlp_resources.py +7 -7
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/dlp_templates.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/dlp_web_rules.py +2 -2
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/dns_gatways.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/file_type_control_rule.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/forwarding_control.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/gre_tunnel.py +5 -5
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/intermediate_certificates.py +3 -3
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/ipv6_config.py +2 -2
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/legacy.py +12 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/location_management.py +7 -3
- zscaler_sdk_python-1.9.3/zscaler/zia/models/traffic_capture.py +283 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/nat_control_policy.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/nss_servers.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/pac_files.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/proxies.py +4 -4
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/risk_profiles.py +2 -2
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/rule_labels.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/saas_security_api.py +5 -5
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/sandbox_rules.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/shadow_it_report.py +2 -2
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/ssl_inspection_rules.py +19 -3
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/sub_clouds.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/tenancy_restriction_profile.py +2 -2
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/time_intervals.py +1 -1
- zscaler_sdk_python-1.9.3/zscaler/zia/traffic_capture.py +583 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/traffic_datacenters.py +2 -2
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/traffic_extranet.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/traffic_static_ip.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/traffic_vpn_credentials.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/url_categories.py +2 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/url_filtering.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/vzen_clusters.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/vzen_nodes.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/workload_groups.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/zia_service.py +10 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/zpa_gateway.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zidentity/api_client.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zidentity/groups.py +2 -2
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zidentity/resource_servers.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zidentity/users.py +2 -2
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/administrator_controller.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/api_keys.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/app_connector_groups.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/app_connectors.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/app_protection.py +10 -10
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/app_segments_ba.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/app_segments_ba_v2.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/app_segments_inspection.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/app_segments_pra.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/branch_connector_group.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/branch_connectors.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/c2c_ip_ranges.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/cbi_banner.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/cbi_certificate.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/cbi_profile.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/cbi_zpa_profile.py +2 -2
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/certificates.py +2 -2
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/cloud_connector_controller.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/cloud_connector_groups.py +2 -2
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/config_override_controller.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/customer_domain.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/customer_dr_tool.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/customer_version_profile.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/emergency_access.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/enrollment_certificates.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/idp.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/lss.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/machine_groups.py +2 -2
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/managed_browser_profile.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/microtenants.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/pra_approval.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/npn_client_controller.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/policies.py +2 -2
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/posture_profiles.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/pra_approval.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/pra_console.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/pra_credential.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/pra_credential_pool.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/pra_portal.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/private_cloud_controller.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/private_cloud_group.py +2 -2
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/provisioning.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/role_controller.py +2 -2
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/saml_attributes.py +2 -2
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/scim_attributes.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/scim_groups.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/segment_groups.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/server_groups.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/servers.py +2 -2
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/service_edge_group.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/service_edges.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/trusted_networks.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/user_portal_controller.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/user_portal_link.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/account_details.py +3 -3
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/admin_roles.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/admin_users.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/api_keys.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/ec_groups.py +3 -3
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/forwarding_gateways.py +2 -2
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/forwarding_rules.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/ip_destination_groups.py +2 -2
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/ip_groups.py +2 -2
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/ip_source_groups.py +2 -2
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/location_management.py +2 -2
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/location_template.py +2 -2
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/nw_service.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/nw_service_groups.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/provisioning_url.py +1 -1
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/LICENSE.md +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/README.md +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/api_client.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/cache/__init__.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/cache/cache.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/cache/no_op_cache.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/cache/zscaler_cache.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/config/__init__.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/config/config_setter.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/config/config_validator.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/constants.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/error_messages.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/errors/__init__.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/errors/error.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/errors/http_error.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/errors/response_checker.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/errors/zscaler_api_error.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/exceptions/__init__.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/exceptions/exceptions.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/helpers.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/logger.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/oneapi_client.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/oneapi_collection.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/oneapi_http_client.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/oneapi_oauth_client.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/oneapi_object.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ratelimiter/__init__.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ratelimiter/ratelimiter.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/request_executor.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/types.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/user_agent.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/utils.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zcc/__init__.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zcc/company.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zcc/entitlements.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zcc/legacy.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zcc/models/admin_roles.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zcc/models/admin_user.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zcc/models/devices.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zcc/models/failopenpolicy.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zcc/models/forwardingprofile.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zcc/models/getcompanyinfo.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zcc/models/manage_pass.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zcc/models/secrets_otp.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zcc/models/secrets_passwords.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zcc/models/trustednetworks.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zcc/models/webappservice.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zcc/models/webpolicy.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zcc/models/webprivacy.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zcc/models/zdxgroupentitlements.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zcc/models/zpagroupentitlements.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zcc/secrets.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zcc/web_privacy.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zcc/zcc_service.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zdx/__init__.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zdx/legacy.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zdx/models/administration.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zdx/models/alerts.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zdx/models/application_users.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zdx/models/applications.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zdx/models/call_quality_metrics.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zdx/models/common.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zdx/models/devices.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zdx/models/snapshot.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zdx/models/software_inventory.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zdx/models/troubleshooting.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zdx/models/users.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zdx/snapshot.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zdx/zdx_service.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/__init__.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/activate.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/admin_roles.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/admin_users.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/advanced_settings.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/alert_subscriptions.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/apptotal.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/atp_policy.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/audit_logs.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/authentication_settings.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/browser_control_settings.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/end_user_notification.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/ftp_control_policy.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/iot_report.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/locations.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/malware_protection_policy.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/mobile_threat_settings.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/__init__.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/activation.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/admin_roles.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/admin_users.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/advanced_settings.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/advanced_threat_settings.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/alert_subscriptions.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/apptotal.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/authentication_settings.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/bandwidth_classes.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/bandwidth_control_rules.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/browser_control_settings.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/casb_dlp_rules.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/casb_malware_rules.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/cloud_app_instances.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/cloud_app_policy.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/cloud_browser_isolation.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/cloud_firewall_app_services.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/cloud_firewall_destination_groups.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/cloud_firewall_dns_rules.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/cloud_firewall_ips_rules.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/cloud_firewall_nw_application_groups.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/cloud_firewall_nw_applications.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/cloud_firewall_nw_service.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/cloud_firewall_nw_service_groups.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/cloud_firewall_rules.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/cloud_firewall_source_groups.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/cloud_firewall_time_windows.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/cloud_nss.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/cloud_to_cloud_ir.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/cloudappcontrol.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/common.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/dedicated_ip_gateways.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/device_groups.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/devices.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/dlp_dictionary.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/dlp_engine.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/dlp_resources.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/dlp_templates.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/dlp_web_rules.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/dns_gateways.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/endusernotification.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/filetyperules.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/forwarding_control_policy.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/ftp_control_policy.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/gre_recommended_list.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/gre_tunnel_info.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/gre_tunnels.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/gre_vips.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/intermediate_certificates.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/iotreport.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/ipv6_config.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/location_group.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/malware_protection_settings.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/mobile_threat_settings.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/nat_control_policy.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/nss_servers.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/organization_information.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/pac_files.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/proxies.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/proxy_gateways.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/remoteassistance.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/risk_profiles.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/rule_labels.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/saas_security_api.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/sandboxrules.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/security_policy_settings.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/shadow_it_report.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/ssl_inspection_rules.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/subclouds.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/system_audit.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/tenancy_restriction_profile.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/time_intervals.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/traffic_datacenters.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/traffic_dc_exclusions.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/traffic_extranet.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/traffic_static_ip.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/traffic_vpn_credentials.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/url_filter_cloud_app_settings.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/url_filtering_rules.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/urlcategory.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/user_management.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/vzen_clusters.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/vzen_nodes.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/workload_groups.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/models/zpa_gateway.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/organization_information.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/policy_export.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/remote_assistance.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/sandbox.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/security_policy_settings.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/system_audit.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/user_management.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zidentity/__init__.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zidentity/models/api_client.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zidentity/models/common.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zidentity/models/groups.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zidentity/models/resource_servers.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zidentity/models/user_entitlement.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zidentity/models/users.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zidentity/user_entitlement.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zidentity/zidentity_service.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/__init__.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/admin_sso_controller.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/app_connector_schedule.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/app_segment_by_type.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/application_segment.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/browser_protection.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/cbi_region.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/client_settings.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/customer_controller.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/extranet_resource.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/legacy.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/location_controller.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/administrator_controller.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/api_keys.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/app_connector_groups.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/app_connector_schedule.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/app_connectors.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/app_protection_predefined_controls.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/app_protection_profile.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/application_segment.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/application_segment_lb.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/application_servers.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/branch_connectors.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/browser_protection.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/c2c_ip_ranges.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/cbi_banner.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/cbi_certificate.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/cbi_profile.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/cbi_region.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/cbi_zpa_profile.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/certificates.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/client_settings.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/cloud_connector_controller.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/cloud_connector_groups.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/common.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/config_override_controller.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/customer_controller.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/customer_domain.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/customer_dr_tool.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/customer_version_profile.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/emergency_access.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/enrollment_certificates.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/idp.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/lss.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/machine_groups.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/managed_browser_profile.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/microtenants.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/npn_client_controller.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/oauth2_user_code.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/policyset_controller_v1.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/policyset_controller_v2.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/posture_profiles.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/pra_console.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/pra_cred_pool_controller.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/pra_credential.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/pra_portal.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/private_cloud_controller.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/private_cloud_group.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/provisioning_keys.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/role_controller.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/saml_attributes.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/scim_attributes.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/scim_groups.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/segment_group.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/server_group.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/service_edge_groups.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/service_edge_schedule.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/service_edges.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/stepup_auth_level.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/trusted_network.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/user_portal_aup.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/user_portal_controller.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/user_portal_link.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/models/zia_customer_config.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/oauth2_user_code.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/service_edge_schedule.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/stepup_auth_level.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/user_portal_aup.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/workload_tag_group.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/zia_customer_config.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zpa/zpa_service.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/__init__.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/account_groups.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/activation.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/discovery_service.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/legacy.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/models/account_groups.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/models/activation.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/models/admin_roles.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/models/admin_users.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/models/api_keys.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/models/common.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/models/discovery_service.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/models/ec_group_vm.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/models/ecgroup.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/models/forwarding_gateways.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/models/forwarding_rules.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/models/ip_destination_groups.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/models/ip_groups.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/models/ip_source_groups.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/models/location_management.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/models/location_templates.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/models/nw_service.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/models/nw_service_groups.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/models/provisioning_url.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/models/public_cloud_info.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/models/traffic_vpn_credentials.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/models/zpa_resources.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/public_cloud_info.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/ztw/ztw_service.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zwa/__init__.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zwa/audit_logs.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zwa/dlp_incidents.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zwa/legacy.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zwa/models/audit_logs.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zwa/models/change_history.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zwa/models/common.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zwa/models/generated_tickets.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zwa/models/incident_details.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zwa/models/incident_evidence.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zwa/models/incident_group_search.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zwa/models/incident_search.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zwa/models/incident_trigger.py +0 -0
- {zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/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.3
|
|
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
|
|
@@ -16,7 +16,6 @@ Classifier: Programming Language :: Python :: 3
|
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.10
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.11
|
|
18
18
|
Classifier: Programming Language :: Python :: 3.12
|
|
19
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
20
19
|
Classifier: Programming Language :: Python :: 3.9
|
|
21
20
|
Classifier: Topic :: Security
|
|
22
21
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
@@ -28,7 +27,7 @@ Requires-Dist: flatdict (>=4.0.0)
|
|
|
28
27
|
Requires-Dist: pydash (>=8.0.3)
|
|
29
28
|
Requires-Dist: python-box (>=7.3.0)
|
|
30
29
|
Requires-Dist: python-dateutil (>=2.9.0)
|
|
31
|
-
Requires-Dist: python-jose[cryptography] (>=3.
|
|
30
|
+
Requires-Dist: python-jose[cryptography] (>=3.5.0)
|
|
32
31
|
Requires-Dist: pytz (>=2024.2)
|
|
33
32
|
Requires-Dist: pyyaml (>=6.0.0)
|
|
34
33
|
Requires-Dist: requests (>=2.32.3)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "zscaler-sdk-python"
|
|
3
|
-
version = "1.9.
|
|
3
|
+
version = "1.9.3"
|
|
4
4
|
description = "Official Python SDK for the Zscaler Products"
|
|
5
5
|
authors = ["Zscaler, Inc. <devrel@zscaler.com>"]
|
|
6
6
|
license = "MIT"
|
|
@@ -13,10 +13,10 @@ classifiers = [
|
|
|
13
13
|
"Development Status :: 5 - Production/Stable",
|
|
14
14
|
"Intended Audience :: Developers",
|
|
15
15
|
"License :: OSI Approved :: MIT License",
|
|
16
|
-
"Programming Language :: Python :: 3.8",
|
|
17
16
|
"Programming Language :: Python :: 3.9",
|
|
18
17
|
"Programming Language :: Python :: 3.10",
|
|
19
18
|
"Programming Language :: Python :: 3.11",
|
|
19
|
+
"Programming Language :: Python :: 3.12",
|
|
20
20
|
"Operating System :: OS Independent",
|
|
21
21
|
"Topic :: Security",
|
|
22
22
|
"Topic :: Software Development :: Libraries :: Python Modules", ]
|
|
@@ -36,7 +36,7 @@ pytz = ">=2024.2"
|
|
|
36
36
|
python-box = ">=7.3.0"
|
|
37
37
|
python-dateutil = ">=2.9.0"
|
|
38
38
|
flatdict = ">=4.0.0"
|
|
39
|
-
python-jose = {extras = ["cryptography"], version = ">=3.
|
|
39
|
+
python-jose = {extras = ["cryptography"], version = ">=3.5.0"}
|
|
40
40
|
aenum = ">=3.1.11"
|
|
41
41
|
pydash = ">=8.0.3"
|
|
42
42
|
arrow = ">=1.3.0"
|
|
@@ -54,6 +54,7 @@ class ZscalerAPIResponse:
|
|
|
54
54
|
self._limit = self.validate_page_size(self._params.get("limit"), service_type)
|
|
55
55
|
self._next_offset = None
|
|
56
56
|
self._list = []
|
|
57
|
+
self._is_flat_list_response = False # Track if response is a flat list (no pagination metadata)
|
|
57
58
|
|
|
58
59
|
if all_entries:
|
|
59
60
|
self._params["allEntries"] = True
|
|
@@ -160,7 +161,10 @@ class ZscalerAPIResponse:
|
|
|
160
161
|
|
|
161
162
|
if isinstance(self._body, list):
|
|
162
163
|
# Handle direct list responses (ZIA, ZPA simple lists, etc.)
|
|
164
|
+
# A flat list response means the API returned all results in one response
|
|
165
|
+
# without pagination metadata - pagination should NOT continue
|
|
163
166
|
self._list = self._body
|
|
167
|
+
self._is_flat_list_response = True # Mark as flat list - no pagination
|
|
164
168
|
# Check if this is a list of simple types (strings, numbers, etc.) vs dicts
|
|
165
169
|
# If it's a list of simple types, skip the cleaning logic
|
|
166
170
|
if self._body and len(self._body) > 0 and not isinstance(self._body[0], dict):
|
|
@@ -315,6 +319,11 @@ class ZscalerAPIResponse:
|
|
|
315
319
|
return self._list, None
|
|
316
320
|
|
|
317
321
|
def _has_next(self) -> bool:
|
|
322
|
+
# If the response was a flat list (no pagination metadata), there are no more pages
|
|
323
|
+
# This handles ZIA endpoints that return all results in a single response
|
|
324
|
+
if self._is_flat_list_response:
|
|
325
|
+
logger.debug("Has next page: False (flat list response - all results returned in single response)")
|
|
326
|
+
return False
|
|
318
327
|
|
|
319
328
|
if self._service_type == "ZPA":
|
|
320
329
|
# More pages if current page < total_pages
|
|
@@ -332,7 +341,7 @@ class ZscalerAPIResponse:
|
|
|
332
341
|
logger.debug("Has next page for ZIDENTITY: %s", has_next)
|
|
333
342
|
return has_next
|
|
334
343
|
else:
|
|
335
|
-
# For ZIA/ZCC:
|
|
344
|
+
# For ZIA/ZCC with paginated responses (dict with "list" field):
|
|
336
345
|
# - If we're on the first page and got results, try next page
|
|
337
346
|
# - If we're on a subsequent page and the last fetch returned results equal to or greater than limit, try next page
|
|
338
347
|
# - If the last fetch returned fewer results than limit (or 0), we're done
|
|
@@ -30,7 +30,7 @@ class AdminUserAPI(APIClient):
|
|
|
30
30
|
self._request_executor: RequestExecutor = request_executor
|
|
31
31
|
self._zcc_base_endpoint = "/zcc/papi/public/v1"
|
|
32
32
|
|
|
33
|
-
def list_admin_users(self, query_params: Optional[dict] = None) -> APIResult[
|
|
33
|
+
def list_admin_users(self, query_params: Optional[dict] = None) -> APIResult[List[AdminUser]]:
|
|
34
34
|
"""
|
|
35
35
|
Returns the list of Admin Users enrolled in the Client Connector Portal.
|
|
36
36
|
|
|
@@ -129,7 +129,7 @@ class AdminUserAPI(APIClient):
|
|
|
129
129
|
|
|
130
130
|
return result, response, None
|
|
131
131
|
|
|
132
|
-
def list_admin_roles(self, query_params: Optional[dict] = None) -> APIResult[
|
|
132
|
+
def list_admin_roles(self, query_params: Optional[dict] = None) -> APIResult[List[AdminRoles]]:
|
|
133
133
|
"""
|
|
134
134
|
Returns the list admin roles in the Client Connector Portal.
|
|
135
135
|
|
|
@@ -310,7 +310,7 @@ class DevicesAPI(APIClient):
|
|
|
310
310
|
return filename
|
|
311
311
|
|
|
312
312
|
@zcc_param_mapper
|
|
313
|
-
def list_devices(self, query_params: Optional[dict] = None) -> APIResult[
|
|
313
|
+
def list_devices(self, query_params: Optional[dict] = None) -> APIResult[List[Device]]:
|
|
314
314
|
"""
|
|
315
315
|
Returns the list of devices enrolled in the Client Connector Portal.
|
|
316
316
|
|
|
@@ -29,7 +29,7 @@ class FailOpenPolicyAPI(APIClient):
|
|
|
29
29
|
self._request_executor: RequestExecutor = request_executor
|
|
30
30
|
self._zcc_base_endpoint = "/zcc/papi/public/v1"
|
|
31
31
|
|
|
32
|
-
def list_by_company(self, query_params: Optional[dict] = None) -> APIResult[
|
|
32
|
+
def list_by_company(self, query_params: Optional[dict] = None) -> APIResult[List[FailOpenPolicy]]:
|
|
33
33
|
"""
|
|
34
34
|
Returns the list of Fail Open Policy By Company in the Client Connector Portal.
|
|
35
35
|
|
|
@@ -29,7 +29,7 @@ class ForwardingProfileAPI(APIClient):
|
|
|
29
29
|
self._request_executor: RequestExecutor = request_executor
|
|
30
30
|
self._zcc_base_endpoint = "/zcc/papi/public/v1"
|
|
31
31
|
|
|
32
|
-
def list_by_company(self, query_params: Optional[dict] = None) -> APIResult[
|
|
32
|
+
def list_by_company(self, query_params: Optional[dict] = None) -> APIResult[List[ForwardingProfile]]:
|
|
33
33
|
"""
|
|
34
34
|
Returns the list of Forwarding Profiles By Company ID in the Client Connector Portal.
|
|
35
35
|
|
|
@@ -29,7 +29,7 @@ class TrustedNetworksAPI(APIClient):
|
|
|
29
29
|
self._request_executor: RequestExecutor = request_executor
|
|
30
30
|
self._zcc_base_endpoint = "/zcc/papi/public/v1"
|
|
31
31
|
|
|
32
|
-
def list_by_company(self, query_params: Optional[dict] = None) -> APIResult[
|
|
32
|
+
def list_by_company(self, query_params: Optional[dict] = None) -> APIResult[List[TrustedNetworks]]:
|
|
33
33
|
"""
|
|
34
34
|
Returns the list of Trusted Networks By Company ID in the Client Connector Portal.
|
|
35
35
|
|
|
@@ -29,7 +29,7 @@ class WebAppServiceAPI(APIClient):
|
|
|
29
29
|
self._request_executor: RequestExecutor = request_executor
|
|
30
30
|
self._zcc_base_endpoint = "/zcc/papi/public/v1"
|
|
31
31
|
|
|
32
|
-
def list_by_company(self, query_params: Optional[dict] = None) -> APIResult[
|
|
32
|
+
def list_by_company(self, query_params: Optional[dict] = None) -> APIResult[List[WebAppService]]:
|
|
33
33
|
"""
|
|
34
34
|
Returns the list of Fail Open Policy By Company in the Client Connector Portal.
|
|
35
35
|
|
|
@@ -30,7 +30,7 @@ class WebPolicyAPI(APIClient):
|
|
|
30
30
|
self._zcc_base_endpoint = "/zcc/papi/public/v1"
|
|
31
31
|
|
|
32
32
|
@zcc_param_mapper
|
|
33
|
-
def list_by_company(self, query_params: Optional[dict] = None) -> APIResult[
|
|
33
|
+
def list_by_company(self, query_params: Optional[dict] = None) -> APIResult[List[WebPolicy]]:
|
|
34
34
|
"""
|
|
35
35
|
Returns the list of Web Policy By Company ID in the Client Connector Portal.
|
|
36
36
|
|
|
@@ -30,7 +30,7 @@ class AdminAPI(APIClient):
|
|
|
30
30
|
self._zdx_base_endpoint = "/zdx/v1"
|
|
31
31
|
|
|
32
32
|
@zdx_params
|
|
33
|
-
def list_departments(self, query_params: Optional[dict] = None) -> APIResult[
|
|
33
|
+
def list_departments(self, query_params: Optional[dict] = None) -> APIResult[List[Administration]]:
|
|
34
34
|
"""
|
|
35
35
|
Returns the list of Admin Users enrolled in the Client Connector Portal.
|
|
36
36
|
|
|
@@ -97,7 +97,7 @@ class AdminAPI(APIClient):
|
|
|
97
97
|
return (result, response, None)
|
|
98
98
|
|
|
99
99
|
@zdx_params
|
|
100
|
-
def list_locations(self, query_params: Optional[dict] = None) -> APIResult[
|
|
100
|
+
def list_locations(self, query_params: Optional[dict] = None) -> APIResult[List[Administration]]:
|
|
101
101
|
"""
|
|
102
102
|
Returns the list of all configured Zscaler locations if the search filters are not specified.
|
|
103
103
|
|
|
@@ -32,7 +32,7 @@ class AlertsAPI(APIClient):
|
|
|
32
32
|
self._zdx_base_endpoint = "/zdx/v1"
|
|
33
33
|
|
|
34
34
|
@zdx_params
|
|
35
|
-
def list_ongoing(self, query_params: Optional[dict] = None) -> APIResult[
|
|
35
|
+
def list_ongoing(self, query_params: Optional[dict] = None) -> APIResult[List[Alerts]]:
|
|
36
36
|
"""
|
|
37
37
|
Returns a list of all ongoing alert rules across an organization in ZDX.
|
|
38
38
|
All ongoing alert rules are returned if the search filter is not specified.
|
|
@@ -158,7 +158,7 @@ class AlertsAPI(APIClient):
|
|
|
158
158
|
return (result, response, None)
|
|
159
159
|
|
|
160
160
|
@zdx_params
|
|
161
|
-
def list_historical(self, query_params: Optional[dict] = None) -> APIResult[
|
|
161
|
+
def list_historical(self, query_params: Optional[dict] = None) -> APIResult[List[Alerts]]:
|
|
162
162
|
"""
|
|
163
163
|
Returns a list of alert history rules defined across an organization.
|
|
164
164
|
All alert history rules are returned if the search filter is not specified.
|
|
@@ -239,7 +239,7 @@ class AlertsAPI(APIClient):
|
|
|
239
239
|
return (result, response, None)
|
|
240
240
|
|
|
241
241
|
@zdx_params
|
|
242
|
-
def list_affected_devices(self, alert_id, query_params: Optional[dict] = None) -> APIResult[
|
|
242
|
+
def list_affected_devices(self, alert_id, query_params: Optional[dict] = None) -> APIResult[List[AffectedDevices]]:
|
|
243
243
|
"""
|
|
244
244
|
Returns a list of all affected devices associated with
|
|
245
245
|
an alert rule in conjunction with provided filters.
|
|
@@ -35,7 +35,7 @@ class AppsAPI(APIClient):
|
|
|
35
35
|
self._zdx_base_endpoint = "/zdx/v1"
|
|
36
36
|
|
|
37
37
|
@zdx_params
|
|
38
|
-
def list_apps(self, query_params: Optional[dict] = None) -> APIResult[
|
|
38
|
+
def list_apps(self, query_params: Optional[dict] = None) -> APIResult[List[ActiveApplications]]:
|
|
39
39
|
"""
|
|
40
40
|
Returns a list of all active applications configured within the ZDX tenant.
|
|
41
41
|
|
|
@@ -316,7 +316,7 @@ class AppsAPI(APIClient):
|
|
|
316
316
|
return (result, response, None)
|
|
317
317
|
|
|
318
318
|
@zdx_params
|
|
319
|
-
def list_app_users(self, app_id: str, query_params: Optional[dict] = None) -> APIResult[
|
|
319
|
+
def list_app_users(self, app_id: str, query_params: Optional[dict] = None) -> APIResult[List[ApplicationActiveUsers]]:
|
|
320
320
|
"""
|
|
321
321
|
Returns a list of users and devices that were used to access the specified application configured within
|
|
322
322
|
the ZDX tenant.
|
|
@@ -42,7 +42,7 @@ class DevicesAPI(APIClient):
|
|
|
42
42
|
self._zdx_base_endpoint = "/zdx/v1"
|
|
43
43
|
|
|
44
44
|
@zdx_params
|
|
45
|
-
def list_devices(self, query_params: Optional[dict] = None) -> APIResult[
|
|
45
|
+
def list_devices(self, query_params: Optional[dict] = None) -> APIResult[List[Devices]]:
|
|
46
46
|
"""
|
|
47
47
|
Returns a list of all active devices and its basic details.
|
|
48
48
|
If the time range is not specified, the endpoint defaults to the previous 2 hours.
|
|
@@ -453,7 +453,7 @@ class DevicesAPI(APIClient):
|
|
|
453
453
|
return (result, response, None)
|
|
454
454
|
|
|
455
455
|
@zdx_params
|
|
456
|
-
def list_cloudpath_probes(self, device_id: str, app_id: str, query_params: Optional[dict] = None) -> APIResult[
|
|
456
|
+
def list_cloudpath_probes(self, device_id: str, app_id: str, query_params: Optional[dict] = None) -> APIResult[List[DeviceAppCloudPathProbes]]:
|
|
457
457
|
"""
|
|
458
458
|
Returns a list of all active cloudpath probes for a specific application being used by a device.
|
|
459
459
|
|
|
@@ -801,7 +801,7 @@ class DevicesAPI(APIClient):
|
|
|
801
801
|
return (result, response, None)
|
|
802
802
|
|
|
803
803
|
@zdx_params
|
|
804
|
-
def list_geolocations(self, query_params: Optional[dict] = None) -> APIResult[
|
|
804
|
+
def list_geolocations(self, query_params: Optional[dict] = None) -> APIResult[List[DeviceActiveGeo]]:
|
|
805
805
|
"""
|
|
806
806
|
Returns a list of all active geolocations configured within the ZDX tenant.
|
|
807
807
|
|
|
@@ -31,7 +31,7 @@ class InventoryAPI(APIClient):
|
|
|
31
31
|
self._zdx_base_endpoint = "/zdx/v1"
|
|
32
32
|
|
|
33
33
|
@zdx_params
|
|
34
|
-
def list_softwares(self, query_params: Optional[dict] = None) -> APIResult[
|
|
34
|
+
def list_softwares(self, query_params: Optional[dict] = None) -> APIResult[List[DeviceSoftwareInventory]]:
|
|
35
35
|
"""
|
|
36
36
|
Returns a list of all software in ZDX.
|
|
37
37
|
|
|
@@ -102,7 +102,7 @@ class InventoryAPI(APIClient):
|
|
|
102
102
|
return (result, response, None)
|
|
103
103
|
|
|
104
104
|
@zdx_params
|
|
105
|
-
def list_software_keys(self, software_key: str, query_params: Optional[dict] = None) -> APIResult[
|
|
105
|
+
def list_software_keys(self, software_key: str, query_params: Optional[dict] = None) -> APIResult[List[DeviceSoftwareInventory]]:
|
|
106
106
|
"""
|
|
107
107
|
Returns a list of all users and devices for the given software name and version.
|
|
108
108
|
|
|
@@ -36,7 +36,7 @@ class TroubleshootingAPI(APIClient):
|
|
|
36
36
|
self._request_executor: RequestExecutor = request_executor
|
|
37
37
|
self._zdx_base_endpoint = "/zdx/v1"
|
|
38
38
|
|
|
39
|
-
def list_deeptraces(self, device_id: str) -> APIResult[
|
|
39
|
+
def list_deeptraces(self, device_id: str) -> APIResult[List[DeviceDeepTraces]]:
|
|
40
40
|
"""
|
|
41
41
|
Returns a list of all deep traces for a specific device.
|
|
42
42
|
|
|
@@ -238,7 +238,7 @@ class TroubleshootingAPI(APIClient):
|
|
|
238
238
|
self,
|
|
239
239
|
device_id: str,
|
|
240
240
|
trace_id: str,
|
|
241
|
-
) -> APIResult[
|
|
241
|
+
) -> APIResult[List[DeviceTopProcesses]]:
|
|
242
242
|
"""
|
|
243
243
|
Returns a list of all deep traces for a specific device.
|
|
244
244
|
|
|
@@ -31,7 +31,7 @@ class UsersAPI(APIClient):
|
|
|
31
31
|
self._zdx_base_endpoint = "/zdx/v1"
|
|
32
32
|
|
|
33
33
|
@zdx_params
|
|
34
|
-
def list_users(self, query_params: Optional[dict] = None) -> APIResult[
|
|
34
|
+
def list_users(self, query_params: Optional[dict] = None) -> APIResult[List[ActiveUsers]]:
|
|
35
35
|
"""
|
|
36
36
|
Returns a list of all active users configured within the ZDX tenant.
|
|
37
37
|
|
|
@@ -33,7 +33,7 @@ class BandwidthClassesAPI(APIClient):
|
|
|
33
33
|
super().__init__()
|
|
34
34
|
self._request_executor: RequestExecutor = request_executor
|
|
35
35
|
|
|
36
|
-
def list_classes(self, query_params: Optional[dict] = None) -> APIResult[
|
|
36
|
+
def list_classes(self, query_params: Optional[dict] = None) -> APIResult[List[BandwidthClasses]]:
|
|
37
37
|
"""
|
|
38
38
|
Retrieves a list of bandwidth classes for an organization.
|
|
39
39
|
|
|
@@ -93,7 +93,7 @@ class BandwidthClassesAPI(APIClient):
|
|
|
93
93
|
|
|
94
94
|
return (results, response, None)
|
|
95
95
|
|
|
96
|
-
def list_classes_lite(self) -> APIResult[
|
|
96
|
+
def list_classes_lite(self) -> APIResult[List[BandwidthClasses]]:
|
|
97
97
|
"""
|
|
98
98
|
Fetches a specific bandwidth class lite by ID.
|
|
99
99
|
|
{zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/bandwidth_control_rules.py
RENAMED
|
@@ -33,7 +33,7 @@ class BandwidthControlRulesAPI(APIClient):
|
|
|
33
33
|
def list_rules(
|
|
34
34
|
self,
|
|
35
35
|
query_params: Optional[dict] = None,
|
|
36
|
-
) -> APIResult[
|
|
36
|
+
) -> APIResult[List[BandwidthControlRules]]:
|
|
37
37
|
"""
|
|
38
38
|
List bandwidth control rules in your organization.
|
|
39
39
|
If the `search` parameter is provided, the function filters the rules client-side.
|
|
@@ -107,7 +107,7 @@ class BandwidthControlRulesAPI(APIClient):
|
|
|
107
107
|
|
|
108
108
|
return (results, response, None)
|
|
109
109
|
|
|
110
|
-
def list_rules_lite(self) -> APIResult[
|
|
110
|
+
def list_rules_lite(self) -> APIResult[List[BandwidthControlRules]]:
|
|
111
111
|
"""
|
|
112
112
|
Fetches a specific bandwidth control rule lite.
|
|
113
113
|
|
|
@@ -33,7 +33,7 @@ class CasbdDlpRulesAPI(APIClient):
|
|
|
33
33
|
def list_rules(
|
|
34
34
|
self,
|
|
35
35
|
query_params: Optional[dict] = None,
|
|
36
|
-
) -> APIResult[
|
|
36
|
+
) -> APIResult[List[CasbdDlpRules]]:
|
|
37
37
|
"""
|
|
38
38
|
Returns a list of all Casb DLP Rules for the specified rule type.
|
|
39
39
|
|
|
@@ -158,7 +158,7 @@ class CasbdDlpRulesAPI(APIClient):
|
|
|
158
158
|
|
|
159
159
|
def list_all_rules(
|
|
160
160
|
self,
|
|
161
|
-
) -> APIResult[
|
|
161
|
+
) -> APIResult[List[CasbdDlpRules]]:
|
|
162
162
|
"""
|
|
163
163
|
Returns a list of all Casb DLP Rules.
|
|
164
164
|
|
|
@@ -33,7 +33,7 @@ class CasbMalwareRulesAPI(APIClient):
|
|
|
33
33
|
def list_rules(
|
|
34
34
|
self,
|
|
35
35
|
query_params: Optional[dict] = None,
|
|
36
|
-
) -> APIResult[
|
|
36
|
+
) -> APIResult[List[CasbMalwareRules]]:
|
|
37
37
|
"""
|
|
38
38
|
Returns a list of all Casb Malware Rules for the specified rule type.
|
|
39
39
|
|
|
@@ -157,7 +157,7 @@ class CasbMalwareRulesAPI(APIClient):
|
|
|
157
157
|
|
|
158
158
|
def list_all_rules(
|
|
159
159
|
self,
|
|
160
|
-
) -> APIResult[
|
|
160
|
+
) -> APIResult[List[CasbMalwareRules]]:
|
|
161
161
|
"""
|
|
162
162
|
Returns a list of all Casb Malware Rules.
|
|
163
163
|
|
|
@@ -33,7 +33,7 @@ class CloudApplicationInstancesAPI(APIClient):
|
|
|
33
33
|
def list_cloud_app_instances(
|
|
34
34
|
self,
|
|
35
35
|
query_params: Optional[dict] = None,
|
|
36
|
-
) -> APIResult[
|
|
36
|
+
) -> APIResult[List[CloudApplicationInstances]]:
|
|
37
37
|
"""
|
|
38
38
|
Retrieves the list of cloud application instances configured in the ZIA Admin Portal
|
|
39
39
|
|
|
@@ -33,7 +33,7 @@ class CloudApplicationsAPI(APIClient):
|
|
|
33
33
|
super().__init__()
|
|
34
34
|
self._request_executor: RequestExecutor = request_executor
|
|
35
35
|
|
|
36
|
-
def list_cloud_app_policy(self, query_params: Optional[dict] = None) -> APIResult[
|
|
36
|
+
def list_cloud_app_policy(self, query_params: Optional[dict] = None) -> APIResult[List[CloudApplicationPolicy]]:
|
|
37
37
|
"""
|
|
38
38
|
Return a list of of Predefined and User Defined Cloud Applications associated with the DLP rules,
|
|
39
39
|
Cloud App Control rules, Advanced Settings, Bandwidth Classes, and File Type Control rules.
|
|
@@ -108,7 +108,7 @@ class CloudApplicationsAPI(APIClient):
|
|
|
108
108
|
return (None, response, error)
|
|
109
109
|
return (result, response, None)
|
|
110
110
|
|
|
111
|
-
def list_cloud_app_ssl_policy(self, query_params: Optional[dict] = None) -> APIResult[
|
|
111
|
+
def list_cloud_app_ssl_policy(self, query_params: Optional[dict] = None) -> APIResult[List[CloudApplicationPolicy]]:
|
|
112
112
|
"""
|
|
113
113
|
Retrieves a list of Predefined and User Defined Cloud Applications associated with the SSL Inspection rules.
|
|
114
114
|
Retrives AppInfo when groupResults is set to false and retrieves the application count grouped by application
|
{zscaler_sdk_python-1.9.1 → zscaler_sdk_python-1.9.3}/zscaler/zia/cloud_browser_isolation.py
RENAMED
|
@@ -36,7 +36,7 @@ class CBIProfileAPI(APIClient):
|
|
|
36
36
|
def list_isolation_profiles(
|
|
37
37
|
self,
|
|
38
38
|
query_params: Optional[dict] = None,
|
|
39
|
-
) -> APIResult[
|
|
39
|
+
) -> APIResult[List[CBIProfile]]:
|
|
40
40
|
"""
|
|
41
41
|
Lists isolation profiles in your organization with pagination.
|
|
42
42
|
A subset of isolation profiles can be returned that match a supported
|
|
@@ -14,7 +14,7 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
|
14
14
|
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
|
-
from typing import
|
|
17
|
+
from typing import List, Optional
|
|
18
18
|
from zscaler.request_executor import RequestExecutor
|
|
19
19
|
from zscaler.api_client import APIClient
|
|
20
20
|
from zscaler.zia.models.cloud_firewall_destination_groups import IPDestinationGroups
|
|
@@ -36,7 +36,9 @@ class FirewallResourcesAPI(APIClient):
|
|
|
36
36
|
super().__init__()
|
|
37
37
|
self._request_executor: RequestExecutor = request_executor
|
|
38
38
|
|
|
39
|
-
def list_ip_destination_groups(
|
|
39
|
+
def list_ip_destination_groups(
|
|
40
|
+
self, exclude_type: str = None, query_params: Optional[dict] = None
|
|
41
|
+
) -> APIResult[List[IPDestinationGroups]]:
|
|
40
42
|
"""
|
|
41
43
|
Returns a list of IP Destination Groups.
|
|
42
44
|
|
|
@@ -118,7 +120,9 @@ class FirewallResourcesAPI(APIClient):
|
|
|
118
120
|
return (None, response, error)
|
|
119
121
|
return (result, response, None)
|
|
120
122
|
|
|
121
|
-
def list_ipv6_destination_groups(
|
|
123
|
+
def list_ipv6_destination_groups(
|
|
124
|
+
self, exclude_type: str = None, query_params: Optional[dict] = None
|
|
125
|
+
) -> APIResult[List[IPDestinationGroups]]:
|
|
122
126
|
"""
|
|
123
127
|
Lists IPv6 Destination Groups name and ID all IPv6 Source Groups.
|
|
124
128
|
`Note`: User-defined groups for IPv6 addresses are currently not supported,
|
|
@@ -206,7 +210,7 @@ class FirewallResourcesAPI(APIClient):
|
|
|
206
210
|
self,
|
|
207
211
|
exclude_type: str = None,
|
|
208
212
|
query_params: Optional[dict] = None
|
|
209
|
-
) -> APIResult[
|
|
213
|
+
) -> APIResult[List[IPDestinationGroups]]:
|
|
210
214
|
"""
|
|
211
215
|
Lists IP Destination Groups name and ID all IP Destination Groups.
|
|
212
216
|
This endpoint retrieves only IPv4 destination address groups.
|
|
@@ -300,7 +304,7 @@ class FirewallResourcesAPI(APIClient):
|
|
|
300
304
|
self,
|
|
301
305
|
exclude_type: str = None,
|
|
302
306
|
query_params: Optional[dict] = None
|
|
303
|
-
) -> APIResult[
|
|
307
|
+
) -> APIResult[List[IPDestinationGroups]]:
|
|
304
308
|
"""
|
|
305
309
|
Lists IPv6 Destination Groups name and ID all IPv6 Source Groups.
|
|
306
310
|
`Note`: User-defined groups for IPv6 addresses are currently not supported,
|
|
@@ -663,7 +667,7 @@ class FirewallResourcesAPI(APIClient):
|
|
|
663
667
|
def list_ip_source_groups(
|
|
664
668
|
self,
|
|
665
669
|
query_params: Optional[dict] = None,
|
|
666
|
-
) -> APIResult[
|
|
670
|
+
) -> APIResult[List[IPSourceGroup]]:
|
|
667
671
|
"""
|
|
668
672
|
List IP Source Groups in your organization.
|
|
669
673
|
|
|
@@ -731,7 +735,7 @@ class FirewallResourcesAPI(APIClient):
|
|
|
731
735
|
def list_ipv6_source_groups(
|
|
732
736
|
self,
|
|
733
737
|
query_params: Optional[dict] = None,
|
|
734
|
-
) -> APIResult[
|
|
738
|
+
) -> APIResult[List[IPSourceGroup]]:
|
|
735
739
|
"""
|
|
736
740
|
List IPv6 Source Groups in your organization.
|
|
737
741
|
`Note`: User-defined groups for IPv6 addresses are currently not supported,
|
|
@@ -801,7 +805,7 @@ class FirewallResourcesAPI(APIClient):
|
|
|
801
805
|
def list_ip_source_groups_lite(
|
|
802
806
|
self,
|
|
803
807
|
query_params: Optional[dict] = None,
|
|
804
|
-
) -> APIResult[
|
|
808
|
+
) -> APIResult[List[IPSourceGroup]]:
|
|
805
809
|
"""
|
|
806
810
|
Lists IP Source Groups name and ID all IP Source Groups.
|
|
807
811
|
This endpoint retrieves only IPv4 source address groups.
|
|
@@ -876,7 +880,7 @@ class FirewallResourcesAPI(APIClient):
|
|
|
876
880
|
def list_ipv6_source_groups_lite(
|
|
877
881
|
self,
|
|
878
882
|
query_params: Optional[dict] = None,
|
|
879
|
-
) -> APIResult[
|
|
883
|
+
) -> APIResult[List[IPSourceGroup]]:
|
|
880
884
|
"""
|
|
881
885
|
Lists IPv6 Source Groups name and ID all IPv6 Source Groups.
|
|
882
886
|
`Note`: User-defined groups for IPv6 addresses are currently not supported,
|
|
@@ -1150,7 +1154,7 @@ class FirewallResourcesAPI(APIClient):
|
|
|
1150
1154
|
def list_network_app_groups(
|
|
1151
1155
|
self,
|
|
1152
1156
|
query_params: Optional[dict] = None,
|
|
1153
|
-
) -> APIResult[
|
|
1157
|
+
) -> APIResult[List[NetworkApplicationGroups]]:
|
|
1154
1158
|
"""
|
|
1155
1159
|
List Network Application Groups in your organization.
|
|
1156
1160
|
|
|
@@ -1417,7 +1421,7 @@ class FirewallResourcesAPI(APIClient):
|
|
|
1417
1421
|
def list_network_apps(
|
|
1418
1422
|
self,
|
|
1419
1423
|
query_params: Optional[dict] = None,
|
|
1420
|
-
) -> APIResult[
|
|
1424
|
+
) -> APIResult[List[NetworkApplications]]:
|
|
1421
1425
|
"""
|
|
1422
1426
|
Lists Network Applications in your organization with pagination.
|
|
1423
1427
|
A subset of Network Applications can be returned that match a supported
|
|
@@ -1533,7 +1537,7 @@ class FirewallResourcesAPI(APIClient):
|
|
|
1533
1537
|
def list_network_svc_groups(
|
|
1534
1538
|
self,
|
|
1535
1539
|
query_params: Optional[dict] = None,
|
|
1536
|
-
) -> APIResult[
|
|
1540
|
+
) -> APIResult[List[NetworkServiceGroups]]:
|
|
1537
1541
|
"""
|
|
1538
1542
|
Lists network service groups in your organization with pagination.
|
|
1539
1543
|
A subset of network service groups can be returned that match a supported
|
|
@@ -1604,7 +1608,7 @@ class FirewallResourcesAPI(APIClient):
|
|
|
1604
1608
|
def list_network_svc_groups_lite(
|
|
1605
1609
|
self,
|
|
1606
1610
|
query_params: Optional[dict] = None,
|
|
1607
|
-
) -> APIResult[
|
|
1611
|
+
) -> APIResult[List[NetworkServiceGroups]]:
|
|
1608
1612
|
"""
|
|
1609
1613
|
Lists Network Service Groups name and ID all network service groups.
|
|
1610
1614
|
If the `search` parameter is provided, the function filters the rules client-side.
|
|
@@ -1871,7 +1875,7 @@ class FirewallResourcesAPI(APIClient):
|
|
|
1871
1875
|
return (None, response, error)
|
|
1872
1876
|
return (None, response, None)
|
|
1873
1877
|
|
|
1874
|
-
def list_network_services(self, query_params: Optional[dict] = None) -> APIResult[
|
|
1878
|
+
def list_network_services(self, query_params: Optional[dict] = None) -> APIResult[List[NetworkServices]]:
|
|
1875
1879
|
"""
|
|
1876
1880
|
Lists network services in your organization with pagination.
|
|
1877
1881
|
A subset of network services can be returned that match a supported
|
|
@@ -1945,7 +1949,7 @@ class FirewallResourcesAPI(APIClient):
|
|
|
1945
1949
|
def list_network_services_lite(
|
|
1946
1950
|
self,
|
|
1947
1951
|
query_params: Optional[dict] = None,
|
|
1948
|
-
) -> APIResult[
|
|
1952
|
+
) -> APIResult[List[NetworkServices]]:
|
|
1949
1953
|
"""
|
|
1950
1954
|
Lists network services name and ID all network services.
|
|
1951
1955
|
A subset of network service groups can be returned that match a supported
|
|
@@ -2263,7 +2267,7 @@ class FirewallResourcesAPI(APIClient):
|
|
|
2263
2267
|
return (None, response, error)
|
|
2264
2268
|
return (None, response, None)
|
|
2265
2269
|
|
|
2266
|
-
def list_time_windows(self) -> APIResult[
|
|
2270
|
+
def list_time_windows(self) -> APIResult[List[TimeWindows]]:
|
|
2267
2271
|
"""
|
|
2268
2272
|
Returns a list of time intervals used by the Firewall policy or the URL Filtering policy.
|
|
2269
2273
|
|
|
@@ -2304,7 +2308,7 @@ class FirewallResourcesAPI(APIClient):
|
|
|
2304
2308
|
|
|
2305
2309
|
return (result, response, None)
|
|
2306
2310
|
|
|
2307
|
-
def list_time_windows_lite(self) -> APIResult[
|
|
2311
|
+
def list_time_windows_lite(self) -> APIResult[List[TimeWindows]]:
|
|
2308
2312
|
"""
|
|
2309
2313
|
Returns name and ID dictionary of time intervals used by the Firewall policy or the URL Filtering policy.
|
|
2310
2314
|
|
|
@@ -14,7 +14,7 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
|
14
14
|
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
|
-
from typing import
|
|
17
|
+
from typing import List, Optional
|
|
18
18
|
from zscaler.request_executor import RequestExecutor
|
|
19
19
|
from zscaler.utils import format_url, transform_common_id_fields, reformat_params
|
|
20
20
|
from zscaler.api_client import APIClient
|
|
@@ -33,7 +33,7 @@ class FirewallDNSRulesAPI(APIClient):
|
|
|
33
33
|
def list_rules(
|
|
34
34
|
self,
|
|
35
35
|
query_params: Optional[dict] = None,
|
|
36
|
-
) -> APIResult[
|
|
36
|
+
) -> APIResult[List[FirewallDNSRules]]:
|
|
37
37
|
"""
|
|
38
38
|
List firewall dns rules in your organization.
|
|
39
39
|
If the `search` parameter is provided, the function filters the rules client-side.
|
|
@@ -107,7 +107,7 @@ class FirewallDNSRulesAPI(APIClient):
|
|
|
107
107
|
def get_rule(
|
|
108
108
|
self,
|
|
109
109
|
rule_id: int,
|
|
110
|
-
) -> APIResult[
|
|
110
|
+
) -> APIResult[FirewallDNSRules]:
|
|
111
111
|
"""
|
|
112
112
|
Returns information for the specified cloud firewall dns filter rule.
|
|
113
113
|
|
|
@@ -157,7 +157,7 @@ class FirewallDNSRulesAPI(APIClient):
|
|
|
157
157
|
def add_rule(
|
|
158
158
|
self,
|
|
159
159
|
**kwargs,
|
|
160
|
-
) -> APIResult[
|
|
160
|
+
) -> APIResult[FirewallDNSRules]:
|
|
161
161
|
"""
|
|
162
162
|
Adds a new cloud firewall dns rule.
|
|
163
163
|
|
|
@@ -259,7 +259,7 @@ class FirewallDNSRulesAPI(APIClient):
|
|
|
259
259
|
return (None, response, error)
|
|
260
260
|
return (result, response, None)
|
|
261
261
|
|
|
262
|
-
def update_rule(self, rule_id: int, **kwargs) -> APIResult[
|
|
262
|
+
def update_rule(self, rule_id: int, **kwargs) -> APIResult[FirewallDNSRules]:
|
|
263
263
|
"""
|
|
264
264
|
Updates an existing cloud firewall dns rule.
|
|
265
265
|
|
|
@@ -367,7 +367,7 @@ class FirewallDNSRulesAPI(APIClient):
|
|
|
367
367
|
return (None, response, error)
|
|
368
368
|
return (result, response, None)
|
|
369
369
|
|
|
370
|
-
def delete_rule(self, rule_id: int) -> APIResult[
|
|
370
|
+
def delete_rule(self, rule_id: int) -> APIResult[None]:
|
|
371
371
|
"""
|
|
372
372
|
Deletes the specified cloud firewall dns filter rule.
|
|
373
373
|
|