zscaler-sdk-python 1.9.17__tar.gz → 1.9.19__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.17/README.md → zscaler_sdk_python-1.9.19/PKG-INFO +140 -10
- zscaler_sdk_python-1.9.17/PKG-INFO → zscaler_sdk_python-1.9.19/README.md +101 -49
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/pyproject.toml +2 -2
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/__init__.py +1 -1
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/config/config_setter.py +0 -1
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/constants.py +5 -5
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/error_messages.py +0 -1
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/errors/response_checker.py +5 -2
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/errors/zscaler_api_error.py +6 -2
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/oneapi_client.py +67 -22
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/oneapi_response.py +8 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/request_executor.py +17 -3
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zaiguard/policy_detection.py +4 -8
- zscaler_sdk_python-1.9.19/zscaler/zbi/custom_apps.py +273 -0
- zscaler_sdk_python-1.9.19/zscaler/zbi/models/custom_apps.py +82 -0
- zscaler_sdk_python-1.9.19/zscaler/zbi/models/report_configs.py +185 -0
- zscaler_sdk_python-1.9.19/zscaler/zbi/report_configs.py +328 -0
- zscaler_sdk_python-1.9.19/zscaler/zbi/reports.py +210 -0
- zscaler_sdk_python-1.9.19/zscaler/zbi/zbi_service.py +51 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zcc/admin_user.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zcc/company.py +2 -4
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zcc/devices.py +14 -28
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zcc/entitlements.py +8 -16
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zcc/fail_open_policy.py +4 -8
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zcc/forwarding_profile.py +6 -12
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zcc/secrets.py +4 -8
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zcc/trusted_networks.py +8 -16
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zcc/web_app_service.py +2 -4
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zcc/web_policy.py +8 -16
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zcc/web_privacy.py +4 -8
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zdx/admin.py +4 -8
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zdx/alerts.py +8 -16
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zdx/apps.py +12 -24
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zdx/devices.py +26 -52
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zdx/inventory.py +4 -8
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zdx/snapshot.py +2 -4
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zdx/troubleshooting.py +26 -52
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zdx/users.py +4 -8
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zeasm/findings.py +8 -16
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zeasm/lookalike_domains.py +4 -8
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zeasm/organizations.py +2 -4
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/activate.py +8 -16
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/admin_roles.py +14 -28
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/admin_users.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/advanced_settings.py +4 -8
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/alert_subscriptions.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/apptotal.py +6 -12
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/atp_policy.py +14 -28
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/audit_logs.py +8 -16
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/authentication_settings.py +12 -24
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/bandwidth_classes.py +12 -24
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/bandwidth_control_rules.py +12 -24
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/browser_control_settings.py +4 -8
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/casb_dlp_rules.py +12 -24
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/casb_malware_rules.py +12 -24
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/cloud_app_instances.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/cloud_applications.py +4 -8
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/cloud_browser_isolation.py +2 -4
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/cloud_firewall.py +86 -172
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/cloud_firewall_dns.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/cloud_firewall_ips.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/cloud_firewall_rules.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/cloud_nss.py +16 -32
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/cloud_to_cloud_ir.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/cloudappcontrol.py +16 -32
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/custom_file_types.py +12 -24
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/dedicated_ip_gateways.py +2 -4
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/device_management.py +6 -12
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/dlp_dictionary.py +16 -32
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/dlp_engine.py +14 -28
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/dlp_resources.py +20 -40
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/dlp_templates.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/dlp_web_rules.py +12 -24
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/dns_gatways.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/end_user_notification.py +4 -8
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/file_type_control_rule.py +12 -24
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/forwarding_control.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/ftp_control_policy.py +4 -8
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/gre_tunnel.py +20 -40
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/intermediate_certificates.py +36 -72
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/iot_report.py +8 -16
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/ipv6_config.py +6 -12
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/locations.py +32 -64
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/malware_protection_policy.py +16 -32
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/mobile_threat_settings.py +4 -8
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/nat_control_policy.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/nss_servers.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/organization_information.py +6 -12
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/pac_files.py +18 -36
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/proxies.py +16 -32
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/remote_assistance.py +4 -8
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/risk_profiles.py +12 -24
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/rule_labels.py +12 -24
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/saas_security_api.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/sandbox.py +14 -28
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/sandbox_rules.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/shadow_it_report.py +8 -16
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/ssl_inspection_rules.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/sub_clouds.py +6 -12
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/system_audit.py +2 -4
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/tenancy_restriction_profile.py +12 -24
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/time_intervals.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/traffic_capture.py +16 -32
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/traffic_datacenters.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/traffic_extranet.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/traffic_static_ip.py +12 -24
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/traffic_vpn_credentials.py +12 -24
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/url_categories.py +22 -44
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/url_filtering.py +14 -28
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/user_management.py +40 -80
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/vzen_clusters.py +8 -16
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/vzen_nodes.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/workload_groups.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/zpa_gateway.py +10 -20
- {zscaler_sdk_python-1.9.17/zscaler/zidentity → zscaler_sdk_python-1.9.19/zscaler/zid}/api_client.py +28 -44
- {zscaler_sdk_python-1.9.17/zscaler/zidentity → zscaler_sdk_python-1.9.19/zscaler/zid}/groups.py +34 -54
- {zscaler_sdk_python-1.9.17/zscaler/zidentity → zscaler_sdk_python-1.9.19/zscaler/zid}/models/api_client.py +1 -1
- {zscaler_sdk_python-1.9.17/zscaler/zidentity → zscaler_sdk_python-1.9.19/zscaler/zid}/models/groups.py +1 -1
- {zscaler_sdk_python-1.9.17/zscaler/zidentity → zscaler_sdk_python-1.9.19/zscaler/zid}/models/resource_servers.py +1 -1
- {zscaler_sdk_python-1.9.17/zscaler/zidentity → zscaler_sdk_python-1.9.19/zscaler/zid}/models/user_entitlement.py +1 -1
- {zscaler_sdk_python-1.9.17/zscaler/zidentity → zscaler_sdk_python-1.9.19/zscaler/zid}/models/users.py +1 -1
- {zscaler_sdk_python-1.9.17/zscaler/zidentity → zscaler_sdk_python-1.9.19/zscaler/zid}/resource_servers.py +9 -13
- {zscaler_sdk_python-1.9.17/zscaler/zidentity → zscaler_sdk_python-1.9.19/zscaler/zid}/user_entitlement.py +8 -12
- {zscaler_sdk_python-1.9.17/zscaler/zidentity → zscaler_sdk_python-1.9.19/zscaler/zid}/users.py +20 -32
- zscaler_sdk_python-1.9.17/zscaler/zidentity/zidentity_service.py → zscaler_sdk_python-1.9.19/zscaler/zid/zid_service.py +12 -13
- {zscaler_sdk_python-1.9.17/zscaler/zinsights → zscaler_sdk_python-1.9.19/zscaler/zins}/__init__.py +2 -2
- {zscaler_sdk_python-1.9.17/zscaler/zinsights → zscaler_sdk_python-1.9.19/zscaler/zins}/cyber_security.py +7 -5
- {zscaler_sdk_python-1.9.17/zscaler/zinsights → zscaler_sdk_python-1.9.19/zscaler/zins}/firewall.py +13 -10
- {zscaler_sdk_python-1.9.17/zscaler/zinsights → zscaler_sdk_python-1.9.19/zscaler/zins}/iot.py +7 -6
- zscaler_sdk_python-1.9.19/zscaler/zins/models/__init__.py +19 -0
- {zscaler_sdk_python-1.9.17/zscaler/zinsights → zscaler_sdk_python-1.9.19/zscaler/zins}/models/inputs.py +1 -2
- {zscaler_sdk_python-1.9.17/zscaler/zinsights → zscaler_sdk_python-1.9.19/zscaler/zins}/saas_security.py +7 -6
- {zscaler_sdk_python-1.9.17/zscaler/zinsights → zscaler_sdk_python-1.9.19/zscaler/zins}/shadow_it.py +9 -8
- {zscaler_sdk_python-1.9.17/zscaler/zinsights → zscaler_sdk_python-1.9.19/zscaler/zins}/web_traffic.py +14 -9
- zscaler_sdk_python-1.9.17/zscaler/zinsights/zinsights_service.py → zscaler_sdk_python-1.9.19/zscaler/zins/zins_service.py +14 -14
- zscaler_sdk_python-1.9.19/zscaler/zms/__init__.py +21 -0
- zscaler_sdk_python-1.9.19/zscaler/zms/agent_groups.py +212 -0
- zscaler_sdk_python-1.9.19/zscaler/zms/agents.py +289 -0
- zscaler_sdk_python-1.9.19/zscaler/zms/app_catalog.py +141 -0
- zscaler_sdk_python-1.9.19/zscaler/zms/app_zones.py +132 -0
- zscaler_sdk_python-1.9.19/zscaler/zms/models/__init__.py +19 -0
- zscaler_sdk_python-1.9.19/zscaler/zms/models/common.py +447 -0
- zscaler_sdk_python-1.9.19/zscaler/zms/models/enums.py +346 -0
- zscaler_sdk_python-1.9.19/zscaler/zms/models/inputs.py +535 -0
- zscaler_sdk_python-1.9.19/zscaler/zms/nonces.py +216 -0
- zscaler_sdk_python-1.9.19/zscaler/zms/policy_rules.py +230 -0
- zscaler_sdk_python-1.9.19/zscaler/zms/resource_groups.py +315 -0
- zscaler_sdk_python-1.9.19/zscaler/zms/resources.py +287 -0
- zscaler_sdk_python-1.9.19/zscaler/zms/tags.py +339 -0
- zscaler_sdk_python-1.9.19/zscaler/zms/zms_service.py +105 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/admin_sso_controller.py +4 -8
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/administrator_controller.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/api_keys.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/app_connector_groups.py +14 -28
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/app_connector_schedule.py +6 -12
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/app_connectors.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/app_protection.py +40 -80
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/app_segment_by_type.py +4 -8
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/app_segments_ba.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/app_segments_ba_v2.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/app_segments_inspection.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/app_segments_pra.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/application_segment.py +30 -60
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/branch_connector_group.py +4 -8
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/branch_connectors.py +2 -4
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/browser_protection.py +6 -12
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/c2c_ip_ranges.py +12 -24
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/cbi_banner.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/cbi_certificate.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/cbi_profile.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/cbi_region.py +2 -4
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/cbi_zpa_profile.py +4 -8
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/certificates.py +12 -24
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/client_settings.py +8 -16
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/cloud_connector_controller.py +2 -4
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/cloud_connector_groups.py +6 -12
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/config_override_controller.py +8 -16
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/customer_controller.py +2 -4
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/customer_domain.py +4 -8
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/customer_dr_tool.py +2 -4
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/customer_version_profile.py +6 -12
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/emergency_access.py +12 -24
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/enrollment_certificates.py +14 -28
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/extranet_resource.py +2 -4
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/idp.py +4 -8
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/location_controller.py +6 -12
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/lss.py +18 -36
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/machine_groups.py +6 -12
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/managed_browser_profile.py +2 -4
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/microtenants.py +14 -28
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/npn_client_controller.py +2 -4
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/oauth2_user_code.py +4 -8
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/policies.py +70 -140
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/posture_profiles.py +4 -8
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/pra_approval.py +12 -24
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/pra_console.py +14 -28
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/pra_credential.py +12 -24
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/pra_credential_pool.py +12 -24
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/pra_portal.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/private_cloud_controller.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/private_cloud_group.py +12 -24
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/provisioning.py +12 -24
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/role_controller.py +12 -24
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/saml_attributes.py +12 -24
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/scim_attributes.py +6 -12
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/scim_groups.py +4 -8
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/segment_groups.py +12 -24
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/server_groups.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/servers.py +12 -24
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/service_edge_group.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/service_edge_schedule.py +6 -12
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/service_edges.py +20 -28
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/stepup_auth_level.py +2 -4
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/trusted_networks.py +4 -8
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/user_portal_aup.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/user_portal_controller.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/user_portal_link.py +14 -28
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/workload_tag_group.py +2 -4
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/zia_customer_config.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztb/alarms.py +20 -40
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztb/api_key.py +6 -12
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztb/app_connector_config.py +6 -12
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztb/devices.py +20 -40
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztb/groups_router.py +12 -24
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztb/logs.py +2 -4
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztb/policy_comments.py +8 -16
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztb/ransomware_kill.py +8 -16
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztb/site.py +30 -60
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztb/site2site_vpn.py +17 -31
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztb/template_router.py +14 -28
- zscaler_sdk_python-1.9.19/zscaler/ztw/__init__.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/account_details.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/account_groups.py +14 -28
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/activation.py +2 -4
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/admin_roles.py +8 -16
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/admin_users.py +12 -24
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/api_keys.py +4 -8
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/discovery_service.py +4 -8
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/ec_groups.py +12 -24
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/forwarding_gateways.py +8 -16
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/forwarding_rules.py +8 -16
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/ip_destination_groups.py +16 -32
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/ip_groups.py +8 -16
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/ip_source_groups.py +8 -16
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/location_management.py +6 -12
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/location_template.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/nw_service.py +8 -16
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/nw_service_groups.py +2 -4
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/provisioning_url.py +10 -20
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/public_cloud_info.py +20 -40
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/workload_groups.py +2 -4
- zscaler_sdk_python-1.9.19/zscaler/zwa/__init__.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zwa/dlp_incidents.py +16 -32
- zscaler_sdk_python-1.9.17/zscaler/zinsights/models/__init__.py +0 -19
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/LICENSE.md +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/api_client.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/cache/__init__.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/cache/cache.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/cache/no_op_cache.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/cache/zscaler_cache.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/config/__init__.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/config/config_validator.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/errors/__init__.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/errors/error.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/errors/graphql_error.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/errors/http_error.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/exceptions/__init__.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/exceptions/exceptions.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/helpers.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/logger.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/oneapi_collection.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/oneapi_http_client.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/oneapi_oauth_client.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/oneapi_object.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ratelimiter/__init__.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ratelimiter/ratelimiter.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/types.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/user_agent.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/utils.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zaiguard/__init__.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zaiguard/legacy.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zaiguard/models/__init__.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zaiguard/models/policy_detection.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zaiguard/zaiguard_service.py +0 -0
- {zscaler_sdk_python-1.9.17/zscaler/zcc → zscaler_sdk_python-1.9.19/zscaler/zbi}/__init__.py +0 -0
- {zscaler_sdk_python-1.9.17/zscaler/zdx → zscaler_sdk_python-1.9.19/zscaler/zbi/models}/__init__.py +0 -0
- {zscaler_sdk_python-1.9.17/zscaler/zeasm → zscaler_sdk_python-1.9.19/zscaler/zcc}/__init__.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zcc/legacy.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zcc/models/admin_roles.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zcc/models/admin_user.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zcc/models/devices.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zcc/models/failopenpolicy.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zcc/models/forwardingprofile.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zcc/models/getcompanyinfo.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zcc/models/manage_pass.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zcc/models/secrets_otp.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zcc/models/secrets_passwords.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zcc/models/trustednetworks.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zcc/models/webappservice.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zcc/models/webpolicy.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zcc/models/webprivacy.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zcc/models/zdxgroupentitlements.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zcc/models/zpagroupentitlements.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zcc/zcc_service.py +0 -0
- {zscaler_sdk_python-1.9.17/zscaler/zeasm/models → zscaler_sdk_python-1.9.19/zscaler/zdx}/__init__.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zdx/legacy.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zdx/models/administration.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zdx/models/alerts.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zdx/models/application_users.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zdx/models/applications.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zdx/models/call_quality_metrics.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zdx/models/common.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zdx/models/devices.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zdx/models/snapshot.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zdx/models/software_inventory.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zdx/models/troubleshooting.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zdx/models/users.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zdx/zdx_service.py +0 -0
- {zscaler_sdk_python-1.9.17/zscaler/zia → zscaler_sdk_python-1.9.19/zscaler/zeasm}/__init__.py +0 -0
- {zscaler_sdk_python-1.9.17/zscaler/zia → zscaler_sdk_python-1.9.19/zscaler/zeasm}/models/__init__.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zeasm/models/common.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zeasm/models/findings.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zeasm/models/lookalike_domains.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zeasm/models/organizations.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zeasm/zeasm_service.py +0 -0
- {zscaler_sdk_python-1.9.17/zscaler/zidentity → zscaler_sdk_python-1.9.19/zscaler/zia}/__init__.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/legacy.py +0 -0
- {zscaler_sdk_python-1.9.17/zscaler/zpa → zscaler_sdk_python-1.9.19/zscaler/zia/models}/__init__.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/activation.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/admin_roles.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/admin_users.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/advanced_settings.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/advanced_threat_settings.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/alert_subscriptions.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/apptotal.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/authentication_settings.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/bandwidth_classes.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/bandwidth_control_rules.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/browser_control_settings.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/casb_dlp_rules.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/casb_malware_rules.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/cloud_app_instances.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/cloud_app_policy.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/cloud_browser_isolation.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/cloud_firewall_app_services.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/cloud_firewall_destination_groups.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/cloud_firewall_dns_rules.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/cloud_firewall_ips_rules.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/cloud_firewall_nw_application_groups.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/cloud_firewall_nw_applications.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/cloud_firewall_nw_service.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/cloud_firewall_nw_service_groups.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/cloud_firewall_rules.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/cloud_firewall_source_groups.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/cloud_firewall_time_windows.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/cloud_nss.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/cloud_to_cloud_ir.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/cloudappcontrol.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/common.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/custom_file_types.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/dedicated_ip_gateways.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/device_groups.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/devices.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/dlp_dictionary.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/dlp_engine.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/dlp_resources.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/dlp_templates.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/dlp_web_rules.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/dns_gateways.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/endusernotification.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/filetyperules.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/forwarding_control_policy.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/ftp_control_policy.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/gre_recommended_list.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/gre_tunnel_info.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/gre_tunnels.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/gre_vips.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/intermediate_certificates.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/iotreport.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/ipv6_config.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/location_group.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/location_management.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/malware_protection_settings.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/mobile_threat_settings.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/nat_control_policy.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/nss_servers.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/organization_information.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/pac_files.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/proxies.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/proxy_gateways.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/remoteassistance.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/risk_profiles.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/rule_labels.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/saas_security_api.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/sandbox.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/sandboxrules.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/security_policy_settings.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/shadow_it_report.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/ssl_inspection_rules.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/subclouds.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/system_audit.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/tenancy_restriction_profile.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/time_intervals.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/traffic_capture.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/traffic_datacenters.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/traffic_dc_exclusions.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/traffic_extranet.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/traffic_static_ip.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/traffic_vpn_credentials.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/url_filter_cloud_app_settings.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/url_filtering_rules.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/urlcategory.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/user_management.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/vzen_clusters.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/vzen_nodes.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/workload_groups.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/models/zpa_gateway.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/policy_export.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/security_policy_settings.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zia/zia_service.py +0 -0
- {zscaler_sdk_python-1.9.17/zscaler/ztb/models → zscaler_sdk_python-1.9.19/zscaler/zid}/__init__.py +0 -0
- {zscaler_sdk_python-1.9.17/zscaler/zidentity → zscaler_sdk_python-1.9.19/zscaler/zid}/models/common.py +0 -0
- {zscaler_sdk_python-1.9.17/zscaler/zinsights → zscaler_sdk_python-1.9.19/zscaler/zins}/models/common.py +0 -0
- {zscaler_sdk_python-1.9.17/zscaler/zinsights → zscaler_sdk_python-1.9.19/zscaler/zins}/models/enums.py +0 -0
- {zscaler_sdk_python-1.9.17/zscaler/ztw → zscaler_sdk_python-1.9.19/zscaler/zpa}/__init__.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/legacy.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/administrator_controller.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/api_keys.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/app_connector_groups.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/app_connector_schedule.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/app_connectors.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/app_protection_predefined_controls.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/app_protection_profile.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/application_segment.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/application_segment_lb.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/application_servers.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/branch_connectors.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/browser_protection.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/c2c_ip_ranges.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/cbi_banner.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/cbi_certificate.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/cbi_profile.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/cbi_region.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/cbi_zpa_profile.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/certificates.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/client_settings.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/cloud_connector_controller.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/cloud_connector_groups.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/common.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/config_override_controller.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/customer_controller.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/customer_domain.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/customer_dr_tool.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/customer_version_profile.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/emergency_access.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/enrollment_certificates.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/idp.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/lss.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/machine_groups.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/managed_browser_profile.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/microtenants.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/npn_client_controller.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/oauth2_user_code.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/policyset_controller_v1.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/policyset_controller_v2.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/posture_profiles.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/pra_approval.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/pra_console.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/pra_cred_pool_controller.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/pra_credential.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/pra_portal.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/private_cloud_controller.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/private_cloud_group.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/provisioning_keys.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/role_controller.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/saml_attributes.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/scim_attributes.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/scim_groups.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/segment_group.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/server_group.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/service_edge_groups.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/service_edge_schedule.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/service_edges.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/stepup_auth_level.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/tag_group.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/tag_key.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/tag_namespace.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/trusted_network.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/user_portal_aup.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/user_portal_controller.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/user_portal_link.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/models/zia_customer_config.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/tag_group.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/tag_key.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/tag_namespace.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zpa/zpa_service.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztb/__init__.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztb/legacy.py +0 -0
- {zscaler_sdk_python-1.9.17/zscaler/zwa → zscaler_sdk_python-1.9.19/zscaler/ztb/models}/__init__.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztb/models/alarms.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztb/models/api_key.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztb/models/app_connector_config.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztb/models/common.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztb/models/devices.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztb/models/groups_router.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztb/models/logs.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztb/models/policy_comments.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztb/models/ransomware_kill.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztb/models/site.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztb/models/site2site_vpn.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztb/models/template_router.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztb/ztb_service.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/legacy.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/models/account_groups.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/models/activation.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/models/admin_roles.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/models/admin_users.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/models/api_keys.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/models/common.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/models/discovery_service.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/models/ec_group_vm.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/models/ecgroup.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/models/forwarding_gateways.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/models/forwarding_rules.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/models/ip_destination_groups.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/models/ip_groups.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/models/ip_source_groups.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/models/location_management.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/models/location_templates.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/models/nw_service.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/models/nw_service_groups.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/models/provisioning_url.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/models/public_cloud_info.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/models/traffic_vpn_credentials.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/models/workload_groups.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/models/zpa_resources.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/ztw/ztw_service.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zwa/audit_logs.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zwa/legacy.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zwa/models/audit_logs.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zwa/models/change_history.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zwa/models/common.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zwa/models/generated_tickets.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zwa/models/incident_details.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zwa/models/incident_evidence.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zwa/models/incident_group_search.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zwa/models/incident_search.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zwa/models/incident_trigger.py +0 -0
- {zscaler_sdk_python-1.9.17 → zscaler_sdk_python-1.9.19}/zscaler/zwa/zwa_service.py +0 -0
|
@@ -1,3 +1,41 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: zscaler-sdk-python
|
|
3
|
+
Version: 1.9.19
|
|
4
|
+
Summary: Official Python SDK for the Zscaler Products
|
|
5
|
+
Home-page: https://github.com/zscaler/zscaler-sdk-python
|
|
6
|
+
License: MIT
|
|
7
|
+
Keywords: zscaler,sdk,zpa,zia,zdx,zcc,ztw,zwa,zid,zidentity
|
|
8
|
+
Author: Zscaler, Inc.
|
|
9
|
+
Author-email: devrel@zscaler.com
|
|
10
|
+
Requires-Python: >=3.10,<4.0
|
|
11
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
12
|
+
Classifier: Intended Audience :: Developers
|
|
13
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
14
|
+
Classifier: Operating System :: OS Independent
|
|
15
|
+
Classifier: Programming Language :: Python :: 3
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
19
|
+
Classifier: Topic :: Security
|
|
20
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
21
|
+
Provides-Extra: dev
|
|
22
|
+
Requires-Dist: PyJWT (>=2.10.1)
|
|
23
|
+
Requires-Dist: aenum (>=3.1.11)
|
|
24
|
+
Requires-Dist: arrow (>=1.3.0)
|
|
25
|
+
Requires-Dist: cryptography (>=45.0.2)
|
|
26
|
+
Requires-Dist: jwcrypto (>=1.5.6)
|
|
27
|
+
Requires-Dist: pydash (>=8.0.3)
|
|
28
|
+
Requires-Dist: python-box (>=7.3.0)
|
|
29
|
+
Requires-Dist: python-dateutil (>=2.9.0)
|
|
30
|
+
Requires-Dist: pytz (>=2024.2)
|
|
31
|
+
Requires-Dist: pyyaml (>=6.0.0)
|
|
32
|
+
Requires-Dist: requests (>=2.32.3)
|
|
33
|
+
Requires-Dist: urllib3 (>=2.6.0)
|
|
34
|
+
Project-URL: Bug Tracker, https://github.com/zscaler/zscaler-sdk-python/issues
|
|
35
|
+
Project-URL: Documentation, https://zscaler-sdk-python.readthedocs.io
|
|
36
|
+
Project-URL: Repository, https://github.com/zscaler/zscaler-sdk-python
|
|
37
|
+
Description-Content-Type: text/markdown
|
|
38
|
+
|
|
1
39
|
# Official Python SDK for the Zscaler Products
|
|
2
40
|
|
|
3
41
|
[](https://pypistats.org/packages/zscaler-sdk-python)
|
|
@@ -34,11 +72,13 @@ used in your server-side code to interact with the Zscaler API platform across m
|
|
|
34
72
|
* [ZIA API](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/zia)
|
|
35
73
|
* [ZDX API](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/zdx)
|
|
36
74
|
* [ZCC API](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/zcc)
|
|
37
|
-
* [ZIdentity](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/zid)
|
|
75
|
+
* [ZIdentity (zid)](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/zid)
|
|
38
76
|
* [ZTW API](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/zcloudconnector)
|
|
39
77
|
* [ZTB API (Zero Trust Branch)](https://help.zscaler.com/)
|
|
40
78
|
* [ZWA API](https://help.zscaler.com/workflow-automation/getting-started-workflow-automation-api)
|
|
41
79
|
* [EASM API](https://hhttps://help.zscaler.com/easm/easm-api/api-developer-reference-guide/reference-guide)
|
|
80
|
+
* Z-Insights (zins) — GraphQL Analytics API
|
|
81
|
+
* ZMS (Zscaler Microsegmentation) — GraphQL Microsegmentation API
|
|
42
82
|
|
|
43
83
|
This SDK is designed to support the new Zscaler API framework [OneAPI](https://help.zscaler.com/oneapi/understanding-oneapi)
|
|
44
84
|
via a single OAuth2 HTTP client. The SDK is also backwards compatible with the previous
|
|
@@ -863,15 +903,17 @@ Each one of the configuration values above can be turned into an environment var
|
|
|
863
903
|
| `sandboxToken` | _(String)_ The Zscaler Internet Access Sandbox Token | `ZSCALER_SANDBOX_TOKEN` |
|
|
864
904
|
| `sandboxCloud` | _(String)_ The Zscaler Internet Access Sandbox cloud name | `ZSCALER_SANDBOX_CLOUD` |
|
|
865
905
|
|
|
866
|
-
### Zscaler ZIdentity API
|
|
906
|
+
### Zscaler ZIdentity API (zid)
|
|
867
907
|
|
|
868
908
|
This SDK supports programmatic integration with the Zscaler ZIdentity API service.
|
|
869
909
|
|
|
870
910
|
The authentication to Zscaler ZIdentity service via the OneAPI framework, requires uses the API client `ZscalerClient`
|
|
871
911
|
|
|
872
|
-
|
|
912
|
+
Access via `client.zid` (primary) or `client.zidentity` (backward-compatible alias).
|
|
913
|
+
|
|
914
|
+
#### ZIdentity Pagination
|
|
873
915
|
|
|
874
|
-
|
|
916
|
+
ZIdentity API supports pagination with a maximum page size of 100 records per request. The SDK automatically handles pagination for ZIdentity endpoints.
|
|
875
917
|
|
|
876
918
|
**Key Features:**
|
|
877
919
|
- **Maximum Page Size**: 100 records per page (enforced by API)
|
|
@@ -893,7 +935,7 @@ config = {
|
|
|
893
935
|
def main():
|
|
894
936
|
with ZscalerClient(config) as client:
|
|
895
937
|
# Request 300 groups (will automatically fetch 3 pages)
|
|
896
|
-
groups_response, response, error = client.
|
|
938
|
+
groups_response, response, error = client.zid.groups.list_groups(
|
|
897
939
|
query_params={'page_size': 300}
|
|
898
940
|
)
|
|
899
941
|
|
|
@@ -942,9 +984,9 @@ if __name__ == "__main__":
|
|
|
942
984
|
|
|
943
985
|
### Initialize OneAPI OAuth 2.0 Client
|
|
944
986
|
|
|
945
|
-
####
|
|
987
|
+
#### ZIdentity OneAPI Client ID and Client Secret Authentication
|
|
946
988
|
|
|
947
|
-
Construct a client instance by passing your
|
|
989
|
+
Construct a client instance by passing your ZIdentity `clientId`, `clientSecret` and `vanityDomain`:
|
|
948
990
|
|
|
949
991
|
```py
|
|
950
992
|
from zscaler import ZscalerClient
|
|
@@ -959,7 +1001,7 @@ config = {
|
|
|
959
1001
|
|
|
960
1002
|
def main():
|
|
961
1003
|
with ZscalerClient(config) as client:
|
|
962
|
-
users, _, error = client.
|
|
1004
|
+
users, _, error = client.zid.groups.list_groups()
|
|
963
1005
|
if error:
|
|
964
1006
|
print(f"Error listing users: {error}")
|
|
965
1007
|
return
|
|
@@ -970,7 +1012,7 @@ if __name__ == "__main__":
|
|
|
970
1012
|
main()
|
|
971
1013
|
```
|
|
972
1014
|
|
|
973
|
-
####
|
|
1015
|
+
#### ZIdentity OneAPI Client ID and Private Key Authentication
|
|
974
1016
|
|
|
975
1017
|
```py
|
|
976
1018
|
from zscaler import ZscalerClient
|
|
@@ -985,7 +1027,7 @@ config = {
|
|
|
985
1027
|
|
|
986
1028
|
def main():
|
|
987
1029
|
with ZscalerClient(config) as client:
|
|
988
|
-
users, _, error = client.
|
|
1030
|
+
users, _, error = client.zid.groups.list_groups()
|
|
989
1031
|
if error:
|
|
990
1032
|
print(f"Error listing users: {error}")
|
|
991
1033
|
return
|
|
@@ -1082,6 +1124,93 @@ if __name__ == "__main__":
|
|
|
1082
1124
|
main()
|
|
1083
1125
|
```
|
|
1084
1126
|
|
|
1127
|
+
### Z-Insights (zins) — GraphQL Analytics API
|
|
1128
|
+
|
|
1129
|
+
Z-Insights provides visibility and analytics across web traffic, firewall, IoT, SaaS security, shadow IT, and cyber security domains via a GraphQL API.
|
|
1130
|
+
|
|
1131
|
+
**Note:** Z-Insights only supports OneAPI authentication. Legacy client authentication is not supported.
|
|
1132
|
+
|
|
1133
|
+
```py
|
|
1134
|
+
from zscaler import ZscalerClient
|
|
1135
|
+
|
|
1136
|
+
config = {
|
|
1137
|
+
"clientId": '{yourClientId}',
|
|
1138
|
+
"clientSecret": '{yourClientSecret}',
|
|
1139
|
+
"vanityDomain": '{yourvanityDomain}',
|
|
1140
|
+
"cloud": "beta",
|
|
1141
|
+
}
|
|
1142
|
+
|
|
1143
|
+
def main():
|
|
1144
|
+
with ZscalerClient(config) as client:
|
|
1145
|
+
entries, _, err = client.zins.web_traffic.get_traffic_by_location(
|
|
1146
|
+
start_time=start_time, end_time=end_time,
|
|
1147
|
+
traffic_unit="TRANSACTIONS", limit=10
|
|
1148
|
+
)
|
|
1149
|
+
if err:
|
|
1150
|
+
print(f"Error: {err}")
|
|
1151
|
+
return
|
|
1152
|
+
print(f"Entries: {len(entries) if entries else 0}")
|
|
1153
|
+
|
|
1154
|
+
if __name__ == "__main__":
|
|
1155
|
+
main()
|
|
1156
|
+
```
|
|
1157
|
+
|
|
1158
|
+
**Available Resources (via `client.zins.<resource>`):**
|
|
1159
|
+
|
|
1160
|
+
- `web_traffic` — Traffic by location, protocols, threat categories, no-grouping
|
|
1161
|
+
- `firewall` — Traffic by action, location, network services
|
|
1162
|
+
- `cyber_security` — Incidents
|
|
1163
|
+
- `saas_security` — CASB app reports
|
|
1164
|
+
- `shadow_it` — Shadow IT app discovery
|
|
1165
|
+
- `iot` — IoT device statistics
|
|
1166
|
+
|
|
1167
|
+
**Note:** `client.zinsights` is available as a backward-compatible alias for `client.zins`.
|
|
1168
|
+
|
|
1169
|
+
### ZMS (Zscaler Microsegmentation) — GraphQL API
|
|
1170
|
+
|
|
1171
|
+
ZMS provides microsegmentation management for agents, resources, policy rules, app zones, and tagging via a GraphQL API.
|
|
1172
|
+
|
|
1173
|
+
**Note:** ZMS only supports OneAPI authentication. Legacy client authentication is not supported.
|
|
1174
|
+
|
|
1175
|
+
```py
|
|
1176
|
+
from zscaler import ZscalerClient
|
|
1177
|
+
|
|
1178
|
+
config = {
|
|
1179
|
+
"clientId": '{yourClientId}',
|
|
1180
|
+
"clientSecret": '{yourClientSecret}',
|
|
1181
|
+
"vanityDomain": '{yourvanityDomain}',
|
|
1182
|
+
"cloud": "beta",
|
|
1183
|
+
}
|
|
1184
|
+
|
|
1185
|
+
def main():
|
|
1186
|
+
with ZscalerClient(config) as client:
|
|
1187
|
+
result, _, err = client.zms.agents.list_agents(
|
|
1188
|
+
customer_id="123456789", page=1, page_size=20
|
|
1189
|
+
)
|
|
1190
|
+
if err:
|
|
1191
|
+
print(f"Error: {err}")
|
|
1192
|
+
return
|
|
1193
|
+
for agent in result.get("nodes", []):
|
|
1194
|
+
print(agent.get("name"))
|
|
1195
|
+
|
|
1196
|
+
if __name__ == "__main__":
|
|
1197
|
+
main()
|
|
1198
|
+
```
|
|
1199
|
+
|
|
1200
|
+
**Available Resources (via `client.zms.<resource>`):**
|
|
1201
|
+
|
|
1202
|
+
- `agents` — List agents, connection status statistics, version statistics
|
|
1203
|
+
- `agent_groups` — List agent groups, get TOTP secrets
|
|
1204
|
+
- `nonces` — List nonces (provisioning keys), get nonce by ID
|
|
1205
|
+
- `resources` — List resources, protection status, event metadata
|
|
1206
|
+
- `resource_groups` — List resource groups, get members, protection status
|
|
1207
|
+
- `policy_rules` — List policy rules, list default policy rules
|
|
1208
|
+
- `app_zones` — List app zones with filtering and pagination
|
|
1209
|
+
- `app_catalog` — List app catalog entries with filtering and ordering
|
|
1210
|
+
- `tags` — List tag namespaces, tag keys, and tag values
|
|
1211
|
+
|
|
1212
|
+
**Note:** `client.zmicroseg` is available as an alias for `client.zms`.
|
|
1213
|
+
|
|
1085
1214
|
## Zscaler Legacy API Framework
|
|
1086
1215
|
|
|
1087
1216
|
The legacy Zscaler API is still utilized by several customers, and will remain in place for the foreseeable future with no specific announced deprecation date.
|
|
@@ -1648,3 +1777,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
1648
1777
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1649
1778
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1650
1779
|
SOFTWARE.
|
|
1780
|
+
|
|
@@ -1,41 +1,3 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: zscaler-sdk-python
|
|
3
|
-
Version: 1.9.17
|
|
4
|
-
Summary: Official Python SDK for the Zscaler Products
|
|
5
|
-
Home-page: https://github.com/zscaler/zscaler-sdk-python
|
|
6
|
-
License: MIT
|
|
7
|
-
Keywords: zscaler,sdk,zpa,zia,zdx,zcc,ztw,zwa,zidentity
|
|
8
|
-
Author: Zscaler, Inc.
|
|
9
|
-
Author-email: devrel@zscaler.com
|
|
10
|
-
Requires-Python: >=3.10,<4.0
|
|
11
|
-
Classifier: Development Status :: 5 - Production/Stable
|
|
12
|
-
Classifier: Intended Audience :: Developers
|
|
13
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
14
|
-
Classifier: Operating System :: OS Independent
|
|
15
|
-
Classifier: Programming Language :: Python :: 3
|
|
16
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
17
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
18
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
19
|
-
Classifier: Topic :: Security
|
|
20
|
-
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
21
|
-
Provides-Extra: dev
|
|
22
|
-
Requires-Dist: PyJWT (>=2.10.1)
|
|
23
|
-
Requires-Dist: aenum (>=3.1.11)
|
|
24
|
-
Requires-Dist: arrow (>=1.3.0)
|
|
25
|
-
Requires-Dist: cryptography (>=45.0.2)
|
|
26
|
-
Requires-Dist: jwcrypto (>=1.5.6)
|
|
27
|
-
Requires-Dist: pydash (>=8.0.3)
|
|
28
|
-
Requires-Dist: python-box (>=7.3.0)
|
|
29
|
-
Requires-Dist: python-dateutil (>=2.9.0)
|
|
30
|
-
Requires-Dist: pytz (>=2024.2)
|
|
31
|
-
Requires-Dist: pyyaml (>=6.0.0)
|
|
32
|
-
Requires-Dist: requests (>=2.32.3)
|
|
33
|
-
Requires-Dist: urllib3 (>=2.6.0)
|
|
34
|
-
Project-URL: Bug Tracker, https://github.com/zscaler/zscaler-sdk-python/issues
|
|
35
|
-
Project-URL: Documentation, https://zscaler-sdk-python.readthedocs.io
|
|
36
|
-
Project-URL: Repository, https://github.com/zscaler/zscaler-sdk-python
|
|
37
|
-
Description-Content-Type: text/markdown
|
|
38
|
-
|
|
39
1
|
# Official Python SDK for the Zscaler Products
|
|
40
2
|
|
|
41
3
|
[](https://pypistats.org/packages/zscaler-sdk-python)
|
|
@@ -72,11 +34,13 @@ used in your server-side code to interact with the Zscaler API platform across m
|
|
|
72
34
|
* [ZIA API](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/zia)
|
|
73
35
|
* [ZDX API](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/zdx)
|
|
74
36
|
* [ZCC API](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/zcc)
|
|
75
|
-
* [ZIdentity](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/zid)
|
|
37
|
+
* [ZIdentity (zid)](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/zid)
|
|
76
38
|
* [ZTW API](https://automate.zscaler.com/docs/docs/api-reference-and-guides/api-reference/zcloudconnector)
|
|
77
39
|
* [ZTB API (Zero Trust Branch)](https://help.zscaler.com/)
|
|
78
40
|
* [ZWA API](https://help.zscaler.com/workflow-automation/getting-started-workflow-automation-api)
|
|
79
41
|
* [EASM API](https://hhttps://help.zscaler.com/easm/easm-api/api-developer-reference-guide/reference-guide)
|
|
42
|
+
* Z-Insights (zins) — GraphQL Analytics API
|
|
43
|
+
* ZMS (Zscaler Microsegmentation) — GraphQL Microsegmentation API
|
|
80
44
|
|
|
81
45
|
This SDK is designed to support the new Zscaler API framework [OneAPI](https://help.zscaler.com/oneapi/understanding-oneapi)
|
|
82
46
|
via a single OAuth2 HTTP client. The SDK is also backwards compatible with the previous
|
|
@@ -901,15 +865,17 @@ Each one of the configuration values above can be turned into an environment var
|
|
|
901
865
|
| `sandboxToken` | _(String)_ The Zscaler Internet Access Sandbox Token | `ZSCALER_SANDBOX_TOKEN` |
|
|
902
866
|
| `sandboxCloud` | _(String)_ The Zscaler Internet Access Sandbox cloud name | `ZSCALER_SANDBOX_CLOUD` |
|
|
903
867
|
|
|
904
|
-
### Zscaler ZIdentity API
|
|
868
|
+
### Zscaler ZIdentity API (zid)
|
|
905
869
|
|
|
906
870
|
This SDK supports programmatic integration with the Zscaler ZIdentity API service.
|
|
907
871
|
|
|
908
872
|
The authentication to Zscaler ZIdentity service via the OneAPI framework, requires uses the API client `ZscalerClient`
|
|
909
873
|
|
|
910
|
-
|
|
874
|
+
Access via `client.zid` (primary) or `client.zidentity` (backward-compatible alias).
|
|
875
|
+
|
|
876
|
+
#### ZIdentity Pagination
|
|
911
877
|
|
|
912
|
-
|
|
878
|
+
ZIdentity API supports pagination with a maximum page size of 100 records per request. The SDK automatically handles pagination for ZIdentity endpoints.
|
|
913
879
|
|
|
914
880
|
**Key Features:**
|
|
915
881
|
- **Maximum Page Size**: 100 records per page (enforced by API)
|
|
@@ -931,7 +897,7 @@ config = {
|
|
|
931
897
|
def main():
|
|
932
898
|
with ZscalerClient(config) as client:
|
|
933
899
|
# Request 300 groups (will automatically fetch 3 pages)
|
|
934
|
-
groups_response, response, error = client.
|
|
900
|
+
groups_response, response, error = client.zid.groups.list_groups(
|
|
935
901
|
query_params={'page_size': 300}
|
|
936
902
|
)
|
|
937
903
|
|
|
@@ -980,9 +946,9 @@ if __name__ == "__main__":
|
|
|
980
946
|
|
|
981
947
|
### Initialize OneAPI OAuth 2.0 Client
|
|
982
948
|
|
|
983
|
-
####
|
|
949
|
+
#### ZIdentity OneAPI Client ID and Client Secret Authentication
|
|
984
950
|
|
|
985
|
-
Construct a client instance by passing your
|
|
951
|
+
Construct a client instance by passing your ZIdentity `clientId`, `clientSecret` and `vanityDomain`:
|
|
986
952
|
|
|
987
953
|
```py
|
|
988
954
|
from zscaler import ZscalerClient
|
|
@@ -997,7 +963,7 @@ config = {
|
|
|
997
963
|
|
|
998
964
|
def main():
|
|
999
965
|
with ZscalerClient(config) as client:
|
|
1000
|
-
users, _, error = client.
|
|
966
|
+
users, _, error = client.zid.groups.list_groups()
|
|
1001
967
|
if error:
|
|
1002
968
|
print(f"Error listing users: {error}")
|
|
1003
969
|
return
|
|
@@ -1008,7 +974,7 @@ if __name__ == "__main__":
|
|
|
1008
974
|
main()
|
|
1009
975
|
```
|
|
1010
976
|
|
|
1011
|
-
####
|
|
977
|
+
#### ZIdentity OneAPI Client ID and Private Key Authentication
|
|
1012
978
|
|
|
1013
979
|
```py
|
|
1014
980
|
from zscaler import ZscalerClient
|
|
@@ -1023,7 +989,7 @@ config = {
|
|
|
1023
989
|
|
|
1024
990
|
def main():
|
|
1025
991
|
with ZscalerClient(config) as client:
|
|
1026
|
-
users, _, error = client.
|
|
992
|
+
users, _, error = client.zid.groups.list_groups()
|
|
1027
993
|
if error:
|
|
1028
994
|
print(f"Error listing users: {error}")
|
|
1029
995
|
return
|
|
@@ -1120,6 +1086,93 @@ if __name__ == "__main__":
|
|
|
1120
1086
|
main()
|
|
1121
1087
|
```
|
|
1122
1088
|
|
|
1089
|
+
### Z-Insights (zins) — GraphQL Analytics API
|
|
1090
|
+
|
|
1091
|
+
Z-Insights provides visibility and analytics across web traffic, firewall, IoT, SaaS security, shadow IT, and cyber security domains via a GraphQL API.
|
|
1092
|
+
|
|
1093
|
+
**Note:** Z-Insights only supports OneAPI authentication. Legacy client authentication is not supported.
|
|
1094
|
+
|
|
1095
|
+
```py
|
|
1096
|
+
from zscaler import ZscalerClient
|
|
1097
|
+
|
|
1098
|
+
config = {
|
|
1099
|
+
"clientId": '{yourClientId}',
|
|
1100
|
+
"clientSecret": '{yourClientSecret}',
|
|
1101
|
+
"vanityDomain": '{yourvanityDomain}',
|
|
1102
|
+
"cloud": "beta",
|
|
1103
|
+
}
|
|
1104
|
+
|
|
1105
|
+
def main():
|
|
1106
|
+
with ZscalerClient(config) as client:
|
|
1107
|
+
entries, _, err = client.zins.web_traffic.get_traffic_by_location(
|
|
1108
|
+
start_time=start_time, end_time=end_time,
|
|
1109
|
+
traffic_unit="TRANSACTIONS", limit=10
|
|
1110
|
+
)
|
|
1111
|
+
if err:
|
|
1112
|
+
print(f"Error: {err}")
|
|
1113
|
+
return
|
|
1114
|
+
print(f"Entries: {len(entries) if entries else 0}")
|
|
1115
|
+
|
|
1116
|
+
if __name__ == "__main__":
|
|
1117
|
+
main()
|
|
1118
|
+
```
|
|
1119
|
+
|
|
1120
|
+
**Available Resources (via `client.zins.<resource>`):**
|
|
1121
|
+
|
|
1122
|
+
- `web_traffic` — Traffic by location, protocols, threat categories, no-grouping
|
|
1123
|
+
- `firewall` — Traffic by action, location, network services
|
|
1124
|
+
- `cyber_security` — Incidents
|
|
1125
|
+
- `saas_security` — CASB app reports
|
|
1126
|
+
- `shadow_it` — Shadow IT app discovery
|
|
1127
|
+
- `iot` — IoT device statistics
|
|
1128
|
+
|
|
1129
|
+
**Note:** `client.zinsights` is available as a backward-compatible alias for `client.zins`.
|
|
1130
|
+
|
|
1131
|
+
### ZMS (Zscaler Microsegmentation) — GraphQL API
|
|
1132
|
+
|
|
1133
|
+
ZMS provides microsegmentation management for agents, resources, policy rules, app zones, and tagging via a GraphQL API.
|
|
1134
|
+
|
|
1135
|
+
**Note:** ZMS only supports OneAPI authentication. Legacy client authentication is not supported.
|
|
1136
|
+
|
|
1137
|
+
```py
|
|
1138
|
+
from zscaler import ZscalerClient
|
|
1139
|
+
|
|
1140
|
+
config = {
|
|
1141
|
+
"clientId": '{yourClientId}',
|
|
1142
|
+
"clientSecret": '{yourClientSecret}',
|
|
1143
|
+
"vanityDomain": '{yourvanityDomain}',
|
|
1144
|
+
"cloud": "beta",
|
|
1145
|
+
}
|
|
1146
|
+
|
|
1147
|
+
def main():
|
|
1148
|
+
with ZscalerClient(config) as client:
|
|
1149
|
+
result, _, err = client.zms.agents.list_agents(
|
|
1150
|
+
customer_id="123456789", page=1, page_size=20
|
|
1151
|
+
)
|
|
1152
|
+
if err:
|
|
1153
|
+
print(f"Error: {err}")
|
|
1154
|
+
return
|
|
1155
|
+
for agent in result.get("nodes", []):
|
|
1156
|
+
print(agent.get("name"))
|
|
1157
|
+
|
|
1158
|
+
if __name__ == "__main__":
|
|
1159
|
+
main()
|
|
1160
|
+
```
|
|
1161
|
+
|
|
1162
|
+
**Available Resources (via `client.zms.<resource>`):**
|
|
1163
|
+
|
|
1164
|
+
- `agents` — List agents, connection status statistics, version statistics
|
|
1165
|
+
- `agent_groups` — List agent groups, get TOTP secrets
|
|
1166
|
+
- `nonces` — List nonces (provisioning keys), get nonce by ID
|
|
1167
|
+
- `resources` — List resources, protection status, event metadata
|
|
1168
|
+
- `resource_groups` — List resource groups, get members, protection status
|
|
1169
|
+
- `policy_rules` — List policy rules, list default policy rules
|
|
1170
|
+
- `app_zones` — List app zones with filtering and pagination
|
|
1171
|
+
- `app_catalog` — List app catalog entries with filtering and ordering
|
|
1172
|
+
- `tags` — List tag namespaces, tag keys, and tag values
|
|
1173
|
+
|
|
1174
|
+
**Note:** `client.zmicroseg` is available as an alias for `client.zms`.
|
|
1175
|
+
|
|
1123
1176
|
## Zscaler Legacy API Framework
|
|
1124
1177
|
|
|
1125
1178
|
The legacy Zscaler API is still utilized by several customers, and will remain in place for the foreseeable future with no specific announced deprecation date.
|
|
@@ -1686,4 +1739,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
1686
1739
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1687
1740
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1688
1741
|
SOFTWARE.
|
|
1689
|
-
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "zscaler-sdk-python"
|
|
3
|
-
version = "1.9.
|
|
3
|
+
version = "1.9.19"
|
|
4
4
|
description = "Official Python SDK for the Zscaler Products"
|
|
5
5
|
authors = ["Zscaler, Inc. <devrel@zscaler.com>"]
|
|
6
6
|
license = "MIT"
|
|
@@ -8,7 +8,7 @@ readme = "README.md"
|
|
|
8
8
|
homepage = "https://github.com/zscaler/zscaler-sdk-python"
|
|
9
9
|
repository = "https://github.com/zscaler/zscaler-sdk-python"
|
|
10
10
|
documentation = "https://zscaler-sdk-python.readthedocs.io"
|
|
11
|
-
keywords = ["zscaler", "sdk", "zpa", "zia", "zdx", "zcc", "ztw", "zwa", "zidentity"]
|
|
11
|
+
keywords = ["zscaler", "sdk", "zpa", "zia", "zdx", "zcc", "ztw", "zwa", "zid", "zidentity"]
|
|
12
12
|
classifiers = [
|
|
13
13
|
"Development Status :: 5 - Production/Stable",
|
|
14
14
|
"Intended Audience :: Developers",
|
|
@@ -21,15 +21,15 @@ BACKOFF_FACTOR = 1
|
|
|
21
21
|
BACKOFF_BASE_DURATION = 2
|
|
22
22
|
|
|
23
23
|
ZSCALER_ONE_API_DEV = "https://help.zscaler.com/oneapi"
|
|
24
|
-
|
|
24
|
+
ZID_DEV = "https://help.zscaler.com/zidentity"
|
|
25
25
|
|
|
26
|
-
GET_ZSCALER_CLIENT_ID = f"{
|
|
26
|
+
GET_ZSCALER_CLIENT_ID = f"{ZID_DEV}" "/about-api-clients"
|
|
27
27
|
|
|
28
|
-
GET_ZSCALER_CLIENT_SECRET = f"{
|
|
28
|
+
GET_ZSCALER_CLIENT_SECRET = f"{ZID_DEV}" "/about-api-clients"
|
|
29
29
|
|
|
30
|
-
GET_ZSCALER_VANITY_DOMAIN = f"{
|
|
30
|
+
GET_ZSCALER_VANITY_DOMAIN = f"{ZID_DEV}" "/migrating-zscaler-service-admins-zidentity"
|
|
31
31
|
|
|
32
|
-
GET_ZSCALER_CLOUD = f"{
|
|
32
|
+
GET_ZSCALER_CLOUD = f"{ZID_DEV}" "/migrating-zscaler-service-admins-zidentity"
|
|
33
33
|
|
|
34
34
|
GET_ZPA_CUSTOMER_ID = f"{ZSCALER_ONE_API_DEV}" "/getting-started#ZPA-customerId-ZSLogin-admin-portal"
|
|
35
35
|
|
|
@@ -50,8 +50,11 @@ def check_response_for_error(url, response_details, response_body, service_type:
|
|
|
50
50
|
if is_graphql_error_response(formatted_response):
|
|
51
51
|
try:
|
|
52
52
|
# Determine service type from URL if not provided
|
|
53
|
-
if not service_type
|
|
54
|
-
|
|
53
|
+
if not service_type:
|
|
54
|
+
if "/zins" in url:
|
|
55
|
+
service_type = "zins"
|
|
56
|
+
elif "/zms" in url:
|
|
57
|
+
service_type = "zms"
|
|
55
58
|
|
|
56
59
|
error = GraphQLAPIError(url, response_details, formatted_response, service_type)
|
|
57
60
|
logger.debug(f"GraphQL error detected: {error.message}")
|
|
@@ -16,8 +16,12 @@ class ZscalerAPIError(Exception):
|
|
|
16
16
|
if not isinstance(response_body, dict):
|
|
17
17
|
response_body = {"message": str(response_body)}
|
|
18
18
|
|
|
19
|
-
self.error_code: Optional[Union[str, int]] =
|
|
20
|
-
|
|
19
|
+
self.error_code: Optional[Union[str, int]] = (
|
|
20
|
+
response_body.get("code") or response_body.get("id") or response_body.get("errorCode")
|
|
21
|
+
)
|
|
22
|
+
self.error_message: Optional[str] = (
|
|
23
|
+
response_body.get("message") or response_body.get("reason") or response_body.get("errorDetails")
|
|
24
|
+
)
|
|
21
25
|
self.params: List[Any] = response_body.get("params", [])
|
|
22
26
|
self.path: Optional[str] = response_body.get("path")
|
|
23
27
|
|