zscaler-sdk-python 1.9.19__tar.gz → 1.9.21__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.19 → zscaler_sdk_python-1.9.21}/PKG-INFO +129 -26
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/README.md +127 -25
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/pyproject.toml +2 -1
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/__init__.py +1 -1
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/oneapi_response.py +78 -45
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/request_executor.py +8 -24
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zbi/custom_apps.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zbi/reports.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zcc/admin_user.py +16 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zcc/devices.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zcc/fail_open_policy.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zcc/forwarding_profile.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zcc/models/getcompanyinfo.py +0 -3
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zcc/trusted_networks.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zcc/web_app_service.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zcc/web_policy.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zdx/admin.py +16 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zdx/alerts.py +24 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zdx/apps.py +16 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zdx/devices.py +16 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zdx/inventory.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zdx/troubleshooting.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zdx/users.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zeasm/findings.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zeasm/lookalike_domains.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zeasm/organizations.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/admin_roles.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/alert_subscriptions.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/bandwidth_classes.py +16 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/bandwidth_control_rules.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/cloud_applications.py +16 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/cloud_firewall.py +24 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/cloud_nss.py +16 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/cloud_to_cloud_ir.py +24 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/cloudappcontrol.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/device_management.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/dlp_dictionary.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/dlp_engine.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/dlp_web_rules.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/dns_gatways.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/forwarding_control.py +1 -1
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/gre_tunnel.py +40 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/intermediate_certificates.py +24 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/ipv6_config.py +16 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/locations.py +64 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/nss_servers.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/pac_files.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/proxies.py +32 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/risk_profiles.py +16 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/rule_labels.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/saas_security_api.py +40 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/shadow_it_report.py +16 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/sub_clouds.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/time_intervals.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/traffic_capture.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/traffic_datacenters.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/traffic_extranet.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/traffic_static_ip.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/traffic_vpn_credentials.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/user_management.py +32 -1
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/vzen_clusters.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/vzen_nodes.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/zpa_gateway.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zid/api_client.py +9 -1
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zid/groups.py +17 -1
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zid/resource_servers.py +9 -1
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zid/user_entitlement.py +1 -1
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zid/users.py +17 -1
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/administrator_controller.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/api_keys.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/app_connector_groups.py +16 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/app_connectors.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/app_protection.py +56 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/app_segments_ba.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/app_segments_ba_v2.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/app_segments_inspection.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/app_segments_pra.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/application_segment.py +5 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/branch_connector_group.py +16 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/branch_connectors.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/browser_protection.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/c2c_ip_ranges.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/cbi_banner.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/cbi_certificate.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/cbi_profile.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/cbi_region.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/cbi_zpa_profile.py +16 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/certificates.py +16 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/cloud_connector_controller.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/cloud_connector_groups.py +16 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/config_override_controller.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/customer_domain.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/customer_dr_tool.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/customer_version_profile.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/emergency_access.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/enrollment_certificates.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/extranet_resource.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/idp.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/lss.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/machine_groups.py +16 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/managed_browser_profile.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/microtenants.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/npn_client_controller.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/policies.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/posture_profiles.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/pra_approval.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/pra_console.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/pra_credential.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/pra_credential_pool.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/pra_portal.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/private_cloud_controller.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/private_cloud_group.py +16 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/provisioning.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/role_controller.py +16 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/saml_attributes.py +16 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/scim_attributes.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/scim_groups.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/segment_groups.py +5 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/server_groups.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/servers.py +16 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/service_edge_group.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/service_edges.py +9 -3
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/tag_group.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/tag_namespace.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/trusted_networks.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/user_portal_aup.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/user_portal_controller.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/user_portal_link.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztb/alarms.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztb/api_key.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztb/devices.py +32 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztb/groups_router.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztb/site.py +24 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztb/site2site_vpn.py +16 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztb/template_router.py +24 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/account_details.py +24 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/account_groups.py +16 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/admin_roles.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/admin_users.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/api_keys.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/ec_groups.py +24 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/forwarding_gateways.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/location_management.py +16 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/location_template.py +16 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/nw_service.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/provisioning_url.py +8 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/public_cloud_info.py +16 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/LICENSE.md +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/api_client.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/cache/__init__.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/cache/cache.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/cache/no_op_cache.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/cache/zscaler_cache.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/config/__init__.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/config/config_setter.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/config/config_validator.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/constants.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/error_messages.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/errors/__init__.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/errors/error.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/errors/graphql_error.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/errors/http_error.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/errors/response_checker.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/errors/zscaler_api_error.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/exceptions/__init__.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/exceptions/exceptions.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/helpers.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/logger.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/oneapi_client.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/oneapi_collection.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/oneapi_http_client.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/oneapi_oauth_client.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/oneapi_object.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ratelimiter/__init__.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ratelimiter/ratelimiter.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/types.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/user_agent.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/utils.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zaiguard/__init__.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zaiguard/legacy.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zaiguard/models/__init__.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zaiguard/models/policy_detection.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zaiguard/policy_detection.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zaiguard/zaiguard_service.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zbi/__init__.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zbi/models/__init__.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zbi/models/custom_apps.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zbi/models/report_configs.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zbi/report_configs.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zbi/zbi_service.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zcc/__init__.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zcc/company.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zcc/entitlements.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zcc/legacy.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zcc/models/admin_roles.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zcc/models/admin_user.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zcc/models/devices.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zcc/models/failopenpolicy.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zcc/models/forwardingprofile.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zcc/models/manage_pass.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zcc/models/secrets_otp.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zcc/models/secrets_passwords.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zcc/models/trustednetworks.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zcc/models/webappservice.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zcc/models/webpolicy.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zcc/models/webprivacy.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zcc/models/zdxgroupentitlements.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zcc/models/zpagroupentitlements.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zcc/secrets.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zcc/web_privacy.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zcc/zcc_service.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zdx/__init__.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zdx/legacy.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zdx/models/administration.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zdx/models/alerts.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zdx/models/application_users.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zdx/models/applications.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zdx/models/call_quality_metrics.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zdx/models/common.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zdx/models/devices.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zdx/models/snapshot.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zdx/models/software_inventory.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zdx/models/troubleshooting.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zdx/models/users.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zdx/snapshot.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zdx/zdx_service.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zeasm/__init__.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zeasm/models/__init__.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zeasm/models/common.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zeasm/models/findings.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zeasm/models/lookalike_domains.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zeasm/models/organizations.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zeasm/zeasm_service.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/__init__.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/activate.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/admin_users.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/advanced_settings.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/apptotal.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/atp_policy.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/audit_logs.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/authentication_settings.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/browser_control_settings.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/casb_dlp_rules.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/casb_malware_rules.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/cloud_app_instances.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/cloud_browser_isolation.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/cloud_firewall_dns.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/cloud_firewall_ips.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/cloud_firewall_rules.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/custom_file_types.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/dedicated_ip_gateways.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/dlp_resources.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/dlp_templates.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/end_user_notification.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/file_type_control_rule.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/ftp_control_policy.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/iot_report.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/legacy.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/malware_protection_policy.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/mobile_threat_settings.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/__init__.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/activation.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/admin_roles.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/admin_users.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/advanced_settings.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/advanced_threat_settings.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/alert_subscriptions.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/apptotal.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/authentication_settings.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/bandwidth_classes.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/bandwidth_control_rules.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/browser_control_settings.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/casb_dlp_rules.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/casb_malware_rules.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/cloud_app_instances.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/cloud_app_policy.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/cloud_browser_isolation.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/cloud_firewall_app_services.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/cloud_firewall_destination_groups.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/cloud_firewall_dns_rules.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/cloud_firewall_ips_rules.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/cloud_firewall_nw_application_groups.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/cloud_firewall_nw_applications.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/cloud_firewall_nw_service.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/cloud_firewall_nw_service_groups.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/cloud_firewall_rules.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/cloud_firewall_source_groups.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/cloud_firewall_time_windows.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/cloud_nss.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/cloud_to_cloud_ir.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/cloudappcontrol.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/common.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/custom_file_types.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/dedicated_ip_gateways.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/device_groups.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/devices.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/dlp_dictionary.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/dlp_engine.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/dlp_resources.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/dlp_templates.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/dlp_web_rules.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/dns_gateways.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/endusernotification.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/filetyperules.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/forwarding_control_policy.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/ftp_control_policy.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/gre_recommended_list.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/gre_tunnel_info.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/gre_tunnels.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/gre_vips.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/intermediate_certificates.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/iotreport.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/ipv6_config.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/location_group.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/location_management.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/malware_protection_settings.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/mobile_threat_settings.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/nat_control_policy.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/nss_servers.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/organization_information.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/pac_files.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/proxies.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/proxy_gateways.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/remoteassistance.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/risk_profiles.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/rule_labels.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/saas_security_api.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/sandbox.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/sandboxrules.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/security_policy_settings.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/shadow_it_report.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/ssl_inspection_rules.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/subclouds.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/system_audit.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/tenancy_restriction_profile.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/time_intervals.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/traffic_capture.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/traffic_datacenters.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/traffic_dc_exclusions.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/traffic_extranet.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/traffic_static_ip.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/traffic_vpn_credentials.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/url_filter_cloud_app_settings.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/url_filtering_rules.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/urlcategory.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/user_management.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/vzen_clusters.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/vzen_nodes.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/workload_groups.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/models/zpa_gateway.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/nat_control_policy.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/organization_information.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/policy_export.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/remote_assistance.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/sandbox.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/sandbox_rules.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/security_policy_settings.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/ssl_inspection_rules.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/system_audit.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/tenancy_restriction_profile.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/url_categories.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/url_filtering.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/workload_groups.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zia/zia_service.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zid/__init__.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zid/models/api_client.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zid/models/common.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zid/models/groups.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zid/models/resource_servers.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zid/models/user_entitlement.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zid/models/users.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zid/zid_service.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zins/__init__.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zins/cyber_security.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zins/firewall.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zins/iot.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zins/models/__init__.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zins/models/common.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zins/models/enums.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zins/models/inputs.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zins/saas_security.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zins/shadow_it.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zins/web_traffic.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zins/zins_service.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zms/__init__.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zms/agent_groups.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zms/agents.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zms/app_catalog.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zms/app_zones.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zms/models/__init__.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zms/models/common.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zms/models/enums.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zms/models/inputs.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zms/nonces.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zms/policy_rules.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zms/resource_groups.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zms/resources.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zms/tags.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zms/zms_service.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/__init__.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/admin_sso_controller.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/app_connector_schedule.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/app_segment_by_type.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/client_settings.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/customer_controller.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/legacy.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/location_controller.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/administrator_controller.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/api_keys.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/app_connector_groups.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/app_connector_schedule.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/app_connectors.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/app_protection_predefined_controls.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/app_protection_profile.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/application_segment.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/application_segment_lb.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/application_servers.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/branch_connectors.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/browser_protection.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/c2c_ip_ranges.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/cbi_banner.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/cbi_certificate.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/cbi_profile.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/cbi_region.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/cbi_zpa_profile.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/certificates.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/client_settings.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/cloud_connector_controller.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/cloud_connector_groups.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/common.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/config_override_controller.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/customer_controller.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/customer_domain.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/customer_dr_tool.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/customer_version_profile.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/emergency_access.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/enrollment_certificates.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/idp.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/lss.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/machine_groups.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/managed_browser_profile.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/microtenants.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/npn_client_controller.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/oauth2_user_code.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/policyset_controller_v1.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/policyset_controller_v2.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/posture_profiles.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/pra_approval.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/pra_console.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/pra_cred_pool_controller.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/pra_credential.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/pra_portal.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/private_cloud_controller.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/private_cloud_group.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/provisioning_keys.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/role_controller.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/saml_attributes.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/scim_attributes.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/scim_groups.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/segment_group.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/server_group.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/service_edge_groups.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/service_edge_schedule.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/service_edges.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/stepup_auth_level.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/tag_group.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/tag_key.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/tag_namespace.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/trusted_network.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/user_portal_aup.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/user_portal_controller.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/user_portal_link.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/models/zia_customer_config.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/oauth2_user_code.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/service_edge_schedule.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/stepup_auth_level.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/tag_key.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/workload_tag_group.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/zia_customer_config.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zpa/zpa_service.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztb/__init__.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztb/app_connector_config.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztb/legacy.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztb/logs.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztb/models/__init__.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztb/models/alarms.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztb/models/api_key.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztb/models/app_connector_config.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztb/models/common.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztb/models/devices.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztb/models/groups_router.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztb/models/logs.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztb/models/policy_comments.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztb/models/ransomware_kill.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztb/models/site.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztb/models/site2site_vpn.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztb/models/template_router.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztb/policy_comments.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztb/ransomware_kill.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztb/ztb_service.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/__init__.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/activation.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/discovery_service.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/forwarding_rules.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/ip_destination_groups.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/ip_groups.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/ip_source_groups.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/legacy.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/models/account_groups.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/models/activation.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/models/admin_roles.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/models/admin_users.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/models/api_keys.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/models/common.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/models/discovery_service.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/models/ec_group_vm.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/models/ecgroup.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/models/forwarding_gateways.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/models/forwarding_rules.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/models/ip_destination_groups.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/models/ip_groups.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/models/ip_source_groups.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/models/location_management.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/models/location_templates.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/models/nw_service.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/models/nw_service_groups.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/models/provisioning_url.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/models/public_cloud_info.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/models/traffic_vpn_credentials.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/models/workload_groups.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/models/zpa_resources.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/nw_service_groups.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/workload_groups.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/ztw/ztw_service.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zwa/__init__.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zwa/audit_logs.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zwa/dlp_incidents.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zwa/legacy.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zwa/models/audit_logs.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zwa/models/change_history.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zwa/models/common.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zwa/models/generated_tickets.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zwa/models/incident_details.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zwa/models/incident_evidence.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zwa/models/incident_group_search.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zwa/models/incident_search.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/zscaler/zwa/models/incident_trigger.py +0 -0
- {zscaler_sdk_python-1.9.19 → zscaler_sdk_python-1.9.21}/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.21
|
|
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
|
|
@@ -23,6 +23,7 @@ Requires-Dist: PyJWT (>=2.10.1)
|
|
|
23
23
|
Requires-Dist: aenum (>=3.1.11)
|
|
24
24
|
Requires-Dist: arrow (>=1.3.0)
|
|
25
25
|
Requires-Dist: cryptography (>=45.0.2)
|
|
26
|
+
Requires-Dist: jmespath (>=1.0.0)
|
|
26
27
|
Requires-Dist: jwcrypto (>=1.5.6)
|
|
27
28
|
Requires-Dist: pydash (>=8.0.3)
|
|
28
29
|
Requires-Dist: python-box (>=7.3.0)
|
|
@@ -63,6 +64,7 @@ Description-Content-Type: text/markdown
|
|
|
63
64
|
* [Zscaler Legacy API Framework](#zscaler-legacy-api-framework)
|
|
64
65
|
* [Configuration reference](#configuration-reference)
|
|
65
66
|
* [Pagination](#pagination)
|
|
67
|
+
* [Client-Side Filtering with JMESPath](#client-side-filtering-with-jmespath)
|
|
66
68
|
* [Contributing](#contributing)
|
|
67
69
|
|
|
68
70
|
The Zscaler SDK for Python includes functionality to accelerate development via [Python](https://www.python.org/). This SDK can be
|
|
@@ -77,10 +79,11 @@ used in your server-side code to interact with the Zscaler API platform across m
|
|
|
77
79
|
* [ZTB API (Zero Trust Branch)](https://help.zscaler.com/)
|
|
78
80
|
* [ZWA API](https://help.zscaler.com/workflow-automation/getting-started-workflow-automation-api)
|
|
79
81
|
* [EASM API](https://hhttps://help.zscaler.com/easm/easm-api/api-developer-reference-guide/reference-guide)
|
|
80
|
-
* Z-Insights (
|
|
81
|
-
* ZMS
|
|
82
|
+
* [Z-Insights - ZINS](https://help.zscaler.com/zscaler-analytics/getting-started) — GraphQL Analytics API
|
|
83
|
+
* [ZMS - Zscaler Microsegmentation](https://help.zscaler.com/legacy-apis/using-zscaler-microsegmentation-api) — GraphQL Microsegmentation API
|
|
84
|
+
* [Business Insights](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/bi)
|
|
82
85
|
|
|
83
|
-
This SDK is designed to support the new Zscaler API framework [OneAPI](https://
|
|
86
|
+
This SDK is designed to support the new Zscaler API framework [OneAPI](https://automate.zscaler.com/docs/getting-started/getting-started)
|
|
84
87
|
via a single OAuth2 HTTP client. The SDK is also backwards compatible with the previous
|
|
85
88
|
Zscaler API framework, and each package is supported by an individual and robust HTTP client
|
|
86
89
|
designed to handle failures on different levels by performing intelligent retries.
|
|
@@ -210,19 +213,24 @@ In most cases, you won't need to build the SDK from source. If you want to build
|
|
|
210
213
|
### You'll also need
|
|
211
214
|
|
|
212
215
|
* An administrator account in the Zscaler products you want to interact with.
|
|
213
|
-
* [OneAPI](https://
|
|
216
|
+
* [OneAPI](https://automate.zscaler.com/docs/getting-started/getting-started): If you are using the OneAPI entrypoint you must have a API Client created in the [Zidentity platform](https://help.zscaler.com/zidentity/about-api-clients)
|
|
214
217
|
* Legacy Framework: If using the legacy API framework you must have API Keys credentials in the the respective Zscaler cloud products.
|
|
215
218
|
* For more information on getting started with Zscaler APIs visit one of the following links:
|
|
216
219
|
|
|
217
|
-
* [OneAPI](https://
|
|
218
|
-
* [ZPA API](https://
|
|
219
|
-
* [ZIA API](https://
|
|
220
|
-
* [
|
|
221
|
-
* [
|
|
222
|
-
* [
|
|
223
|
-
* [ZTW API](https://
|
|
220
|
+
* [OneAPI](https://automate.zscaler.com/docs/getting-started/getting-started)
|
|
221
|
+
* [ZPA API](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/zpa)
|
|
222
|
+
* [ZIA API](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/zia)
|
|
223
|
+
* [ZDX API](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/zdx)
|
|
224
|
+
* [ZCC API](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/zcc)
|
|
225
|
+
* [ZIdentity (ZID)](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/zid)
|
|
226
|
+
* [ZTW API](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/zcloudconnector)
|
|
227
|
+
* [ZTB API (Zero Trust Branch)](https://help.zscaler.com/)
|
|
224
228
|
* [ZWA API](https://help.zscaler.com/workflow-automation/getting-started-workflow-automation-api)
|
|
225
229
|
* [EASM API](https://hhttps://help.zscaler.com/easm/easm-api/api-developer-reference-guide/reference-guide)
|
|
230
|
+
* [Z-Insights - ZINS](https://help.zscaler.com/zscaler-analytics/getting-started) — GraphQL Analytics API
|
|
231
|
+
* [ZMS - Zscaler Microsegmentation](https://help.zscaler.com/legacy-apis/using-zscaler-microsegmentation-api) — GraphQL Microsegmentation API
|
|
232
|
+
* [Zscaler AI Guard API](https://help.zscaler.com/ai-guard)
|
|
233
|
+
* [Business Insights](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/bi)
|
|
226
234
|
|
|
227
235
|
## Usage guide
|
|
228
236
|
|
|
@@ -234,7 +242,7 @@ Once you initialize a specific service client, you can call methods to make requ
|
|
|
234
242
|
|
|
235
243
|
## Authentication
|
|
236
244
|
|
|
237
|
-
The latest versions => 0.20.0 of this SDK provides dual API client capability and can be used to interact both with new Zscaler [OneAPI](https://
|
|
245
|
+
The latest versions => 0.20.0 of this SDK provides dual API client capability and can be used to interact both with new Zscaler [OneAPI](https://automate.zscaler.com/docs/getting-started/getting-started) framework and the legacy API platform.
|
|
238
246
|
|
|
239
247
|
If your Zscaler tenant has not been migrated to the new Zscaler [Zidentity platform](https://help.zscaler.com/zidentity/what-zidentity), you must use the respective Legacy API client described in the following section: [Zscaler Legacy API Framework](#zscaler-legacy-api-framework)
|
|
240
248
|
|
|
@@ -244,13 +252,19 @@ If your Zscaler tenant has not been migrated to the new Zscaler [Zidentity platf
|
|
|
244
252
|
|
|
245
253
|
As of the publication of SDK version => 1.7.x, OneAPI is available for programmatic interaction with the following products:
|
|
246
254
|
|
|
247
|
-
* [ZPA API](https://
|
|
248
|
-
* [ZIA API](https://
|
|
249
|
-
* [
|
|
250
|
-
* [
|
|
251
|
-
* [
|
|
252
|
-
* [ZTW API](https://
|
|
255
|
+
* [ZPA API](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/zpa)
|
|
256
|
+
* [ZIA API](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/zia)
|
|
257
|
+
* [ZDX API](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/zdx)
|
|
258
|
+
* [ZCC API](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/zcc)
|
|
259
|
+
* [ZIdentity (zid)](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/zid)
|
|
260
|
+
* [ZTW API](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/zcloudconnector)
|
|
261
|
+
* [ZTB API (Zero Trust Branch)](https://help.zscaler.com/)
|
|
262
|
+
* [ZWA API](https://help.zscaler.com/workflow-automation/getting-started-workflow-automation-api)
|
|
253
263
|
* [EASM API](https://hhttps://help.zscaler.com/easm/easm-api/api-developer-reference-guide/reference-guide)
|
|
264
|
+
* [Z-Insights - ZINS](https://help.zscaler.com/zscaler-analytics/getting-started) — GraphQL Analytics API
|
|
265
|
+
* [ZMS - Zscaler Microsegmentation](https://help.zscaler.com/legacy-apis/using-zscaler-microsegmentation-api) — GraphQL Microsegmentation API
|
|
266
|
+
* [Zscaler AI Guard API](https://help.zscaler.com/ai-guard)
|
|
267
|
+
* [Business Insights](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/bi)
|
|
254
268
|
|
|
255
269
|
**NOTE** All other products such as Zscaler Cloud Connector (ZTW) and Zscaler Digital Experience (ZDX) are supported only via the legacy authentication method described in this README.
|
|
256
270
|
|
|
@@ -745,6 +759,95 @@ except StopIteration:
|
|
|
745
759
|
print("All data fetched.")
|
|
746
760
|
```
|
|
747
761
|
|
|
762
|
+
### Client-Side Filtering with JMESPath
|
|
763
|
+
|
|
764
|
+
The SDK supports client-side filtering and projection of API results using [JMESPath](https://jmespath.org/) expressions. After any list call, you can use `resp.search(expression)` to filter, project, or reshape the response data without making additional API calls.
|
|
765
|
+
|
|
766
|
+
JMESPath is a query language for JSON that lets you declaratively extract and transform elements from JSON documents. The `.search()` method applies a JMESPath expression to the current page of results and returns a list of matching items.
|
|
767
|
+
|
|
768
|
+
#### Basic Filtering
|
|
769
|
+
|
|
770
|
+
```py
|
|
771
|
+
# Fetch users and filter admin users client-side
|
|
772
|
+
users, resp, err = client.zia.user_management.list_users()
|
|
773
|
+
admin_users = resp.search("[?adminUser==`true`]")
|
|
774
|
+
print(f"Found {len(admin_users)} admin users")
|
|
775
|
+
```
|
|
776
|
+
|
|
777
|
+
#### Projection (Selecting Specific Fields)
|
|
778
|
+
|
|
779
|
+
```py
|
|
780
|
+
# Extract only names and emails
|
|
781
|
+
users, resp, err = client.zia.user_management.list_users()
|
|
782
|
+
names_emails = resp.search("[*].{name: name, email: email}")
|
|
783
|
+
for item in names_emails:
|
|
784
|
+
print(f"{item['name']}: {item['email']}")
|
|
785
|
+
```
|
|
786
|
+
|
|
787
|
+
#### Combined Filtering and Projection
|
|
788
|
+
|
|
789
|
+
```py
|
|
790
|
+
# Filter by role and project specific fields
|
|
791
|
+
users, resp, err = client.zia.user_management.list_users()
|
|
792
|
+
result = resp.search("[?adminUser==`true`].{name: name, id: id}")
|
|
793
|
+
```
|
|
794
|
+
|
|
795
|
+
#### Nested Field Filtering
|
|
796
|
+
|
|
797
|
+
```py
|
|
798
|
+
# Filter users by department name
|
|
799
|
+
users, resp, err = client.zia.user_management.list_users()
|
|
800
|
+
eng_users = resp.search("[?department.name=='Engineering'].name")
|
|
801
|
+
```
|
|
802
|
+
|
|
803
|
+
#### Using with Paginated Results
|
|
804
|
+
|
|
805
|
+
`.search()` operates on the current page. To filter across all pages, apply it to each page as you paginate:
|
|
806
|
+
|
|
807
|
+
```py
|
|
808
|
+
users, resp, err = client.zia.user_management.list_users(
|
|
809
|
+
query_params={"page_size": 1000}
|
|
810
|
+
)
|
|
811
|
+
all_admins = resp.search("[?adminUser==`true`]")
|
|
812
|
+
|
|
813
|
+
while resp.has_next():
|
|
814
|
+
next_page, resp, err = resp.next()
|
|
815
|
+
if err:
|
|
816
|
+
break
|
|
817
|
+
if next_page:
|
|
818
|
+
all_admins.extend(resp.search("[?adminUser==`true`]"))
|
|
819
|
+
|
|
820
|
+
print(f"Total admins across all pages: {len(all_admins)}")
|
|
821
|
+
```
|
|
822
|
+
|
|
823
|
+
#### Using with Wrapped Responses
|
|
824
|
+
|
|
825
|
+
For APIs that wrap results in a named key (e.g., ZDX `items`, ZBI `reports`), reference the key in the expression:
|
|
826
|
+
|
|
827
|
+
```py
|
|
828
|
+
# ZDX software inventory
|
|
829
|
+
items, resp, err = client.zdx.software.list_inventory()
|
|
830
|
+
zscaler_sw = resp.search(
|
|
831
|
+
"items[?vendor=='Zscaler'].{name: software_name, devices: device_total}"
|
|
832
|
+
)
|
|
833
|
+
|
|
834
|
+
# ZBI reports
|
|
835
|
+
reports, resp, err = client.zbi.reports.list_reports(report_type="APPLICATION")
|
|
836
|
+
completed = resp.search("reports[?status=='COMPLETED']")
|
|
837
|
+
```
|
|
838
|
+
|
|
839
|
+
#### JMESPath Built-in Functions
|
|
840
|
+
|
|
841
|
+
JMESPath supports built-in functions like `length()`, `sort_by()`, `max_by()`, and more:
|
|
842
|
+
|
|
843
|
+
```py
|
|
844
|
+
# Users with at least one group assigned
|
|
845
|
+
users, resp, err = client.zia.user_management.list_users()
|
|
846
|
+
with_groups = resp.search("[?length(groups || `[]`) > `0`]")
|
|
847
|
+
```
|
|
848
|
+
|
|
849
|
+
For the full JMESPath specification and function reference, see [jmespath.org](https://jmespath.org/).
|
|
850
|
+
|
|
748
851
|
## Logging
|
|
749
852
|
|
|
750
853
|
The Zscaler SDK Python, provides robust logging for debug purposes.
|
|
@@ -1736,14 +1839,14 @@ At this moment we are not accepting contributions, but we welcome suggestions on
|
|
|
1736
1839
|
[zenith]: https://community.zscaler.com/
|
|
1737
1840
|
[zscaler-support]: https://help.zscaler.com/contact-support
|
|
1738
1841
|
[github-issues]: https://github.com/zscaler/zscaler-sdk-python/issues
|
|
1739
|
-
[rate-limiting-zcc]: https://
|
|
1740
|
-
[rate-limiting-ZTW]: https://
|
|
1741
|
-
[rate-limiting-zdx]: https://
|
|
1742
|
-
[rate-limiting-zia]: https://
|
|
1743
|
-
[rate-limiting-zpa]: https://
|
|
1842
|
+
[rate-limiting-zcc]: https://automate.zscaler.com/docs/api-reference-and-guides/guides/rate-limiting/client-connector
|
|
1843
|
+
[rate-limiting-ZTW]: https://automate.zscaler.com/docs/api-reference-and-guides/guides/rate-limiting/cloud-branch-connector
|
|
1844
|
+
[rate-limiting-zdx]: https://automate.zscaler.com/docs/api-reference-and-guides/guides/rate-limiting/zdx
|
|
1845
|
+
[rate-limiting-zia]: https://automate.zscaler.com/docs/api-reference-and-guides/guides/rate-limiting/zia
|
|
1846
|
+
[rate-limiting-zpa]: https://automate.zscaler.com/docs/api-reference-and-guides/guides/rate-limiting/zpa
|
|
1847
|
+
[rate-limiting-bi]: https://automate.zscaler.com/docs/api-reference-and-guides/guides/rate-limiting/bi
|
|
1744
1848
|
[rate-limiting-zwa]: https://help.zscaler.com/workflow-automation/understanding-api-rate-limiting-workflow-automation-api
|
|
1745
|
-
|
|
1746
|
-
[application-segment]: zscaler/zpa/application_segment.py
|
|
1849
|
+
|
|
1747
1850
|
|
|
1748
1851
|
Contributors
|
|
1749
1852
|
------------
|
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
* [Zscaler Legacy API Framework](#zscaler-legacy-api-framework)
|
|
26
26
|
* [Configuration reference](#configuration-reference)
|
|
27
27
|
* [Pagination](#pagination)
|
|
28
|
+
* [Client-Side Filtering with JMESPath](#client-side-filtering-with-jmespath)
|
|
28
29
|
* [Contributing](#contributing)
|
|
29
30
|
|
|
30
31
|
The Zscaler SDK for Python includes functionality to accelerate development via [Python](https://www.python.org/). This SDK can be
|
|
@@ -39,10 +40,11 @@ used in your server-side code to interact with the Zscaler API platform across m
|
|
|
39
40
|
* [ZTB API (Zero Trust Branch)](https://help.zscaler.com/)
|
|
40
41
|
* [ZWA API](https://help.zscaler.com/workflow-automation/getting-started-workflow-automation-api)
|
|
41
42
|
* [EASM API](https://hhttps://help.zscaler.com/easm/easm-api/api-developer-reference-guide/reference-guide)
|
|
42
|
-
* Z-Insights (
|
|
43
|
-
* ZMS
|
|
43
|
+
* [Z-Insights - ZINS](https://help.zscaler.com/zscaler-analytics/getting-started) — GraphQL Analytics API
|
|
44
|
+
* [ZMS - Zscaler Microsegmentation](https://help.zscaler.com/legacy-apis/using-zscaler-microsegmentation-api) — GraphQL Microsegmentation API
|
|
45
|
+
* [Business Insights](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/bi)
|
|
44
46
|
|
|
45
|
-
This SDK is designed to support the new Zscaler API framework [OneAPI](https://
|
|
47
|
+
This SDK is designed to support the new Zscaler API framework [OneAPI](https://automate.zscaler.com/docs/getting-started/getting-started)
|
|
46
48
|
via a single OAuth2 HTTP client. The SDK is also backwards compatible with the previous
|
|
47
49
|
Zscaler API framework, and each package is supported by an individual and robust HTTP client
|
|
48
50
|
designed to handle failures on different levels by performing intelligent retries.
|
|
@@ -172,19 +174,24 @@ In most cases, you won't need to build the SDK from source. If you want to build
|
|
|
172
174
|
### You'll also need
|
|
173
175
|
|
|
174
176
|
* An administrator account in the Zscaler products you want to interact with.
|
|
175
|
-
* [OneAPI](https://
|
|
177
|
+
* [OneAPI](https://automate.zscaler.com/docs/getting-started/getting-started): If you are using the OneAPI entrypoint you must have a API Client created in the [Zidentity platform](https://help.zscaler.com/zidentity/about-api-clients)
|
|
176
178
|
* Legacy Framework: If using the legacy API framework you must have API Keys credentials in the the respective Zscaler cloud products.
|
|
177
179
|
* For more information on getting started with Zscaler APIs visit one of the following links:
|
|
178
180
|
|
|
179
|
-
* [OneAPI](https://
|
|
180
|
-
* [ZPA API](https://
|
|
181
|
-
* [ZIA API](https://
|
|
182
|
-
* [
|
|
183
|
-
* [
|
|
184
|
-
* [
|
|
185
|
-
* [ZTW API](https://
|
|
181
|
+
* [OneAPI](https://automate.zscaler.com/docs/getting-started/getting-started)
|
|
182
|
+
* [ZPA API](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/zpa)
|
|
183
|
+
* [ZIA API](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/zia)
|
|
184
|
+
* [ZDX API](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/zdx)
|
|
185
|
+
* [ZCC API](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/zcc)
|
|
186
|
+
* [ZIdentity (ZID)](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/zid)
|
|
187
|
+
* [ZTW API](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/zcloudconnector)
|
|
188
|
+
* [ZTB API (Zero Trust Branch)](https://help.zscaler.com/)
|
|
186
189
|
* [ZWA API](https://help.zscaler.com/workflow-automation/getting-started-workflow-automation-api)
|
|
187
190
|
* [EASM API](https://hhttps://help.zscaler.com/easm/easm-api/api-developer-reference-guide/reference-guide)
|
|
191
|
+
* [Z-Insights - ZINS](https://help.zscaler.com/zscaler-analytics/getting-started) — GraphQL Analytics API
|
|
192
|
+
* [ZMS - Zscaler Microsegmentation](https://help.zscaler.com/legacy-apis/using-zscaler-microsegmentation-api) — GraphQL Microsegmentation API
|
|
193
|
+
* [Zscaler AI Guard API](https://help.zscaler.com/ai-guard)
|
|
194
|
+
* [Business Insights](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/bi)
|
|
188
195
|
|
|
189
196
|
## Usage guide
|
|
190
197
|
|
|
@@ -196,7 +203,7 @@ Once you initialize a specific service client, you can call methods to make requ
|
|
|
196
203
|
|
|
197
204
|
## Authentication
|
|
198
205
|
|
|
199
|
-
The latest versions => 0.20.0 of this SDK provides dual API client capability and can be used to interact both with new Zscaler [OneAPI](https://
|
|
206
|
+
The latest versions => 0.20.0 of this SDK provides dual API client capability and can be used to interact both with new Zscaler [OneAPI](https://automate.zscaler.com/docs/getting-started/getting-started) framework and the legacy API platform.
|
|
200
207
|
|
|
201
208
|
If your Zscaler tenant has not been migrated to the new Zscaler [Zidentity platform](https://help.zscaler.com/zidentity/what-zidentity), you must use the respective Legacy API client described in the following section: [Zscaler Legacy API Framework](#zscaler-legacy-api-framework)
|
|
202
209
|
|
|
@@ -206,13 +213,19 @@ If your Zscaler tenant has not been migrated to the new Zscaler [Zidentity platf
|
|
|
206
213
|
|
|
207
214
|
As of the publication of SDK version => 1.7.x, OneAPI is available for programmatic interaction with the following products:
|
|
208
215
|
|
|
209
|
-
* [ZPA API](https://
|
|
210
|
-
* [ZIA API](https://
|
|
211
|
-
* [
|
|
212
|
-
* [
|
|
213
|
-
* [
|
|
214
|
-
* [ZTW API](https://
|
|
216
|
+
* [ZPA API](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/zpa)
|
|
217
|
+
* [ZIA API](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/zia)
|
|
218
|
+
* [ZDX API](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/zdx)
|
|
219
|
+
* [ZCC API](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/zcc)
|
|
220
|
+
* [ZIdentity (zid)](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/zid)
|
|
221
|
+
* [ZTW API](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/zcloudconnector)
|
|
222
|
+
* [ZTB API (Zero Trust Branch)](https://help.zscaler.com/)
|
|
223
|
+
* [ZWA API](https://help.zscaler.com/workflow-automation/getting-started-workflow-automation-api)
|
|
215
224
|
* [EASM API](https://hhttps://help.zscaler.com/easm/easm-api/api-developer-reference-guide/reference-guide)
|
|
225
|
+
* [Z-Insights - ZINS](https://help.zscaler.com/zscaler-analytics/getting-started) — GraphQL Analytics API
|
|
226
|
+
* [ZMS - Zscaler Microsegmentation](https://help.zscaler.com/legacy-apis/using-zscaler-microsegmentation-api) — GraphQL Microsegmentation API
|
|
227
|
+
* [Zscaler AI Guard API](https://help.zscaler.com/ai-guard)
|
|
228
|
+
* [Business Insights](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/bi)
|
|
216
229
|
|
|
217
230
|
**NOTE** All other products such as Zscaler Cloud Connector (ZTW) and Zscaler Digital Experience (ZDX) are supported only via the legacy authentication method described in this README.
|
|
218
231
|
|
|
@@ -707,6 +720,95 @@ except StopIteration:
|
|
|
707
720
|
print("All data fetched.")
|
|
708
721
|
```
|
|
709
722
|
|
|
723
|
+
### Client-Side Filtering with JMESPath
|
|
724
|
+
|
|
725
|
+
The SDK supports client-side filtering and projection of API results using [JMESPath](https://jmespath.org/) expressions. After any list call, you can use `resp.search(expression)` to filter, project, or reshape the response data without making additional API calls.
|
|
726
|
+
|
|
727
|
+
JMESPath is a query language for JSON that lets you declaratively extract and transform elements from JSON documents. The `.search()` method applies a JMESPath expression to the current page of results and returns a list of matching items.
|
|
728
|
+
|
|
729
|
+
#### Basic Filtering
|
|
730
|
+
|
|
731
|
+
```py
|
|
732
|
+
# Fetch users and filter admin users client-side
|
|
733
|
+
users, resp, err = client.zia.user_management.list_users()
|
|
734
|
+
admin_users = resp.search("[?adminUser==`true`]")
|
|
735
|
+
print(f"Found {len(admin_users)} admin users")
|
|
736
|
+
```
|
|
737
|
+
|
|
738
|
+
#### Projection (Selecting Specific Fields)
|
|
739
|
+
|
|
740
|
+
```py
|
|
741
|
+
# Extract only names and emails
|
|
742
|
+
users, resp, err = client.zia.user_management.list_users()
|
|
743
|
+
names_emails = resp.search("[*].{name: name, email: email}")
|
|
744
|
+
for item in names_emails:
|
|
745
|
+
print(f"{item['name']}: {item['email']}")
|
|
746
|
+
```
|
|
747
|
+
|
|
748
|
+
#### Combined Filtering and Projection
|
|
749
|
+
|
|
750
|
+
```py
|
|
751
|
+
# Filter by role and project specific fields
|
|
752
|
+
users, resp, err = client.zia.user_management.list_users()
|
|
753
|
+
result = resp.search("[?adminUser==`true`].{name: name, id: id}")
|
|
754
|
+
```
|
|
755
|
+
|
|
756
|
+
#### Nested Field Filtering
|
|
757
|
+
|
|
758
|
+
```py
|
|
759
|
+
# Filter users by department name
|
|
760
|
+
users, resp, err = client.zia.user_management.list_users()
|
|
761
|
+
eng_users = resp.search("[?department.name=='Engineering'].name")
|
|
762
|
+
```
|
|
763
|
+
|
|
764
|
+
#### Using with Paginated Results
|
|
765
|
+
|
|
766
|
+
`.search()` operates on the current page. To filter across all pages, apply it to each page as you paginate:
|
|
767
|
+
|
|
768
|
+
```py
|
|
769
|
+
users, resp, err = client.zia.user_management.list_users(
|
|
770
|
+
query_params={"page_size": 1000}
|
|
771
|
+
)
|
|
772
|
+
all_admins = resp.search("[?adminUser==`true`]")
|
|
773
|
+
|
|
774
|
+
while resp.has_next():
|
|
775
|
+
next_page, resp, err = resp.next()
|
|
776
|
+
if err:
|
|
777
|
+
break
|
|
778
|
+
if next_page:
|
|
779
|
+
all_admins.extend(resp.search("[?adminUser==`true`]"))
|
|
780
|
+
|
|
781
|
+
print(f"Total admins across all pages: {len(all_admins)}")
|
|
782
|
+
```
|
|
783
|
+
|
|
784
|
+
#### Using with Wrapped Responses
|
|
785
|
+
|
|
786
|
+
For APIs that wrap results in a named key (e.g., ZDX `items`, ZBI `reports`), reference the key in the expression:
|
|
787
|
+
|
|
788
|
+
```py
|
|
789
|
+
# ZDX software inventory
|
|
790
|
+
items, resp, err = client.zdx.software.list_inventory()
|
|
791
|
+
zscaler_sw = resp.search(
|
|
792
|
+
"items[?vendor=='Zscaler'].{name: software_name, devices: device_total}"
|
|
793
|
+
)
|
|
794
|
+
|
|
795
|
+
# ZBI reports
|
|
796
|
+
reports, resp, err = client.zbi.reports.list_reports(report_type="APPLICATION")
|
|
797
|
+
completed = resp.search("reports[?status=='COMPLETED']")
|
|
798
|
+
```
|
|
799
|
+
|
|
800
|
+
#### JMESPath Built-in Functions
|
|
801
|
+
|
|
802
|
+
JMESPath supports built-in functions like `length()`, `sort_by()`, `max_by()`, and more:
|
|
803
|
+
|
|
804
|
+
```py
|
|
805
|
+
# Users with at least one group assigned
|
|
806
|
+
users, resp, err = client.zia.user_management.list_users()
|
|
807
|
+
with_groups = resp.search("[?length(groups || `[]`) > `0`]")
|
|
808
|
+
```
|
|
809
|
+
|
|
810
|
+
For the full JMESPath specification and function reference, see [jmespath.org](https://jmespath.org/).
|
|
811
|
+
|
|
710
812
|
## Logging
|
|
711
813
|
|
|
712
814
|
The Zscaler SDK Python, provides robust logging for debug purposes.
|
|
@@ -1698,14 +1800,14 @@ At this moment we are not accepting contributions, but we welcome suggestions on
|
|
|
1698
1800
|
[zenith]: https://community.zscaler.com/
|
|
1699
1801
|
[zscaler-support]: https://help.zscaler.com/contact-support
|
|
1700
1802
|
[github-issues]: https://github.com/zscaler/zscaler-sdk-python/issues
|
|
1701
|
-
[rate-limiting-zcc]: https://
|
|
1702
|
-
[rate-limiting-ZTW]: https://
|
|
1703
|
-
[rate-limiting-zdx]: https://
|
|
1704
|
-
[rate-limiting-zia]: https://
|
|
1705
|
-
[rate-limiting-zpa]: https://
|
|
1803
|
+
[rate-limiting-zcc]: https://automate.zscaler.com/docs/api-reference-and-guides/guides/rate-limiting/client-connector
|
|
1804
|
+
[rate-limiting-ZTW]: https://automate.zscaler.com/docs/api-reference-and-guides/guides/rate-limiting/cloud-branch-connector
|
|
1805
|
+
[rate-limiting-zdx]: https://automate.zscaler.com/docs/api-reference-and-guides/guides/rate-limiting/zdx
|
|
1806
|
+
[rate-limiting-zia]: https://automate.zscaler.com/docs/api-reference-and-guides/guides/rate-limiting/zia
|
|
1807
|
+
[rate-limiting-zpa]: https://automate.zscaler.com/docs/api-reference-and-guides/guides/rate-limiting/zpa
|
|
1808
|
+
[rate-limiting-bi]: https://automate.zscaler.com/docs/api-reference-and-guides/guides/rate-limiting/bi
|
|
1706
1809
|
[rate-limiting-zwa]: https://help.zscaler.com/workflow-automation/understanding-api-rate-limiting-workflow-automation-api
|
|
1707
|
-
|
|
1708
|
-
[application-segment]: zscaler/zpa/application_segment.py
|
|
1810
|
+
|
|
1709
1811
|
|
|
1710
1812
|
Contributors
|
|
1711
1813
|
------------
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "zscaler-sdk-python"
|
|
3
|
-
version = "1.9.
|
|
3
|
+
version = "1.9.21"
|
|
4
4
|
description = "Official Python SDK for the Zscaler Products"
|
|
5
5
|
authors = ["Zscaler, Inc. <devrel@zscaler.com>"]
|
|
6
6
|
license = "MIT"
|
|
@@ -40,6 +40,7 @@ jwcrypto = ">=1.5.6"
|
|
|
40
40
|
aenum = ">=3.1.11"
|
|
41
41
|
pydash = ">=8.0.3"
|
|
42
42
|
arrow = ">=1.3.0"
|
|
43
|
+
jmespath = ">=1.0.0"
|
|
43
44
|
|
|
44
45
|
[tool.poetry.group.dev.dependencies]
|
|
45
46
|
black = ">=24.3.0"
|