zscaler-sdk-python 1.9.0__tar.gz → 1.9.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/PKG-INFO +2 -2
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/pyproject.toml +2 -2
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/__init__.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/oneapi_client.py +24 -7
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/admin_user.py +2 -2
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/devices.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/fail_open_policy.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/forwarding_profile.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/trusted_networks.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/web_app_service.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/web_policy.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/admin.py +2 -2
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/alerts.py +3 -3
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/apps.py +2 -2
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/devices.py +3 -3
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/inventory.py +2 -2
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/troubleshooting.py +2 -2
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/users.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/bandwidth_classes.py +2 -2
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/bandwidth_control_rules.py +2 -2
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/casb_dlp_rules.py +2 -2
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/casb_malware_rules.py +2 -2
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/cloud_app_instances.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/cloud_applications.py +2 -2
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/cloud_browser_isolation.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/cloud_firewall.py +21 -17
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/cloud_firewall_dns.py +6 -6
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/cloud_firewall_ips.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/cloud_firewall_rules.py +6 -6
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/cloud_nss.py +2 -2
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/cloud_to_cloud_ir.py +3 -3
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/cloudappcontrol.py +2 -2
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/dedicated_ip_gateways.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/device_management.py +4 -4
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/dlp_dictionary.py +3 -3
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/dlp_engine.py +2 -2
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/dlp_resources.py +7 -7
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/dlp_templates.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/dlp_web_rules.py +2 -2
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/dns_gatways.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/file_type_control_rule.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/forwarding_control.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/gre_tunnel.py +5 -5
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/intermediate_certificates.py +3 -3
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/ipv6_config.py +2 -2
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/legacy.py +12 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/location_management.py +6 -6
- zscaler_sdk_python-1.9.2/zscaler/zia/models/traffic_capture.py +283 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/nat_control_policy.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/nss_servers.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/pac_files.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/proxies.py +4 -4
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/risk_profiles.py +2 -2
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/rule_labels.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/saas_security_api.py +5 -5
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/sandbox_rules.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/shadow_it_report.py +2 -2
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/ssl_inspection_rules.py +19 -3
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/sub_clouds.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/tenancy_restriction_profile.py +2 -2
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/time_intervals.py +1 -1
- zscaler_sdk_python-1.9.2/zscaler/zia/traffic_capture.py +583 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/traffic_datacenters.py +2 -2
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/traffic_extranet.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/traffic_static_ip.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/traffic_vpn_credentials.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/url_categories.py +1 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/url_filtering.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/vzen_clusters.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/vzen_nodes.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/workload_groups.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/zia_service.py +10 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/zpa_gateway.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zidentity/api_client.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zidentity/groups.py +2 -2
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zidentity/resource_servers.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zidentity/users.py +2 -2
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/administrator_controller.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/api_keys.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/app_connector_groups.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/app_connectors.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/app_protection.py +10 -10
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/app_segments_ba.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/app_segments_ba_v2.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/app_segments_inspection.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/app_segments_pra.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/branch_connector_group.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/branch_connectors.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/c2c_ip_ranges.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/cbi_banner.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/cbi_certificate.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/cbi_profile.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/cbi_zpa_profile.py +2 -2
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/certificates.py +2 -2
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/cloud_connector_controller.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/cloud_connector_groups.py +2 -2
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/config_override_controller.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/customer_domain.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/customer_dr_tool.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/customer_version_profile.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/emergency_access.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/enrollment_certificates.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/idp.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/lss.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/machine_groups.py +2 -2
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/managed_browser_profile.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/microtenants.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/npn_client_controller.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/policies.py +2 -2
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/posture_profiles.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/pra_approval.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/pra_console.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/pra_credential.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/pra_credential_pool.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/pra_portal.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/private_cloud_controller.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/private_cloud_group.py +2 -2
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/provisioning.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/role_controller.py +2 -2
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/saml_attributes.py +2 -2
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/scim_attributes.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/scim_groups.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/segment_groups.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/server_groups.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/servers.py +2 -2
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/service_edge_group.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/service_edges.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/trusted_networks.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/user_portal_controller.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/user_portal_link.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/account_details.py +3 -3
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/admin_roles.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/admin_users.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/api_keys.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/ec_groups.py +3 -3
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/forwarding_gateways.py +2 -2
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/forwarding_rules.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/ip_destination_groups.py +2 -2
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/ip_groups.py +2 -2
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/ip_source_groups.py +2 -2
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/location_management.py +2 -2
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/location_template.py +2 -2
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/nw_service.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/nw_service_groups.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/provisioning_url.py +1 -1
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/LICENSE.md +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/README.md +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/api_client.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/cache/__init__.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/cache/cache.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/cache/no_op_cache.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/cache/zscaler_cache.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/config/__init__.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/config/config_setter.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/config/config_validator.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/constants.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/error_messages.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/errors/__init__.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/errors/error.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/errors/http_error.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/errors/response_checker.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/errors/zscaler_api_error.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/exceptions/__init__.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/exceptions/exceptions.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/helpers.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/logger.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/oneapi_collection.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/oneapi_http_client.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/oneapi_oauth_client.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/oneapi_object.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/oneapi_response.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ratelimiter/__init__.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ratelimiter/ratelimiter.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/request_executor.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/types.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/user_agent.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/utils.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/__init__.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/company.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/entitlements.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/legacy.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/models/admin_roles.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/models/admin_user.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/models/devices.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/models/failopenpolicy.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/models/forwardingprofile.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/models/getcompanyinfo.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/models/manage_pass.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/models/secrets_otp.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/models/secrets_passwords.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/models/trustednetworks.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/models/webappservice.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/models/webpolicy.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/models/webprivacy.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/models/zdxgroupentitlements.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/models/zpagroupentitlements.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/secrets.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/web_privacy.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zcc/zcc_service.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/__init__.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/legacy.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/models/administration.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/models/alerts.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/models/application_users.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/models/applications.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/models/call_quality_metrics.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/models/common.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/models/devices.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/models/snapshot.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/models/software_inventory.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/models/troubleshooting.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/models/users.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/snapshot.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zdx/zdx_service.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/__init__.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/activate.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/admin_roles.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/admin_users.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/advanced_settings.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/alert_subscriptions.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/apptotal.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/atp_policy.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/audit_logs.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/authentication_settings.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/browser_control_settings.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/end_user_notification.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/ftp_control_policy.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/iot_report.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/locations.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/malware_protection_policy.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/mobile_threat_settings.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/__init__.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/activation.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/admin_roles.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/admin_users.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/advanced_settings.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/advanced_threat_settings.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/alert_subscriptions.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/apptotal.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/authentication_settings.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/bandwidth_classes.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/bandwidth_control_rules.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/browser_control_settings.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/casb_dlp_rules.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/casb_malware_rules.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/cloud_app_instances.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/cloud_app_policy.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/cloud_browser_isolation.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/cloud_firewall_app_services.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/cloud_firewall_destination_groups.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/cloud_firewall_dns_rules.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/cloud_firewall_ips_rules.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/cloud_firewall_nw_application_groups.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/cloud_firewall_nw_applications.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/cloud_firewall_nw_service.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/cloud_firewall_nw_service_groups.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/cloud_firewall_rules.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/cloud_firewall_source_groups.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/cloud_firewall_time_windows.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/cloud_nss.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/cloud_to_cloud_ir.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/cloudappcontrol.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/common.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/dedicated_ip_gateways.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/device_groups.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/devices.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/dlp_dictionary.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/dlp_engine.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/dlp_resources.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/dlp_templates.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/dlp_web_rules.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/dns_gateways.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/endusernotification.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/filetyperules.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/forwarding_control_policy.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/ftp_control_policy.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/gre_recommended_list.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/gre_tunnel_info.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/gre_tunnels.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/gre_vips.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/intermediate_certificates.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/iotreport.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/ipv6_config.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/location_group.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/malware_protection_settings.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/mobile_threat_settings.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/nat_control_policy.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/nss_servers.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/organization_information.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/pac_files.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/proxies.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/proxy_gateways.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/remoteassistance.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/risk_profiles.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/rule_labels.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/saas_security_api.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/sandboxrules.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/security_policy_settings.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/shadow_it_report.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/ssl_inspection_rules.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/subclouds.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/system_audit.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/tenancy_restriction_profile.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/time_intervals.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/traffic_datacenters.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/traffic_dc_exclusions.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/traffic_extranet.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/traffic_static_ip.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/traffic_vpn_credentials.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/url_filter_cloud_app_settings.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/url_filtering_rules.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/urlcategory.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/user_management.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/vzen_clusters.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/vzen_nodes.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/workload_groups.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/models/zpa_gateway.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/organization_information.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/policy_export.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/remote_assistance.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/sandbox.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/security_policy_settings.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/system_audit.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zia/user_management.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zidentity/__init__.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zidentity/models/api_client.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zidentity/models/common.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zidentity/models/groups.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zidentity/models/resource_servers.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zidentity/models/user_entitlement.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zidentity/models/users.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zidentity/user_entitlement.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zidentity/zidentity_service.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/__init__.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/admin_sso_controller.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/app_connector_schedule.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/app_segment_by_type.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/application_segment.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/browser_protection.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/cbi_region.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/client_settings.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/customer_controller.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/extranet_resource.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/legacy.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/location_controller.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/administrator_controller.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/api_keys.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/app_connector_groups.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/app_connector_schedule.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/app_connectors.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/app_protection_predefined_controls.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/app_protection_profile.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/application_segment.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/application_segment_lb.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/application_servers.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/branch_connectors.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/browser_protection.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/c2c_ip_ranges.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/cbi_banner.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/cbi_certificate.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/cbi_profile.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/cbi_region.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/cbi_zpa_profile.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/certificates.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/client_settings.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/cloud_connector_controller.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/cloud_connector_groups.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/common.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/config_override_controller.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/customer_controller.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/customer_domain.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/customer_dr_tool.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/customer_version_profile.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/emergency_access.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/enrollment_certificates.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/idp.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/lss.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/machine_groups.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/managed_browser_profile.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/microtenants.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/npn_client_controller.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/oauth2_user_code.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/policyset_controller_v1.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/policyset_controller_v2.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/posture_profiles.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/pra_approval.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/pra_console.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/pra_cred_pool_controller.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/pra_credential.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/pra_portal.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/private_cloud_controller.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/private_cloud_group.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/provisioning_keys.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/role_controller.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/saml_attributes.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/scim_attributes.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/scim_groups.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/segment_group.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/server_group.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/service_edge_groups.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/service_edge_schedule.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/service_edges.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/stepup_auth_level.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/trusted_network.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/user_portal_aup.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/user_portal_controller.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/user_portal_link.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/models/zia_customer_config.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/oauth2_user_code.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/service_edge_schedule.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/stepup_auth_level.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/user_portal_aup.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/workload_tag_group.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/zia_customer_config.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zpa/zpa_service.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/__init__.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/account_groups.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/activation.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/discovery_service.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/legacy.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/account_groups.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/activation.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/admin_roles.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/admin_users.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/api_keys.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/common.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/discovery_service.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/ec_group_vm.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/ecgroup.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/forwarding_gateways.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/forwarding_rules.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/ip_destination_groups.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/ip_groups.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/ip_source_groups.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/location_management.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/location_templates.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/nw_service.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/nw_service_groups.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/provisioning_url.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/public_cloud_info.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/traffic_vpn_credentials.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/models/zpa_resources.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/public_cloud_info.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/ztw/ztw_service.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zwa/__init__.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zwa/audit_logs.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zwa/dlp_incidents.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zwa/legacy.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zwa/models/audit_logs.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zwa/models/change_history.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zwa/models/common.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zwa/models/generated_tickets.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zwa/models/incident_details.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zwa/models/incident_evidence.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zwa/models/incident_group_search.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zwa/models/incident_search.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/zscaler/zwa/models/incident_trigger.py +0 -0
- {zscaler_sdk_python-1.9.0 → zscaler_sdk_python-1.9.2}/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.2
|
|
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
|
|
@@ -28,7 +28,7 @@ Requires-Dist: flatdict (>=4.0.0)
|
|
|
28
28
|
Requires-Dist: pydash (>=8.0.3)
|
|
29
29
|
Requires-Dist: python-box (>=7.3.0)
|
|
30
30
|
Requires-Dist: python-dateutil (>=2.9.0)
|
|
31
|
-
Requires-Dist: python-jose[cryptography] (>=3.
|
|
31
|
+
Requires-Dist: python-jose[cryptography] (>=3.5.0)
|
|
32
32
|
Requires-Dist: pytz (>=2024.2)
|
|
33
33
|
Requires-Dist: pyyaml (>=6.0.0)
|
|
34
34
|
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.2"
|
|
4
4
|
description = "Official Python SDK for the Zscaler Products"
|
|
5
5
|
authors = ["Zscaler, Inc. <devrel@zscaler.com>"]
|
|
6
6
|
license = "MIT"
|
|
@@ -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"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
from typing import Dict, Any, Optional
|
|
1
|
+
from typing import Dict, Any, Optional, TypeVar
|
|
2
2
|
import requests
|
|
3
3
|
import logging
|
|
4
4
|
import os
|
|
@@ -24,6 +24,8 @@ from zscaler.zpa.legacy import LegacyZPAClientHelper
|
|
|
24
24
|
from zscaler.zia.legacy import LegacyZIAClientHelper
|
|
25
25
|
from zscaler.zwa.legacy import LegacyZWAClientHelper
|
|
26
26
|
|
|
27
|
+
TLegacy = TypeVar("TLegacy")
|
|
28
|
+
|
|
27
29
|
|
|
28
30
|
class Client:
|
|
29
31
|
"""A Zscaler client object"""
|
|
@@ -208,7 +210,7 @@ class Client:
|
|
|
208
210
|
@property
|
|
209
211
|
def zcc(self):
|
|
210
212
|
if self.use_legacy_client:
|
|
211
|
-
return self.zcc_legacy_client
|
|
213
|
+
return self._require_legacy_client("ZCC", self.zcc_legacy_client)
|
|
212
214
|
if self._zcc is None:
|
|
213
215
|
self._zcc = ZCCService(self)
|
|
214
216
|
return self._zcc
|
|
@@ -216,7 +218,7 @@ class Client:
|
|
|
216
218
|
@property
|
|
217
219
|
def zdx(self):
|
|
218
220
|
if self.use_legacy_client:
|
|
219
|
-
return self.zdx_legacy_client
|
|
221
|
+
return self._require_legacy_client("ZDX", self.zdx_legacy_client)
|
|
220
222
|
if self._zdx is None:
|
|
221
223
|
self._zdx = ZDXService(self)
|
|
222
224
|
return self._zdx
|
|
@@ -224,7 +226,7 @@ class Client:
|
|
|
224
226
|
@property
|
|
225
227
|
def zia(self):
|
|
226
228
|
if self.use_legacy_client:
|
|
227
|
-
return self.zia_legacy_client
|
|
229
|
+
return self._require_legacy_client("ZIA", self.zia_legacy_client)
|
|
228
230
|
if self._zia is None:
|
|
229
231
|
# Pass RequestExecutor directly
|
|
230
232
|
self._zia = ZIAService(self._request_executor)
|
|
@@ -233,7 +235,7 @@ class Client:
|
|
|
233
235
|
@property
|
|
234
236
|
def zwa(self):
|
|
235
237
|
if self.use_legacy_client:
|
|
236
|
-
return self.zwa_legacy_client
|
|
238
|
+
return self._require_legacy_client("ZWA", self.zwa_legacy_client)
|
|
237
239
|
if self._zwa is None:
|
|
238
240
|
self._zwa = ZWAService(self)
|
|
239
241
|
return self._zwa
|
|
@@ -241,7 +243,7 @@ class Client:
|
|
|
241
243
|
@property
|
|
242
244
|
def ztw(self):
|
|
243
245
|
if self.use_legacy_client:
|
|
244
|
-
return self.ztw_legacy_client
|
|
246
|
+
return self._require_legacy_client("ZTW", self.ztw_legacy_client)
|
|
245
247
|
if self._ztw is None:
|
|
246
248
|
# Pass RequestExecutor directly
|
|
247
249
|
self._ztw = ZTWService(self._request_executor)
|
|
@@ -250,7 +252,7 @@ class Client:
|
|
|
250
252
|
@property
|
|
251
253
|
def zpa(self):
|
|
252
254
|
if self.use_legacy_client:
|
|
253
|
-
return self.zpa_legacy_client
|
|
255
|
+
return self._require_legacy_client("ZPA", self.zpa_legacy_client)
|
|
254
256
|
if self._zpa is None:
|
|
255
257
|
self._zpa = ZPAService(self._request_executor, self._config)
|
|
256
258
|
return self._zpa
|
|
@@ -319,6 +321,21 @@ class Client:
|
|
|
319
321
|
def clear_custom_headers(self):
|
|
320
322
|
self._request_executor.clear_custom_headers()
|
|
321
323
|
|
|
324
|
+
def _require_legacy_client(self, service_name: str, client: Optional[TLegacy]) -> TLegacy:
|
|
325
|
+
"""
|
|
326
|
+
Ensure a legacy client instance is available before returning it.
|
|
327
|
+
|
|
328
|
+
Raises:
|
|
329
|
+
RuntimeError: If the legacy client was requested but not provided.
|
|
330
|
+
"""
|
|
331
|
+
if client is None:
|
|
332
|
+
raise RuntimeError(
|
|
333
|
+
f"Legacy {service_name} client requested but no legacy client instance was provided. "
|
|
334
|
+
"Pass the appropriate legacy helper when constructing the Client or disable "
|
|
335
|
+
"use_legacy_client."
|
|
336
|
+
)
|
|
337
|
+
return client
|
|
338
|
+
|
|
322
339
|
def get_custom_headers(self):
|
|
323
340
|
return self._request_executor.get_custom_headers()
|
|
324
341
|
|
|
@@ -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.0 → zscaler_sdk_python-1.9.2}/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.0 → zscaler_sdk_python-1.9.2}/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
|
|