zscaler-sdk-python 1.9.35__tar.gz → 1.9.36__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.35 → zscaler_sdk_python-1.9.36}/PKG-INFO +1 -1
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/pyproject.toml +1 -1
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/__init__.py +1 -1
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcell/models/sim_handling.py +128 -192
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcell/sim_handling.py +21 -20
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcell/zcell_service.py +0 -3
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/LICENSE.md +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/README.md +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/api_client.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/cache/__init__.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/cache/cache.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/cache/no_op_cache.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/cache/zscaler_cache.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/config/__init__.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/config/config_setter.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/config/config_validator.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/constants.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/error_messages.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/errors/__init__.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/errors/error.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/errors/graphql_error.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/errors/http_error.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/errors/response_checker.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/errors/zscaler_api_error.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/exceptions/__init__.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/exceptions/exceptions.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/helpers.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/logger.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/oneapi_client.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/oneapi_collection.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/oneapi_http_client.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/oneapi_oauth_client.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/oneapi_object.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/oneapi_response.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ratelimiter/__init__.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ratelimiter/ratelimiter.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/request_executor.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/types.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/user_agent.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/utils.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zaiguard/__init__.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zaiguard/legacy.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zaiguard/models/__init__.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zaiguard/models/policy_detection.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zaiguard/policy_detection.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zaiguard/zaiguard_service.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zbi/__init__.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zbi/custom_apps.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zbi/models/__init__.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zbi/models/custom_apps.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zbi/models/report_configs.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zbi/report_configs.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zbi/reports.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zbi/zbi_service.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcc/__init__.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcc/_field_introspect.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcc/_serialize.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcc/admin_user.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcc/application_profiles.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcc/company.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcc/custom_ip_base_apps.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcc/devices.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcc/entitlements.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcc/fail_open_policy.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcc/forwarding_profile.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcc/legacy.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcc/models/__init__.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcc/models/admin_roles.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcc/models/admin_user.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcc/models/application_profiles.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcc/models/company_info.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcc/models/custom_ip_base_apps.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcc/models/devices.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcc/models/failopenpolicy.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcc/models/forwardingprofile.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcc/models/manage_pass.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcc/models/predefined_ip_based_apps.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcc/models/process_based_apps.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcc/models/secrets_otp.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcc/models/secrets_passwords.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcc/models/trustednetworks.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcc/models/webappservice.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcc/models/webpolicy.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcc/models/webprivacy.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcc/models/zdxgroupentitlements.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcc/models/zpagroupentitlements.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcc/predefined_ip_based_apps.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcc/process_based_apps.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcc/secrets.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcc/trusted_networks.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcc/web_app_service.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcc/web_policy.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcc/web_privacy.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcc/zcc_service.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcell/__init__.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcell/anomaly_policy.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcell/audit_data_handling.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcell/customer_data_handling.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcell/customer_region_handling.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcell/models/__init__.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcell/models/anomaly_policy.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcell/models/audit_data_handling.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcell/models/customer_data_handling.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcell/models/customer_region_handling.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcell/models/network_events.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcell/models/sim_analytics.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcell/models/sim_location_groups.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcell/models/tag_handling.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcell/network_events.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcell/sim_analytics.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcell/sim_location_groups.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcell/tag_handling.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zdx/__init__.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zdx/admin.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zdx/alerts.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zdx/apps.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zdx/devices.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zdx/inventory.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zdx/legacy.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zdx/models/administration.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zdx/models/alerts.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zdx/models/application_users.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zdx/models/applications.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zdx/models/call_quality_metrics.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zdx/models/common.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zdx/models/devices.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zdx/models/snapshot.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zdx/models/software_inventory.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zdx/models/troubleshooting.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zdx/models/users.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zdx/snapshot.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zdx/troubleshooting.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zdx/users.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zdx/zdx_service.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zeasm/__init__.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zeasm/findings.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zeasm/lookalike_domains.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zeasm/models/__init__.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zeasm/models/common.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zeasm/models/findings.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zeasm/models/lookalike_domains.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zeasm/models/organizations.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zeasm/organizations.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zeasm/zeasm_service.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/__init__.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/activate.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/adaptive_access_profiles.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/admin_roles.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/admin_users.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/advanced_settings.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/alert_subscriptions.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/apptotal.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/atp_policy.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/audit_logs.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/authentication_settings.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/azure_integration.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/bandwidth_classes.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/bandwidth_control_rules.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/browser_control_settings.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/casb_dlp_rules.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/casb_malware_rules.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/cloud_app_instances.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/cloud_applications.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/cloud_browser_isolation.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/cloud_firewall.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/cloud_firewall_dns.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/cloud_firewall_ips.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/cloud_firewall_rules.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/cloud_nss.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/cloud_to_cloud_ir.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/cloudappcontrol.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/custom_file_types.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/dedicated_ip_gateways.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/device_groups.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/device_management.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/devices.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/dlp_dictionary.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/dlp_engine.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/dlp_resources.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/dlp_templates.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/dlp_web_rules.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/dns_gatways.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/email_profiles.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/end_user_notification.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/file_type_control_rule.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/forwarding_control.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/ftp_control_policy.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/gre_tunnel.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/http_header_control.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/intermediate_certificates.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/iot_report.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/ips_signature_rules.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/ipv6_config.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/legacy.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/locations.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/malware_protection_policy.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/mobile_threat_settings.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/__init__.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/activation.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/adaptive_access_profiles.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/admin_roles.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/admin_users.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/advanced_settings.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/advanced_threat_settings.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/alert_subscriptions.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/apptotal.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/authentication_settings.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/azure_integration.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/bandwidth_classes.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/bandwidth_control_rules.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/browser_control_settings.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/casb_dlp_rules.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/casb_malware_rules.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/cloud_app_instances.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/cloud_app_policy.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/cloud_browser_isolation.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/cloud_firewall_app_services.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/cloud_firewall_destination_groups.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/cloud_firewall_dns_rules.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/cloud_firewall_ips_rules.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/cloud_firewall_nw_application_groups.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/cloud_firewall_nw_applications.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/cloud_firewall_nw_service.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/cloud_firewall_nw_service_groups.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/cloud_firewall_rules.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/cloud_firewall_source_groups.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/cloud_firewall_time_windows.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/cloud_nss.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/cloud_to_cloud_ir.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/cloudappcontrol.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/common.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/custom_file_types.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/dedicated_ip_gateways.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/device_groups.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/devices.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/dlp_dictionary.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/dlp_engine.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/dlp_resources.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/dlp_templates.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/dlp_web_rules.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/dns_gateways.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/email_profiles.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/endusernotification.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/filetyperules.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/forwarding_control_policy.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/ftp_control_policy.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/gre_recommended_list.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/gre_tunnel_info.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/gre_tunnels.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/gre_vips.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/http_header_control.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/intermediate_certificates.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/iotreport.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/ips_signature_rules.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/ipv6_config.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/location_group.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/location_management.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/malware_protection_settings.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/mobile_threat_settings.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/nat_control_policy.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/nss_servers.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/organization_information.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/pac_files.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/partner_integrations.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/proxies.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/proxy_gateways.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/remoteassistance.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/risk_profiles.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/rule_labels.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/saas_security_api.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/sandbox.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/sandboxrules.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/secure_browsing.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/security_policy_settings.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/security_ueba_alerts.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/shadow_it_report.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/smpc_instance.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/ssl_inspection_rules.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/subclouds.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/system_audit.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/tenancy_restriction_profile.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/time_intervals.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/traffic_capture.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/traffic_datacenters.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/traffic_dc_exclusions.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/traffic_extranet.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/traffic_static_ip.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/traffic_vpn_credentials.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/url_filter_cloud_app_settings.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/url_filtering_rules.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/urlcategory.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/user_management.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/vzen_clusters.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/vzen_nodes.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/workload_groups.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/models/zpa_gateway.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/nat_control_policy.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/nss_servers.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/organization_information.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/pac_files.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/partner_integrations.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/policy_export.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/proxies.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/remote_assistance.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/risk_profiles.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/rule_labels.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/saas_security_api.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/sandbox.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/sandbox_rules.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/secure_browsing.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/security_policy_settings.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/security_ueba_alerts.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/shadow_it_report.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/smpc_instance.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/ssl_inspection_rules.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/sub_clouds.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/system_audit.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/tenancy_restriction_profile.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/time_intervals.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/traffic_capture.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/traffic_datacenters.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/traffic_extranet.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/traffic_static_ip.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/traffic_vpn_credentials.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/url_categories.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/url_filtering.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/user_management.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/vzen_clusters.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/vzen_nodes.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/workload_groups.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/zia_service.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zia/zpa_gateway.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zid/__init__.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zid/api_client.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zid/groups.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zid/models/api_client.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zid/models/common.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zid/models/groups.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zid/models/resource_servers.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zid/models/user_entitlement.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zid/models/users.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zid/resource_servers.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zid/user_entitlement.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zid/users.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zid/zid_service.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zins/__init__.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zins/cyber_security.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zins/firewall.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zins/iot.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zins/models/__init__.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zins/models/common.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zins/models/enums.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zins/models/inputs.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zins/saas_security.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zins/shadow_it.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zins/web_traffic.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zins/zins_service.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zms/__init__.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zms/agent_groups.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zms/agents.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zms/app_catalog.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zms/app_zones.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zms/models/__init__.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zms/models/common.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zms/models/enums.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zms/models/inputs.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zms/nonces.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zms/policy_rules.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zms/resource_groups.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zms/resources.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zms/tags.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zms/zms_service.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/__init__.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/admin_sso_controller.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/administrator_controller.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/api_keys.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/app_connector_groups.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/app_connector_schedule.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/app_connectors.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/app_protection.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/app_segment_by_type.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/app_segments_ba.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/app_segments_ba_v2.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/app_segments_inspection.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/app_segments_pra.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/application_federation.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/application_segment.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/b2b_policy.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/branch_connector_group.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/branch_connectors.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/browser_protection.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/business_continuity.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/c2c_ip_ranges.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/cbi_banner.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/cbi_certificate.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/cbi_profile.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/cbi_region.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/cbi_zpa_profile.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/certificates.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/client_settings.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/cloud_connector_controller.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/cloud_connector_groups.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/config_override_controller.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/customer_controller.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/customer_domain.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/customer_dr_tool.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/customer_version_profile.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/emergency_access.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/enrollment_certificates.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/extranet_resource.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/idp.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/legacy.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/location_controller.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/lss.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/machine_groups.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/managed_browser_profile.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/microtenants.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/administrator_controller.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/api_keys.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/app_connector_groups.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/app_connector_schedule.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/app_connectors.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/app_protection_predefined_controls.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/app_protection_profile.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/application_federation.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/application_segment.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/application_segment_lb.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/application_servers.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/branch_connectors.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/browser_protection.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/business_continuity.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/c2c_ip_ranges.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/cbi_banner.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/cbi_certificate.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/cbi_profile.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/cbi_region.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/cbi_zpa_profile.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/certificates.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/client_settings.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/cloud_connector_controller.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/cloud_connector_groups.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/common.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/config_override_controller.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/customer_controller.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/customer_domain.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/customer_dr_tool.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/customer_version_profile.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/emergency_access.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/enrollment_certificates.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/idp.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/lss.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/machine_groups.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/managed_browser_profile.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/microtenants.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/npn_client_controller.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/oauth2_user_code.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/one_identity.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/policyset_controller_v1.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/policyset_controller_v2.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/posture_profiles.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/pra_approval.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/pra_console.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/pra_cred_pool_controller.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/pra_credential.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/pra_portal.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/private_cloud.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/private_cloud_controller.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/private_cloud_group.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/provisioning_keys.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/role_controller.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/saml_attributes.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/scim_attributes.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/scim_groups.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/segment_group.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/server_group.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/service_edge_groups.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/service_edge_schedule.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/service_edges.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/stepup_auth_level.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/tag_group.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/tag_key.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/tag_namespace.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/tenant_federation_provisioning.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/trusted_network.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/user_portal_aup.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/user_portal_controller.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/user_portal_link.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/models/zia_customer_config.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/npn_client_controller.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/oauth2_user_code.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/one_identity.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/policies.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/posture_profiles.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/pra_approval.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/pra_console.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/pra_credential.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/pra_credential_pool.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/pra_portal.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/private_cloud.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/private_cloud_controller.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/private_cloud_group.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/provisioning.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/role_controller.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/saml_attributes.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/scim_attributes.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/scim_groups.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/segment_groups.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/server_groups.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/servers.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/service_edge_group.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/service_edge_schedule.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/service_edges.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/stepup_auth_level.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/tag_group.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/tag_key.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/tag_namespace.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/tenant_federation_provisioning.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/trusted_networks.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/user_portal_aup.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/user_portal_controller.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/user_portal_link.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/workload_tag_group.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/zia_customer_config.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zpa/zpa_service.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztb/__init__.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztb/alarms.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztb/api_key.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztb/app_connector_config.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztb/devices.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztb/groups_router.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztb/legacy.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztb/logs.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztb/models/__init__.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztb/models/alarms.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztb/models/api_key.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztb/models/app_connector_config.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztb/models/common.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztb/models/devices.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztb/models/groups_router.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztb/models/logs.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztb/models/policy_comments.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztb/models/ransomware_kill.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztb/models/site.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztb/models/site2site_vpn.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztb/models/template_router.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztb/policy_comments.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztb/ransomware_kill.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztb/site.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztb/site2site_vpn.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztb/template_router.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztb/ztb_service.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/__init__.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/account_details.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/account_groups.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/activation.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/admin_roles.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/admin_users.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/api_keys.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/discovery_service.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/ec_groups.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/forwarding_gateways.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/forwarding_rules.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/ip_destination_groups.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/ip_groups.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/ip_source_groups.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/legacy.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/location_management.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/location_template.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/models/account_groups.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/models/activation.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/models/admin_roles.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/models/admin_users.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/models/api_keys.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/models/common.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/models/discovery_service.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/models/ec_group_vm.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/models/ecgroup.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/models/forwarding_gateways.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/models/forwarding_rules.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/models/ip_destination_groups.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/models/ip_groups.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/models/ip_source_groups.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/models/location_management.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/models/location_templates.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/models/nw_service.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/models/nw_service_groups.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/models/provisioning_url.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/models/public_cloud_info.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/models/traffic_vpn_credentials.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/models/workload_groups.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/models/zpa_resources.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/nw_service.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/nw_service_groups.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/provisioning_url.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/public_cloud_info.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/workload_groups.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/ztw/ztw_service.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zwa/__init__.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zwa/audit_logs.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zwa/dlp_incidents.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zwa/legacy.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zwa/models/audit_logs.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zwa/models/change_history.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zwa/models/common.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zwa/models/generated_tickets.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zwa/models/incident_details.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zwa/models/incident_evidence.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zwa/models/incident_group_search.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zwa/models/incident_search.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zwa/models/incident_trigger.py +0 -0
- {zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zwa/zwa_service.py +0 -0
{zscaler_sdk_python-1.9.35 → zscaler_sdk_python-1.9.36}/zscaler/zcell/models/sim_handling.py
RENAMED
|
@@ -16,37 +16,9 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
16
16
|
|
|
17
17
|
from zscaler.oneapi_collection import ZscalerCollection
|
|
18
18
|
from zscaler.oneapi_object import ZscalerObject
|
|
19
|
-
from zscaler.zcell.models import sim_handling as sim_handling
|
|
20
19
|
|
|
21
20
|
|
|
22
|
-
class
|
|
23
|
-
"""
|
|
24
|
-
A class representing a SimHandling object.
|
|
25
|
-
"""
|
|
26
|
-
|
|
27
|
-
def __init__(self, config=None):
|
|
28
|
-
super().__init__(config)
|
|
29
|
-
if config:
|
|
30
|
-
self.icc_id = config["iccId"] if "iccId" in config else None
|
|
31
|
-
self.tag_ids = ZscalerCollection.form_list(config["tagIds"] if "tagIds" in config else [], str)
|
|
32
|
-
else:
|
|
33
|
-
self.icc_id = None
|
|
34
|
-
self.tag_ids = []
|
|
35
|
-
|
|
36
|
-
def request_format(self):
|
|
37
|
-
"""
|
|
38
|
-
Return the object as a dictionary in the format expected for API requests.
|
|
39
|
-
"""
|
|
40
|
-
parent_req_format = super().request_format()
|
|
41
|
-
current_obj_format = {
|
|
42
|
-
"iccId": self.icc_id,
|
|
43
|
-
"tagIds": self.tag_ids,
|
|
44
|
-
}
|
|
45
|
-
parent_req_format.update(current_obj_format)
|
|
46
|
-
return parent_req_format
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
class SimData(ZscalerObject):
|
|
21
|
+
class SimDetails(ZscalerObject):
|
|
50
22
|
"""
|
|
51
23
|
A class representing a SimData object.
|
|
52
24
|
"""
|
|
@@ -78,15 +50,9 @@ class SimData(ZscalerObject):
|
|
|
78
50
|
self.data_authorize_imei_value = config["dataAuthorizeImeiValue"] if "dataAuthorizeImeiValue" in config else None
|
|
79
51
|
self.sim_lat = config["simLat"] if "simLat" in config else None
|
|
80
52
|
self.sim_lng = config["simLng"] if "simLng" in config else None
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
elif config["simLocInfo"] is not None:
|
|
85
|
-
self.sim_loc_info = sim_handling.JsonNode(config["simLocInfo"])
|
|
86
|
-
else:
|
|
87
|
-
self.sim_loc_info = None
|
|
88
|
-
else:
|
|
89
|
-
self.sim_loc_info = None
|
|
53
|
+
# ``simLocInfo`` is returned by the API as a JSON-encoded string
|
|
54
|
+
# (e.g. '{"ECI": 7965454, "MCC": "311", "MNC": "480", "TAC": 7936}').
|
|
55
|
+
self.sim_loc_info = config["simLocInfo"] if "simLocInfo" in config else None
|
|
90
56
|
self.event_session_id = config["eventSessionId"] if "eventSessionId" in config else None
|
|
91
57
|
self.tac_id = config["tacId"] if "tacId" in config else None
|
|
92
58
|
self.brand_name = config["brandName"] if "brandName" in config else None
|
|
@@ -195,115 +161,21 @@ class SimData(ZscalerObject):
|
|
|
195
161
|
return parent_req_format
|
|
196
162
|
|
|
197
163
|
|
|
198
|
-
class
|
|
164
|
+
class GetActivationCodeResponse(ZscalerObject):
|
|
199
165
|
"""
|
|
200
|
-
A class representing a
|
|
166
|
+
A class representing a GetActivationCodeResponse object.
|
|
201
167
|
"""
|
|
202
168
|
|
|
203
169
|
def __init__(self, config=None):
|
|
204
170
|
super().__init__(config)
|
|
205
171
|
if config:
|
|
206
|
-
self.iccid =
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
if "status" in config:
|
|
210
|
-
if isinstance(config["status"], sim_handling.SanitizedString20):
|
|
211
|
-
self.status = config["status"]
|
|
212
|
-
elif config["status"] is not None:
|
|
213
|
-
self.status = sim_handling.SanitizedString20(config["status"])
|
|
214
|
-
else:
|
|
215
|
-
self.status = None
|
|
216
|
-
else:
|
|
217
|
-
self.status = None
|
|
218
|
-
if "networkStatus" in config:
|
|
219
|
-
if isinstance(config["networkStatus"], sim_handling.SanitizedString20):
|
|
220
|
-
self.network_status = config["networkStatus"]
|
|
221
|
-
elif config["networkStatus"] is not None:
|
|
222
|
-
self.network_status = sim_handling.SanitizedString20(config["networkStatus"])
|
|
223
|
-
else:
|
|
224
|
-
self.network_status = None
|
|
225
|
-
else:
|
|
226
|
-
self.network_status = None
|
|
227
|
-
self.ip_address = ZscalerCollection.form_list(
|
|
228
|
-
config["ipAddress"] if "ipAddress" in config else [], sim_handling.SanitizedString20
|
|
229
|
-
)
|
|
230
|
-
if "locationCountry" in config:
|
|
231
|
-
if isinstance(config["locationCountry"], sim_handling.SanitizedString50):
|
|
232
|
-
self.location_country = config["locationCountry"]
|
|
233
|
-
elif config["locationCountry"] is not None:
|
|
234
|
-
self.location_country = sim_handling.SanitizedString50(config["locationCountry"])
|
|
235
|
-
else:
|
|
236
|
-
self.location_country = None
|
|
237
|
-
else:
|
|
238
|
-
self.location_country = None
|
|
239
|
-
self.tag = ZscalerCollection.form_list(config["tag"] if "tag" in config else [], sim_handling.SanitizedString50)
|
|
240
|
-
if "deviceType" in config:
|
|
241
|
-
if isinstance(config["deviceType"], sim_handling.SanitizedString255):
|
|
242
|
-
self.device_type = config["deviceType"]
|
|
243
|
-
elif config["deviceType"] is not None:
|
|
244
|
-
self.device_type = sim_handling.SanitizedString255(config["deviceType"])
|
|
245
|
-
else:
|
|
246
|
-
self.device_type = None
|
|
247
|
-
else:
|
|
248
|
-
self.device_type = None
|
|
249
|
-
if "brandName" in config:
|
|
250
|
-
if isinstance(config["brandName"], sim_handling.SanitizedString255):
|
|
251
|
-
self.brand_name = config["brandName"]
|
|
252
|
-
elif config["brandName"] is not None:
|
|
253
|
-
self.brand_name = sim_handling.SanitizedString255(config["brandName"])
|
|
254
|
-
else:
|
|
255
|
-
self.brand_name = None
|
|
256
|
-
else:
|
|
257
|
-
self.brand_name = None
|
|
258
|
-
if "marketingName" in config:
|
|
259
|
-
if isinstance(config["marketingName"], sim_handling.SanitizedString255):
|
|
260
|
-
self.marketing_name = config["marketingName"]
|
|
261
|
-
elif config["marketingName"] is not None:
|
|
262
|
-
self.marketing_name = sim_handling.SanitizedString255(config["marketingName"])
|
|
263
|
-
else:
|
|
264
|
-
self.marketing_name = None
|
|
265
|
-
else:
|
|
266
|
-
self.marketing_name = None
|
|
267
|
-
if "modelName" in config:
|
|
268
|
-
if isinstance(config["modelName"], sim_handling.SanitizedString255):
|
|
269
|
-
self.model_name = config["modelName"]
|
|
270
|
-
elif config["modelName"] is not None:
|
|
271
|
-
self.model_name = sim_handling.SanitizedString255(config["modelName"])
|
|
272
|
-
else:
|
|
273
|
-
self.model_name = None
|
|
274
|
-
else:
|
|
275
|
-
self.model_name = None
|
|
276
|
-
if "formFactor" in config:
|
|
277
|
-
if isinstance(config["formFactor"], sim_handling.SanitizedString20):
|
|
278
|
-
self.form_factor = config["formFactor"]
|
|
279
|
-
elif config["formFactor"] is not None:
|
|
280
|
-
self.form_factor = sim_handling.SanitizedString20(config["formFactor"])
|
|
281
|
-
else:
|
|
282
|
-
self.form_factor = None
|
|
283
|
-
else:
|
|
284
|
-
self.form_factor = None
|
|
285
|
-
if "imeiStatus" in config:
|
|
286
|
-
if isinstance(config["imeiStatus"], sim_handling.SimImeiStatusEnum):
|
|
287
|
-
self.imei_status = config["imeiStatus"]
|
|
288
|
-
elif config["imeiStatus"] is not None:
|
|
289
|
-
self.imei_status = sim_handling.SimImeiStatusEnum(config["imeiStatus"])
|
|
290
|
-
else:
|
|
291
|
-
self.imei_status = None
|
|
292
|
-
else:
|
|
293
|
-
self.imei_status = None
|
|
172
|
+
self.iccid = config["iccid"] if "iccid" in config else None
|
|
173
|
+
self.activation_code = config["activationCode"] if "activationCode" in config else None
|
|
174
|
+
self.qr_code = config["qrCode"] if "qrCode" in config else None
|
|
294
175
|
else:
|
|
295
|
-
self.iccid =
|
|
296
|
-
self.
|
|
297
|
-
self.
|
|
298
|
-
self.ip_address = []
|
|
299
|
-
self.location_country = None
|
|
300
|
-
self.tag = []
|
|
301
|
-
self.device_type = None
|
|
302
|
-
self.brand_name = None
|
|
303
|
-
self.marketing_name = None
|
|
304
|
-
self.model_name = None
|
|
305
|
-
self.form_factor = None
|
|
306
|
-
self.imei_status = None
|
|
176
|
+
self.iccid = None
|
|
177
|
+
self.activation_code = None
|
|
178
|
+
self.qr_code = None
|
|
307
179
|
|
|
308
180
|
def request_format(self):
|
|
309
181
|
"""
|
|
@@ -311,18 +183,36 @@ class SimDataSearchRequest(ZscalerObject):
|
|
|
311
183
|
"""
|
|
312
184
|
parent_req_format = super().request_format()
|
|
313
185
|
current_obj_format = {
|
|
314
|
-
"iccid":
|
|
315
|
-
"
|
|
316
|
-
"
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
186
|
+
"iccid": self.iccid,
|
|
187
|
+
"activationCode": self.activation_code,
|
|
188
|
+
"qrCode": self.qr_code,
|
|
189
|
+
}
|
|
190
|
+
parent_req_format.update(current_obj_format)
|
|
191
|
+
return parent_req_format
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
class SimHandling(ZscalerObject):
|
|
195
|
+
"""
|
|
196
|
+
A class representing a SimHandling object.
|
|
197
|
+
"""
|
|
198
|
+
|
|
199
|
+
def __init__(self, config=None):
|
|
200
|
+
super().__init__(config)
|
|
201
|
+
if config:
|
|
202
|
+
self.icc_id = config["iccId"] if "iccId" in config else None
|
|
203
|
+
self.tag_ids = ZscalerCollection.form_list(config["tagIds"] if "tagIds" in config else [], str)
|
|
204
|
+
else:
|
|
205
|
+
self.icc_id = None
|
|
206
|
+
self.tag_ids = []
|
|
207
|
+
|
|
208
|
+
def request_format(self):
|
|
209
|
+
"""
|
|
210
|
+
Return the object as a dictionary in the format expected for API requests.
|
|
211
|
+
"""
|
|
212
|
+
parent_req_format = super().request_format()
|
|
213
|
+
current_obj_format = {
|
|
214
|
+
"iccId": self.icc_id,
|
|
215
|
+
"tagIds": self.tag_ids,
|
|
326
216
|
}
|
|
327
217
|
parent_req_format.update(current_obj_format)
|
|
328
218
|
return parent_req_format
|
|
@@ -338,7 +228,7 @@ class SimLockRequest(ZscalerObject):
|
|
|
338
228
|
if config:
|
|
339
229
|
self.data_authorize = config["dataAuthorize"] if "dataAuthorize" in config else False
|
|
340
230
|
self.sim_lock_details = ZscalerCollection.form_list(
|
|
341
|
-
config["simLockDetails"] if "simLockDetails" in config else [],
|
|
231
|
+
config["simLockDetails"] if "simLockDetails" in config else [], SimLockDetails
|
|
342
232
|
)
|
|
343
233
|
else:
|
|
344
234
|
self.data_authorize = False
|
|
@@ -351,25 +241,25 @@ class SimLockRequest(ZscalerObject):
|
|
|
351
241
|
parent_req_format = super().request_format()
|
|
352
242
|
current_obj_format = {
|
|
353
243
|
"dataAuthorize": self.data_authorize,
|
|
354
|
-
"simLockDetails": [
|
|
244
|
+
"simLockDetails": [dg.request_format() for dg in (self.sim_lock_details or [])],
|
|
355
245
|
}
|
|
356
246
|
parent_req_format.update(current_obj_format)
|
|
357
247
|
return parent_req_format
|
|
358
248
|
|
|
359
249
|
|
|
360
|
-
class
|
|
250
|
+
class SimLockDetails(ZscalerObject):
|
|
361
251
|
"""
|
|
362
|
-
A class representing a
|
|
252
|
+
A class representing a SimLockDetails object.
|
|
363
253
|
"""
|
|
364
254
|
|
|
365
255
|
def __init__(self, config=None):
|
|
366
256
|
super().__init__(config)
|
|
367
257
|
if config:
|
|
368
|
-
self.
|
|
369
|
-
self.
|
|
258
|
+
self.imei = config["imei"] if "imei" in config else False
|
|
259
|
+
self.iccid = config["iccid"] if "iccid" in config else False
|
|
370
260
|
else:
|
|
371
|
-
self.
|
|
372
|
-
self.
|
|
261
|
+
self.imei = False
|
|
262
|
+
self.iccid = False
|
|
373
263
|
|
|
374
264
|
def request_format(self):
|
|
375
265
|
"""
|
|
@@ -377,8 +267,8 @@ class SimDataResponse(ZscalerObject):
|
|
|
377
267
|
"""
|
|
378
268
|
parent_req_format = super().request_format()
|
|
379
269
|
current_obj_format = {
|
|
380
|
-
"
|
|
381
|
-
"
|
|
270
|
+
"imei": self.imei,
|
|
271
|
+
"iccid": self.iccid,
|
|
382
272
|
}
|
|
383
273
|
parent_req_format.update(current_obj_format)
|
|
384
274
|
return parent_req_format
|
|
@@ -392,15 +282,7 @@ class SimUpdateRequest(ZscalerObject):
|
|
|
392
282
|
def __init__(self, config=None):
|
|
393
283
|
super().__init__(config)
|
|
394
284
|
if config:
|
|
395
|
-
if "status" in config
|
|
396
|
-
if isinstance(config["status"], sim_handling.SimStatusEnum):
|
|
397
|
-
self.status = config["status"]
|
|
398
|
-
elif config["status"] is not None:
|
|
399
|
-
self.status = sim_handling.SimStatusEnum(config["status"])
|
|
400
|
-
else:
|
|
401
|
-
self.status = None
|
|
402
|
-
else:
|
|
403
|
-
self.status = None
|
|
285
|
+
self.status = config["status"] if "status" in config else None
|
|
404
286
|
self.iccid = ZscalerCollection.form_list(config["iccid"] if "iccid" in config else [], str)
|
|
405
287
|
self.reason = config["reason"] if "reason" in config else None
|
|
406
288
|
else:
|
|
@@ -422,21 +304,17 @@ class SimUpdateRequest(ZscalerObject):
|
|
|
422
304
|
return parent_req_format
|
|
423
305
|
|
|
424
306
|
|
|
425
|
-
class
|
|
307
|
+
class SimAssignRequest(ZscalerObject):
|
|
426
308
|
"""
|
|
427
|
-
A class representing a
|
|
309
|
+
A class representing a SimAssignRequest object.
|
|
428
310
|
"""
|
|
429
311
|
|
|
430
312
|
def __init__(self, config=None):
|
|
431
313
|
super().__init__(config)
|
|
432
314
|
if config:
|
|
433
|
-
self.
|
|
434
|
-
self.activation_code = config["activationCode"] if "activationCode" in config else None
|
|
435
|
-
self.qr_code = config["qrCode"] if "qrCode" in config else None
|
|
315
|
+
self.assignment = config["assignment"] if "assignment" in config else None
|
|
436
316
|
else:
|
|
437
|
-
self.
|
|
438
|
-
self.activation_code = None
|
|
439
|
-
self.qr_code = None
|
|
317
|
+
self.assignment = None
|
|
440
318
|
|
|
441
319
|
def request_format(self):
|
|
442
320
|
"""
|
|
@@ -444,25 +322,23 @@ class GetActivationCodeResponse(ZscalerObject):
|
|
|
444
322
|
"""
|
|
445
323
|
parent_req_format = super().request_format()
|
|
446
324
|
current_obj_format = {
|
|
447
|
-
"
|
|
448
|
-
"activationCode": self.activation_code,
|
|
449
|
-
"qrCode": self.qr_code,
|
|
325
|
+
"assignment": self.assignment,
|
|
450
326
|
}
|
|
451
327
|
parent_req_format.update(current_obj_format)
|
|
452
328
|
return parent_req_format
|
|
453
329
|
|
|
454
330
|
|
|
455
|
-
class
|
|
331
|
+
class RefreshEsimState(ZscalerObject):
|
|
456
332
|
"""
|
|
457
|
-
A class representing a
|
|
333
|
+
A class representing a RefreshEsimState object.
|
|
458
334
|
"""
|
|
459
335
|
|
|
460
336
|
def __init__(self, config=None):
|
|
461
337
|
super().__init__(config)
|
|
462
338
|
if config:
|
|
463
|
-
self.
|
|
339
|
+
self.esim_state = config["esimState"] if "esimState" in config else None
|
|
464
340
|
else:
|
|
465
|
-
self.
|
|
341
|
+
self.esim_state = None
|
|
466
342
|
|
|
467
343
|
def request_format(self):
|
|
468
344
|
"""
|
|
@@ -470,23 +346,45 @@ class SimAssignRequest(ZscalerObject):
|
|
|
470
346
|
"""
|
|
471
347
|
parent_req_format = super().request_format()
|
|
472
348
|
current_obj_format = {
|
|
473
|
-
"
|
|
349
|
+
"esimState": self.esim_state,
|
|
474
350
|
}
|
|
475
351
|
parent_req_format.update(current_obj_format)
|
|
476
352
|
return parent_req_format
|
|
477
353
|
|
|
478
354
|
|
|
479
|
-
class
|
|
355
|
+
class SimDataSearchRequest(ZscalerObject):
|
|
480
356
|
"""
|
|
481
|
-
A class representing a
|
|
357
|
+
A class representing a SimUpdateRequest object.
|
|
482
358
|
"""
|
|
483
359
|
|
|
484
360
|
def __init__(self, config=None):
|
|
485
361
|
super().__init__(config)
|
|
486
362
|
if config:
|
|
487
|
-
self.
|
|
363
|
+
self.iccid = config["iccid"] if "iccid" in config else None
|
|
364
|
+
self.status = ZscalerCollection.form_list(config["status"] if "status" in config else [], str)
|
|
365
|
+
self.network_status = config["networkStatus"] if "networkStatus" in config else None
|
|
366
|
+
self.ip_address = ZscalerCollection.form_list(config["ipAddress"] if "ipAddress" in config else [], str)
|
|
367
|
+
self.location_country = config["locationCountry"] if "locationCountry" in config else None
|
|
368
|
+
self.tag = ZscalerCollection.form_list(config["tag"] if "tag" in config else [], str)
|
|
369
|
+
self.device_type = config["deviceType"] if "deviceType" in config else None
|
|
370
|
+
self.brand_name = config["brandName"] if "brandName" in config else None
|
|
371
|
+
self.marketing_name = config["marketingName"] if "marketingName" in config else None
|
|
372
|
+
self.model_name = config["modelName"] if "modelName" in config else None
|
|
373
|
+
self.form_factor = config["formFactor"] if "formFactor" in config else None
|
|
374
|
+
self.imei_status = config["imeiStatus"] if "imeiStatus" in config else None
|
|
488
375
|
else:
|
|
489
|
-
self.
|
|
376
|
+
self.iccid = []
|
|
377
|
+
self.status = None
|
|
378
|
+
self.network_status = None
|
|
379
|
+
self.ip_address = []
|
|
380
|
+
self.location_country = None
|
|
381
|
+
self.tag = []
|
|
382
|
+
self.device_type = None
|
|
383
|
+
self.brand_name = None
|
|
384
|
+
self.marketing_name = None
|
|
385
|
+
self.model_name = None
|
|
386
|
+
self.form_factor = None
|
|
387
|
+
self.imei_status = None
|
|
490
388
|
|
|
491
389
|
def request_format(self):
|
|
492
390
|
"""
|
|
@@ -494,7 +392,45 @@ class RefreshEsimState(ZscalerObject):
|
|
|
494
392
|
"""
|
|
495
393
|
parent_req_format = super().request_format()
|
|
496
394
|
current_obj_format = {
|
|
497
|
-
"
|
|
395
|
+
"iccid": [item.request_format() for item in (self.iccid or [])],
|
|
396
|
+
"status": self.status,
|
|
397
|
+
"networkStatus": self.network_status,
|
|
398
|
+
"ipAddress": [item.request_format() for item in (self.ip_address or [])],
|
|
399
|
+
"locationCountry": self.location_country,
|
|
400
|
+
"tag": [item.request_format() for item in (self.tag or [])],
|
|
401
|
+
"deviceType": self.device_type,
|
|
402
|
+
"brandName": self.brand_name,
|
|
403
|
+
"marketingName": self.marketing_name,
|
|
404
|
+
"modelName": self.model_name,
|
|
405
|
+
"formFactor": self.form_factor,
|
|
406
|
+
"imeiStatus": self.imei_status,
|
|
407
|
+
}
|
|
408
|
+
parent_req_format.update(current_obj_format)
|
|
409
|
+
return parent_req_format
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
class SimDataResponse(ZscalerObject):
|
|
413
|
+
"""
|
|
414
|
+
A class representing a SimDataResponse object.
|
|
415
|
+
"""
|
|
416
|
+
|
|
417
|
+
def __init__(self, config=None):
|
|
418
|
+
super().__init__(config)
|
|
419
|
+
if config:
|
|
420
|
+
self.page_details = config["pageDetails"] if "pageDetails" in config else None
|
|
421
|
+
self.total_usage = config["totalUsage"] if "totalUsage" in config else None
|
|
422
|
+
else:
|
|
423
|
+
self.page_details = None
|
|
424
|
+
self.total_usage = None
|
|
425
|
+
|
|
426
|
+
def request_format(self):
|
|
427
|
+
"""
|
|
428
|
+
Return the object as a dictionary in the format expected for API requests.
|
|
429
|
+
"""
|
|
430
|
+
parent_req_format = super().request_format()
|
|
431
|
+
current_obj_format = {
|
|
432
|
+
"pageDetails": self.page_details,
|
|
433
|
+
"totalUsage": self.total_usage,
|
|
498
434
|
}
|
|
499
435
|
parent_req_format.update(current_obj_format)
|
|
500
436
|
return parent_req_format
|
|
@@ -23,8 +23,8 @@ from zscaler.utils import format_url
|
|
|
23
23
|
from zscaler.zcell.models.sim_handling import (
|
|
24
24
|
GetActivationCodeResponse,
|
|
25
25
|
RefreshEsimState,
|
|
26
|
-
SimData,
|
|
27
26
|
SimDataResponse,
|
|
27
|
+
SimDetails,
|
|
28
28
|
SimHandling,
|
|
29
29
|
SimLockRequest,
|
|
30
30
|
SimUpdateRequest,
|
|
@@ -40,7 +40,7 @@ class SimHandlingAPI(APIClient):
|
|
|
40
40
|
self._request_executor: RequestExecutor = request_executor
|
|
41
41
|
self._zcell_customer_id = (config or {}).get("client", {}).get("zcellCustomerId")
|
|
42
42
|
|
|
43
|
-
def list_sims_details(self, id: str = None, icc_id: str = None, query_params=None) -> APIResult[
|
|
43
|
+
def list_sims_details(self, id: str = None, icc_id: str = None, query_params=None) -> APIResult[SimDetails]:
|
|
44
44
|
"""
|
|
45
45
|
Get sim details by icc_id.
|
|
46
46
|
|
|
@@ -84,11 +84,11 @@ class SimHandlingAPI(APIClient):
|
|
|
84
84
|
if error:
|
|
85
85
|
return (None, None, error)
|
|
86
86
|
|
|
87
|
-
response, error = self._request_executor.execute(request,
|
|
87
|
+
response, error = self._request_executor.execute(request, SimDetails)
|
|
88
88
|
if error:
|
|
89
89
|
return (None, response, error)
|
|
90
90
|
try:
|
|
91
|
-
result =
|
|
91
|
+
result = SimDetails(self.form_response_body(response.get_body()))
|
|
92
92
|
except Exception as error:
|
|
93
93
|
return (None, response, error)
|
|
94
94
|
return (result, response, None)
|
|
@@ -338,7 +338,9 @@ class SimHandlingAPI(APIClient):
|
|
|
338
338
|
tuple: (result, Response, error)
|
|
339
339
|
|
|
340
340
|
Examples:
|
|
341
|
-
>>> result, response, error = client.zcell.sim_handling.update_sims_status(
|
|
341
|
+
>>> result, response, error = client.zcell.sim_handling.update_sims_status(
|
|
342
|
+
... id='...',
|
|
343
|
+
... name='example')
|
|
342
344
|
>>> if error:
|
|
343
345
|
... print(f"Error: {error}")
|
|
344
346
|
... return
|
|
@@ -372,35 +374,39 @@ class SimHandlingAPI(APIClient):
|
|
|
372
374
|
return (None, response, error)
|
|
373
375
|
return (result, response, None)
|
|
374
376
|
|
|
375
|
-
def update_sims_assign(
|
|
377
|
+
def update_sims_assign(
|
|
378
|
+
self, id: str = None, iccid: str = None, assignment: str = None, **kwargs
|
|
379
|
+
) -> APIResult[GetActivationCodeResponse]:
|
|
376
380
|
"""
|
|
377
|
-
Assigns an eSIM to the user
|
|
381
|
+
Assigns an eSIM to the user and returns the activation code.
|
|
378
382
|
|
|
379
383
|
Args:
|
|
380
384
|
id (str): Optional. The ZCell customer ID. Defaults to the ``zcellCustomerId`` config value
|
|
381
385
|
or the ``ZCELL_CUSTOMER_ID`` environment variable when omitted.
|
|
382
|
-
iccid (str):
|
|
383
|
-
|
|
386
|
+
iccid (str): The ICCID of the eSIM to assign (path parameter).
|
|
387
|
+
assignment (str): The user to assign the eSIM to. Sent in the request body as ``{"assignment": ...}``.
|
|
384
388
|
|
|
385
389
|
Returns:
|
|
386
|
-
tuple: (
|
|
390
|
+
tuple: A tuple containing the :class:`GetActivationCodeResponse` (``iccid``, ``activation_code``,
|
|
391
|
+
``qr_code``), the raw Response, and error (if any).
|
|
387
392
|
|
|
388
393
|
Examples:
|
|
389
394
|
>>> result, response, error = client.zcell.sim_handling.update_sims_assign(
|
|
390
|
-
...
|
|
391
|
-
...
|
|
392
|
-
... name='example',
|
|
395
|
+
... iccid='89852350525020075842',
|
|
396
|
+
... assignment='testuser',
|
|
393
397
|
... )
|
|
394
398
|
>>> if error:
|
|
395
399
|
... print(f"Error: {error}")
|
|
396
400
|
... return
|
|
397
|
-
>>> print(result.
|
|
401
|
+
>>> print(result.activation_code)
|
|
402
|
+
>>> print(result.qr_code)
|
|
398
403
|
"""
|
|
399
404
|
http_method = "patch".upper()
|
|
400
405
|
id = id or self._zcell_customer_id
|
|
401
406
|
api_url = format_url(f"{self._zcell_base_endpoint_customer}/{id}/sims/{iccid}/assign")
|
|
402
407
|
|
|
403
|
-
body =
|
|
408
|
+
body = {"assignment": assignment}
|
|
409
|
+
body.update(kwargs)
|
|
404
410
|
|
|
405
411
|
request, error = self._request_executor.create_request(
|
|
406
412
|
method=http_method,
|
|
@@ -414,10 +420,6 @@ class SimHandlingAPI(APIClient):
|
|
|
414
420
|
if error:
|
|
415
421
|
return (None, response, error)
|
|
416
422
|
|
|
417
|
-
# The API returns 204 No Content on success — there is no body to parse.
|
|
418
|
-
if not response or not response.get_body():
|
|
419
|
-
return (None, response, None)
|
|
420
|
-
|
|
421
423
|
try:
|
|
422
424
|
result = GetActivationCodeResponse(self.form_response_body(response.get_body()))
|
|
423
425
|
except Exception as error:
|
|
@@ -441,7 +443,6 @@ class SimHandlingAPI(APIClient):
|
|
|
441
443
|
>>> result, response, error = client.zcell.sim_handling.update_sims_state(
|
|
442
444
|
... id='...',
|
|
443
445
|
... iccid='...',
|
|
444
|
-
... name='example',
|
|
445
446
|
... )
|
|
446
447
|
>>> if error:
|
|
447
448
|
... print(f"Error: {error}")
|
|
@@ -30,10 +30,7 @@ class ZCellService:
|
|
|
30
30
|
"""ZCell Service client, exposing various Zscaler Cellular APIs."""
|
|
31
31
|
|
|
32
32
|
def __init__(self, request_executor: RequestExecutor, config: dict = None) -> None:
|
|
33
|
-
# Ensure the service gets the request executor from the Client object
|
|
34
33
|
self._request_executor = request_executor
|
|
35
|
-
# Shared config carries the resolved zcellCustomerId (config or env), which
|
|
36
|
-
# each ZCell API reads to auto-inject the customer id into request paths.
|
|
37
34
|
self._config = config or {}
|
|
38
35
|
|
|
39
36
|
@property
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|