taegis-sdk-python 1.6.16__tar.gz → 1.6.17__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.
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/PKG-INFO +1 -1
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/_version.py +1 -1
- taegis_sdk_python-1.6.17/taegis_sdk_python/commons/__init__.py +33 -0
- taegis_sdk_python-1.6.17/taegis_sdk_python/commons/_introspection.py +122 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/alerts/types.py +1 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/context_summarizer/__init__.py +6 -2
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/investigations2/types.py +9 -9
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/process_trees/queries.py +6 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/tenants4/mutations.py +18 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/tenants4/types.py +63 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/threat/types.py +10 -6
- taegis_sdk_python-1.6.17/taegis_sdk_python/services/threat_context/__init__.py +34 -0
- taegis_sdk_python-1.6.17/taegis_sdk_python/services/threat_context/mutations.py +55 -0
- taegis_sdk_python-1.6.17/taegis_sdk_python/services/threat_context/queries.py +157 -0
- taegis_sdk_python-1.6.17/taegis_sdk_python/services/threat_context/subscriptions.py +33 -0
- taegis_sdk_python-1.6.17/taegis_sdk_python/services/threat_context/types.py +2570 -0
- taegis_sdk_python-1.6.16/taegis_sdk_python/commons/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/.gitignore +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/LICENSE +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/README.md +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/pyproject.toml +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/_consts.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/authentication.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/commons/alerts/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/commons/alerts/federated_search.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/commons/alerts/search.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/commons/cases/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/commons/cases/federated_search.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/commons/cases/search.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/commons/events/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/commons/events/search.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/commons/investigations/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/commons/investigations/federated_search.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/commons/investigations/search.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/commons/sharelinks/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/commons/sharelinks/create.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/commons/sharelinks/unfurl.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/config.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/errors.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/middlewares/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/middlewares/curl/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/middlewares/curl/_default.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/middlewares/logging/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/middlewares/logging/_default.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/middlewares/retry/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/middlewares/retry/_default.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/middlewares/utils.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/service_core.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/access_points/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/access_points/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/access_points/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/access_points/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/access_points/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/agent/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/agent/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/agent/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/agent/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/agent/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/alerts/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/alerts/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/alerts/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/alerts/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/alerts_history/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/alerts_history/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/alerts_history/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/alerts_history/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/alerts_history/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/assets/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/assets/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/assets/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/assets/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/assets/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/assets2/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/assets2/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/assets2/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/assets2/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/assets2/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/audits/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/audits/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/audits/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/audits/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/audits/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/authz/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/authz/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/authz/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/authz/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/authz/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/byoti/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/byoti/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/byoti/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/byoti/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/byoti/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/clients/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/clients/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/clients/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/clients/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/clients/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/collector/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/collector/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/collector/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/collector/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/collector/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/comments/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/comments/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/comments/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/comments/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/comments/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/context_summarizer/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/context_summarizer/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/context_summarizer/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/context_summarizer/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/contracted_endpoint/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/contracted_endpoint/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/contracted_endpoint/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/contracted_endpoint/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/contracted_endpoint/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/cql_metadata/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/cql_metadata/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/cql_metadata/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/cql_metadata/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/cql_metadata/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/datasources/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/datasources/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/datasources/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/datasources/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/datasources/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/detector_registry/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/detector_registry/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/detector_registry/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/detector_registry/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/detector_registry/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/endpoint_command_manager/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/endpoint_command_manager/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/endpoint_command_manager/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/endpoint_command_manager/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/endpoint_command_manager/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/endpoint_management_service/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/endpoint_management_service/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/endpoint_management_service/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/endpoint_management_service/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/endpoint_management_service/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/entity_context/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/entity_context/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/entity_context/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/entity_context/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/entity_context/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/escalation_policies/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/escalation_policies/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/escalation_policies/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/escalation_policies/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/escalation_policies/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/event_search/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/event_search/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/event_search/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/event_search/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/event_search/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/event_stats/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/event_stats/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/event_stats/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/event_stats/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/event_stats/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/events/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/events/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/events/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/events/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/events/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/exports/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/exports/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/exports/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/exports/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/exports/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/fast_ioc/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/fast_ioc/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/fast_ioc/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/fast_ioc/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/fast_ioc/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/file_info/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/file_info/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/file_info/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/file_info/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/file_info/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/ingest_stats/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/ingest_stats/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/ingest_stats/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/ingest_stats/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/ingest_stats/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/investigations/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/investigations/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/investigations/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/investigations/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/investigations/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/investigations2/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/investigations2/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/investigations2/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/investigations2/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/isensor/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/isensor/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/isensor/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/isensor/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/isensor/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/llm_service/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/llm_service/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/llm_service/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/llm_service/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/llm_service/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/mitre_attack_info/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/mitre_attack_info/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/mitre_attack_info/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/mitre_attack_info/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/mitre_attack_info/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/multi_tenant_context/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/multi_tenant_context/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/multi_tenant_context/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/multi_tenant_context/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/multi_tenant_context/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/multi_tenant_ioc/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/multi_tenant_ioc/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/multi_tenant_ioc/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/multi_tenant_ioc/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/multi_tenant_ioc/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/nl_search/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/nl_search/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/nl_search/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/nl_search/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/nl_search/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/notebooks/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/notebooks/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/notebooks/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/notebooks/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/notebooks/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/notifications/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/notifications/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/notifications/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/notifications/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/notifications/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/notifications2/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/notifications2/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/notifications2/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/notifications2/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/notifications2/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/preferences/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/preferences/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/preferences/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/preferences/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/preferences/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/process_trees/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/process_trees/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/process_trees/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/process_trees/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/ql_schemas/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/ql_schemas/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/ql_schemas/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/ql_schemas/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/ql_schemas/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/queries/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/queries/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/queries/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/queries/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/queries/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/roadrunner/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/roadrunner/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/roadrunner/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/roadrunner/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/roadrunner/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/rules/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/rules/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/rules/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/rules/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/rules/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/sharelinks/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/sharelinks/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/sharelinks/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/sharelinks/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/sharelinks/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/subjects/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/subjects/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/subjects/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/subjects/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/subjects/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/tenant_profiles/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/tenant_profiles/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/tenant_profiles/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/tenant_profiles/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/tenant_profiles/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/tenants/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/tenants/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/tenants/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/tenants/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/tenants/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/tenants4/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/tenants4/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/tenants4/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/threat/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/threat/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/threat/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/threat/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/threat_publications/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/threat_publications/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/threat_publications/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/threat_publications/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/threat_publications/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/threat_score/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/threat_score/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/threat_score/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/threat_score/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/threat_score/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/trigger_action/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/trigger_action/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/trigger_action/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/trigger_action/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/trigger_action/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/trip/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/trip/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/trip/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/trip/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/trip/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/users/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/users/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/users/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/users/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/users/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/vdr/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/vdr/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/vdr/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/vdr/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/vdr/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/xdr_central_connector/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/xdr_central_connector/mutations.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/xdr_central_connector/queries.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/xdr_central_connector/subscriptions.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/xdr_central_connector/types.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/templates/__init__.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/templates/_jinja2.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/tokens.py +0 -0
- {taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: taegis-sdk-python
|
|
3
|
-
Version: 1.6.
|
|
3
|
+
Version: 1.6.17
|
|
4
4
|
Summary: Taegis Python SDK
|
|
5
5
|
Project-URL: Homepage, https://github.com/secureworks/taegis-sdk-python
|
|
6
6
|
Project-URL: Bug Reports, https://github.com/secureworks/taegis-sdk-python/issues
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"""Taegis Commons - Imports."""
|
|
2
|
+
|
|
3
|
+
from taegis_sdk_python.commons._introspection import (
|
|
4
|
+
introspection_mutation,
|
|
5
|
+
introspection_query,
|
|
6
|
+
introspection_subscription,
|
|
7
|
+
)
|
|
8
|
+
from taegis_sdk_python.commons.alerts.search import alerts_search
|
|
9
|
+
from taegis_sdk_python.commons.cases.search import cases_search
|
|
10
|
+
from taegis_sdk_python.commons.events.search import events_search
|
|
11
|
+
from taegis_sdk_python.commons.investigations.search import investigations_search
|
|
12
|
+
from taegis_sdk_python.commons.sharelinks.create import (
|
|
13
|
+
create_alerts_query_sharelink,
|
|
14
|
+
create_cases_sharelink,
|
|
15
|
+
create_events_query_sharelink,
|
|
16
|
+
create_investigations_sharelink,
|
|
17
|
+
create_sharelink,
|
|
18
|
+
)
|
|
19
|
+
|
|
20
|
+
__all__ = [
|
|
21
|
+
"introspection_query",
|
|
22
|
+
"introspection_mutation",
|
|
23
|
+
"introspection_subscription",
|
|
24
|
+
"alerts_search",
|
|
25
|
+
"cases_search",
|
|
26
|
+
"events_search",
|
|
27
|
+
"investigations_search",
|
|
28
|
+
"create_sharelink",
|
|
29
|
+
"create_alerts_query_sharelink",
|
|
30
|
+
"create_events_query_sharelink",
|
|
31
|
+
"create_investigations_sharelink",
|
|
32
|
+
"create_cases_sharelink",
|
|
33
|
+
]
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
"""Taegis Commons - Introspection GraphQL operations."""
|
|
2
|
+
|
|
3
|
+
from typing import Any, Optional
|
|
4
|
+
|
|
5
|
+
from graphql import GraphQLSchema
|
|
6
|
+
|
|
7
|
+
from taegis_sdk_python import (
|
|
8
|
+
GraphQLService,
|
|
9
|
+
build_output_string_from_introspection,
|
|
10
|
+
prepare_input,
|
|
11
|
+
)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
def introspection_query(
|
|
15
|
+
service: GraphQLService,
|
|
16
|
+
endpoint: str,
|
|
17
|
+
schema: Optional[GraphQLSchema] = None,
|
|
18
|
+
**kwargs
|
|
19
|
+
) -> Any:
|
|
20
|
+
"""Generate a GraphQL Query operation with output based on server-side introspection.
|
|
21
|
+
|
|
22
|
+
Parameters
|
|
23
|
+
----------
|
|
24
|
+
service : GraphQLService
|
|
25
|
+
endpoint : str
|
|
26
|
+
schema : Optional[GraphQLSchema], optional
|
|
27
|
+
If not provided, the latest schema will be retrieved from the GQL endpoint. By default, None.
|
|
28
|
+
Useful when the schmea is not on the core service, but is on a child service (e.g. EventService) that shares the same GQL endpoint.
|
|
29
|
+
Returns
|
|
30
|
+
-------
|
|
31
|
+
Any
|
|
32
|
+
Usually a dict or list of dicts, depending on the query.
|
|
33
|
+
"""
|
|
34
|
+
# retreive the latest schema from the GQL endpoint
|
|
35
|
+
if schema is None:
|
|
36
|
+
schema = service.core.schema
|
|
37
|
+
# parse the correct output fields for the desired query from the schema
|
|
38
|
+
field = schema.query_type.fields.get(endpoint)
|
|
39
|
+
|
|
40
|
+
output = build_output_string_from_introspection(field)
|
|
41
|
+
|
|
42
|
+
results = service.core.execute_query(
|
|
43
|
+
endpoint=endpoint,
|
|
44
|
+
variables={key: prepare_input(value) for key, value in kwargs.items()},
|
|
45
|
+
output=output,
|
|
46
|
+
)
|
|
47
|
+
|
|
48
|
+
return results.get(endpoint)
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
def introspection_mutation(
|
|
52
|
+
service: GraphQLService,
|
|
53
|
+
endpoint: str,
|
|
54
|
+
schema: Optional[GraphQLSchema] = None,
|
|
55
|
+
**kwargs
|
|
56
|
+
) -> Any:
|
|
57
|
+
"""Generate a GraphQL Mutation operation with output based on server-side introspection.
|
|
58
|
+
|
|
59
|
+
Parameters
|
|
60
|
+
----------
|
|
61
|
+
service : GraphQLService
|
|
62
|
+
endpoint : str
|
|
63
|
+
schema : Optional[GraphQLSchema], optional
|
|
64
|
+
If not provided, the latest schema will be retrieved from the GQL endpoint. By default, None.
|
|
65
|
+
Useful when the schmea is not on the core service, but is on a child service (e.g. EventService) that shares the same GQL endpoint.
|
|
66
|
+
Returns
|
|
67
|
+
-------
|
|
68
|
+
Any
|
|
69
|
+
Usually a dict or list of dicts, depending on the query.
|
|
70
|
+
"""
|
|
71
|
+
# retreive the latest schema from the GQL endpoint
|
|
72
|
+
if schema is None:
|
|
73
|
+
schema = service.core.schema
|
|
74
|
+
# parse the correct output fields for the desired query from the schema
|
|
75
|
+
field = schema.mutation_type.fields.get(endpoint)
|
|
76
|
+
|
|
77
|
+
output = build_output_string_from_introspection(field)
|
|
78
|
+
|
|
79
|
+
results = service.core.execute_query(
|
|
80
|
+
endpoint=endpoint,
|
|
81
|
+
variables={key: prepare_input(value) for key, value in kwargs.items()},
|
|
82
|
+
output=output,
|
|
83
|
+
)
|
|
84
|
+
|
|
85
|
+
return results.get(endpoint)
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
def introspection_subscription(
|
|
89
|
+
service: GraphQLService,
|
|
90
|
+
endpoint: str,
|
|
91
|
+
schema: Optional[GraphQLSchema] = None,
|
|
92
|
+
**kwargs
|
|
93
|
+
) -> Any:
|
|
94
|
+
"""Generate a GraphQL Subscription operation with output based on server-side introspection.
|
|
95
|
+
|
|
96
|
+
Parameters
|
|
97
|
+
----------
|
|
98
|
+
service : GraphQLService
|
|
99
|
+
endpoint : str
|
|
100
|
+
schema : Optional[GraphQLSchema], optional
|
|
101
|
+
If not provided, the latest schema will be retrieved from the GQL endpoint. By default, None.
|
|
102
|
+
Useful when the schmea is not on the core service, but is on a child service (e.g. EventService) that shares the same GQL endpoint.
|
|
103
|
+
Returns
|
|
104
|
+
-------
|
|
105
|
+
Any
|
|
106
|
+
Usually a dict or list of dicts, depending on the query.
|
|
107
|
+
"""
|
|
108
|
+
# retreive the latest schema from the GQL endpoint
|
|
109
|
+
if schema is None:
|
|
110
|
+
schema = service.core.schema
|
|
111
|
+
# parse the correct output fields for the desired query from the schema
|
|
112
|
+
field = schema.subscription_type.fields.get(endpoint)
|
|
113
|
+
|
|
114
|
+
output = build_output_string_from_introspection(field)
|
|
115
|
+
|
|
116
|
+
results = service.core.execute_query(
|
|
117
|
+
endpoint=endpoint,
|
|
118
|
+
variables={key: prepare_input(value) for key, value in kwargs.items()},
|
|
119
|
+
output=output,
|
|
120
|
+
)
|
|
121
|
+
|
|
122
|
+
return results.get(endpoint)
|
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
"""ContextSummarizer Service."""
|
|
2
2
|
|
|
3
3
|
from taegis_sdk_python.service_core import ServiceCore
|
|
4
|
-
from taegis_sdk_python.services.context_summarizer.mutations import
|
|
5
|
-
|
|
4
|
+
from taegis_sdk_python.services.context_summarizer.mutations import (
|
|
5
|
+
TaegisSDKContextSummarizerMutation,
|
|
6
|
+
)
|
|
7
|
+
from taegis_sdk_python.services.context_summarizer.queries import (
|
|
8
|
+
TaegisSDKContextSummarizerQuery,
|
|
9
|
+
)
|
|
6
10
|
from taegis_sdk_python.services.context_summarizer.subscriptions import (
|
|
7
11
|
TaegisSDKContextSummarizerSubscription,
|
|
8
12
|
)
|
|
@@ -296,15 +296,6 @@ class RemoveEvidenceFromCaseResult:
|
|
|
296
296
|
)
|
|
297
297
|
|
|
298
298
|
|
|
299
|
-
@dataclass_json
|
|
300
|
-
@dataclass(order=True, eq=True, frozen=True)
|
|
301
|
-
class CaseCommentsCount:
|
|
302
|
-
"""CaseCommentsCount."""
|
|
303
|
-
|
|
304
|
-
total: Optional[int] = field(default=None, metadata=config(field_name="total"))
|
|
305
|
-
unread: Optional[int] = field(default=None, metadata=config(field_name="unread"))
|
|
306
|
-
|
|
307
|
-
|
|
308
299
|
@dataclass_json
|
|
309
300
|
@dataclass(order=True, eq=True, frozen=True)
|
|
310
301
|
class CaseDetectionEvidence:
|
|
@@ -3596,6 +3587,12 @@ class Case:
|
|
|
3596
3587
|
is_created_by_partner: Optional[bool] = field(
|
|
3597
3588
|
default=None, metadata=config(field_name="isCreatedByPartner")
|
|
3598
3589
|
)
|
|
3590
|
+
is_created_by_mdr_provider: Optional[bool] = field(
|
|
3591
|
+
default=None, metadata=config(field_name="isCreatedByMDRProvider")
|
|
3592
|
+
)
|
|
3593
|
+
is_created_by_parent: Optional[bool] = field(
|
|
3594
|
+
default=None, metadata=config(field_name="isCreatedByParent")
|
|
3595
|
+
)
|
|
3599
3596
|
detections_count: Optional[int] = field(
|
|
3600
3597
|
default=None, metadata=config(field_name="detectionsCount")
|
|
3601
3598
|
)
|
|
@@ -3932,6 +3929,9 @@ class CaseComments:
|
|
|
3932
3929
|
total_count: Optional[int] = field(
|
|
3933
3930
|
default=None, metadata=config(field_name="totalCount")
|
|
3934
3931
|
)
|
|
3932
|
+
total_unread_count: Optional[int] = field(
|
|
3933
|
+
default=None, metadata=config(field_name="totalUnreadCount")
|
|
3934
|
+
)
|
|
3935
3935
|
comments: Optional[List[CaseComment]] = field(
|
|
3936
3936
|
default=None, metadata=config(field_name="comments")
|
|
3937
3937
|
)
|
|
@@ -41,6 +41,9 @@ class TaegisSDKProcessTreesQuery:
|
|
|
41
41
|
order_by_input: Optional[List[OrderByInput]] = None,
|
|
42
42
|
next_token: Optional[str] = None,
|
|
43
43
|
page_size: Optional[int] = None,
|
|
44
|
+
max_results: Optional[int] = None,
|
|
45
|
+
start_date: Optional[str] = None,
|
|
46
|
+
end_date: Optional[str] = None,
|
|
44
47
|
) -> Children:
|
|
45
48
|
"""No developer notes."""
|
|
46
49
|
endpoint = "processChildren"
|
|
@@ -55,6 +58,9 @@ class TaegisSDKProcessTreesQuery:
|
|
|
55
58
|
"orderByInput": prepare_input(order_by_input),
|
|
56
59
|
"nextToken": prepare_input(next_token),
|
|
57
60
|
"pageSize": prepare_input(page_size),
|
|
61
|
+
"maxResults": prepare_input(max_results),
|
|
62
|
+
"startDate": prepare_input(start_date),
|
|
63
|
+
"endDate": prepare_input(end_date),
|
|
58
64
|
},
|
|
59
65
|
output=build_output_string(
|
|
60
66
|
Children,
|
|
@@ -51,3 +51,21 @@ class TaegisSDKTenants4Mutation:
|
|
|
51
51
|
if result.get(endpoint) is not None:
|
|
52
52
|
return DeleteCachedEntriesOutput.from_dict(result.get(endpoint))
|
|
53
53
|
raise GraphQLNoRowsInResultSetError("for mutation deleteCachedEntries")
|
|
54
|
+
|
|
55
|
+
def sync_tenant_license_capabilities(self) -> SyncTenantLicenseCapabilitiesOutput:
|
|
56
|
+
"""Enqueue a license capability refresh for the tenant in request context."""
|
|
57
|
+
endpoint = "syncTenantLicenseCapabilities"
|
|
58
|
+
|
|
59
|
+
result = self.service.execute_mutation(
|
|
60
|
+
endpoint=endpoint,
|
|
61
|
+
variables={},
|
|
62
|
+
output=build_output_string(
|
|
63
|
+
SyncTenantLicenseCapabilitiesOutput,
|
|
64
|
+
exclude_deprecated_output=self.service.exclude_deprecated_output,
|
|
65
|
+
),
|
|
66
|
+
)
|
|
67
|
+
if result.get(endpoint) is not None:
|
|
68
|
+
return SyncTenantLicenseCapabilitiesOutput.from_dict(result.get(endpoint))
|
|
69
|
+
raise GraphQLNoRowsInResultSetError(
|
|
70
|
+
"for mutation syncTenantLicenseCapabilities"
|
|
71
|
+
)
|
{taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/tenants4/types.py
RENAMED
|
@@ -181,6 +181,19 @@ class LicenseLevel(str, Enum):
|
|
|
181
181
|
ALL = "ALL"
|
|
182
182
|
|
|
183
183
|
|
|
184
|
+
class TenantLicenseCapability(str, Enum):
|
|
185
|
+
"""TenantLicenseCapability."""
|
|
186
|
+
|
|
187
|
+
NO_DATA = "NO_DATA"
|
|
188
|
+
EDR = "EDR"
|
|
189
|
+
MDR = "MDR"
|
|
190
|
+
XDR = "XDR"
|
|
191
|
+
ITDR = "ITDR"
|
|
192
|
+
NG_SIEM = "NG_SIEM"
|
|
193
|
+
AI_SECURITY = "AI_SECURITY"
|
|
194
|
+
MANAGED_RISK = "MANAGED_RISK"
|
|
195
|
+
|
|
196
|
+
|
|
184
197
|
@dataclass_json
|
|
185
198
|
@dataclass(order=True, eq=True, frozen=True)
|
|
186
199
|
class MappedTenant:
|
|
@@ -333,6 +346,16 @@ class DeleteCachedEntriesOutput:
|
|
|
333
346
|
message: Optional[str] = field(default=None, metadata=config(field_name="message"))
|
|
334
347
|
|
|
335
348
|
|
|
349
|
+
@dataclass_json
|
|
350
|
+
@dataclass(order=True, eq=True, frozen=True)
|
|
351
|
+
class SyncTenantLicenseCapabilitiesOutput:
|
|
352
|
+
"""SyncTenantLicenseCapabilitiesOutput."""
|
|
353
|
+
|
|
354
|
+
tenant_id: Optional[str] = field(
|
|
355
|
+
default=None, metadata=config(field_name="tenantID")
|
|
356
|
+
)
|
|
357
|
+
|
|
358
|
+
|
|
336
359
|
@dataclass_json
|
|
337
360
|
@dataclass(order=True, eq=True, frozen=True)
|
|
338
361
|
class RequestTenantContext:
|
|
@@ -574,6 +597,16 @@ class TenantV4:
|
|
|
574
597
|
field_name="licenseLevel",
|
|
575
598
|
),
|
|
576
599
|
)
|
|
600
|
+
license_capabilities: Optional[List[Union[TenantLicenseCapability, TaegisEnum]]] = (
|
|
601
|
+
field(
|
|
602
|
+
default=None,
|
|
603
|
+
metadata=config(
|
|
604
|
+
encoder=encode_enum,
|
|
605
|
+
decoder=lambda x: decode_enum(TenantLicenseCapability, x),
|
|
606
|
+
field_name="licenseCapabilities",
|
|
607
|
+
),
|
|
608
|
+
)
|
|
609
|
+
)
|
|
577
610
|
|
|
578
611
|
|
|
579
612
|
@dataclass_json
|
|
@@ -690,6 +723,36 @@ class TenantsQuery:
|
|
|
690
723
|
field_name="licenseLevel",
|
|
691
724
|
),
|
|
692
725
|
)
|
|
726
|
+
license_capabilities_any: Optional[
|
|
727
|
+
List[Union[TenantLicenseCapability, TaegisEnum]]
|
|
728
|
+
] = field(
|
|
729
|
+
default=None,
|
|
730
|
+
metadata=config(
|
|
731
|
+
encoder=encode_enum,
|
|
732
|
+
decoder=lambda x: decode_enum(TenantLicenseCapability, x),
|
|
733
|
+
field_name="licenseCapabilitiesAny",
|
|
734
|
+
),
|
|
735
|
+
)
|
|
736
|
+
license_capabilities_all: Optional[
|
|
737
|
+
List[Union[TenantLicenseCapability, TaegisEnum]]
|
|
738
|
+
] = field(
|
|
739
|
+
default=None,
|
|
740
|
+
metadata=config(
|
|
741
|
+
encoder=encode_enum,
|
|
742
|
+
decoder=lambda x: decode_enum(TenantLicenseCapability, x),
|
|
743
|
+
field_name="licenseCapabilitiesAll",
|
|
744
|
+
),
|
|
745
|
+
)
|
|
746
|
+
license_capabilities_none: Optional[
|
|
747
|
+
List[Union[TenantLicenseCapability, TaegisEnum]]
|
|
748
|
+
] = field(
|
|
749
|
+
default=None,
|
|
750
|
+
metadata=config(
|
|
751
|
+
encoder=encode_enum,
|
|
752
|
+
decoder=lambda x: decode_enum(TenantLicenseCapability, x),
|
|
753
|
+
field_name="licenseCapabilitiesNone",
|
|
754
|
+
),
|
|
755
|
+
)
|
|
693
756
|
|
|
694
757
|
|
|
695
758
|
@dataclass_json
|
{taegis_sdk_python-1.6.16 → taegis_sdk_python-1.6.17}/taegis_sdk_python/services/threat/types.py
RENAMED
|
@@ -34,6 +34,7 @@ class SortByFieldInput(str, Enum):
|
|
|
34
34
|
THREAT_GROUP_NAME = "threat_group_name"
|
|
35
35
|
THREAT_GROUP_THEMATIC_AREA = "threat_group_thematic_area"
|
|
36
36
|
THREAT_GROUP_STATUS = "threat_group_status"
|
|
37
|
+
THREAT_GROUP_LAST_KNOWN_ACTIVITY = "threat_group_last_known_activity"
|
|
37
38
|
REPORT_NAME = "report_name"
|
|
38
39
|
REPORT_PUBLISHED = "report_published"
|
|
39
40
|
|
|
@@ -2310,22 +2311,25 @@ ThreatResult = Union[
|
|
|
2310
2311
|
|
|
2311
2312
|
@dataclass_json
|
|
2312
2313
|
@dataclass(order=True, eq=True, frozen=True)
|
|
2313
|
-
class
|
|
2314
|
-
"""
|
|
2314
|
+
class IndicatorFilter:
|
|
2315
|
+
"""IndicatorFilter."""
|
|
2315
2316
|
|
|
2316
|
-
where: Optional[
|
|
2317
|
+
where: Optional[IndicatorWhereInput] = field(
|
|
2317
2318
|
default=None, metadata=config(field_name="where")
|
|
2318
2319
|
)
|
|
2319
2320
|
|
|
2320
2321
|
|
|
2321
2322
|
@dataclass_json
|
|
2322
2323
|
@dataclass(order=True, eq=True, frozen=True)
|
|
2323
|
-
class
|
|
2324
|
-
"""
|
|
2324
|
+
class ThreatFilter:
|
|
2325
|
+
"""ThreatFilter."""
|
|
2325
2326
|
|
|
2326
|
-
where: Optional[
|
|
2327
|
+
where: Optional[ThreatWhereInput] = field(
|
|
2327
2328
|
default=None, metadata=config(field_name="where")
|
|
2328
2329
|
)
|
|
2330
|
+
time_range: Optional[ThreatTimeRangeInput] = field(
|
|
2331
|
+
default=None, metadata=config(field_name="timeRange")
|
|
2332
|
+
)
|
|
2329
2333
|
|
|
2330
2334
|
|
|
2331
2335
|
@dataclass_json
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"""ThreatContext Service."""
|
|
2
|
+
|
|
3
|
+
from taegis_sdk_python.service_core import ServiceCore
|
|
4
|
+
from taegis_sdk_python.services.threat_context.mutations import (
|
|
5
|
+
TaegisSDKThreatContextMutation,
|
|
6
|
+
)
|
|
7
|
+
from taegis_sdk_python.services.threat_context.queries import (
|
|
8
|
+
TaegisSDKThreatContextQuery,
|
|
9
|
+
)
|
|
10
|
+
from taegis_sdk_python.services.threat_context.subscriptions import (
|
|
11
|
+
TaegisSDKThreatContextSubscription,
|
|
12
|
+
)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
class ThreatContextService(ServiceCore):
|
|
16
|
+
"""Taegis ThreatContext Service."""
|
|
17
|
+
|
|
18
|
+
@property
|
|
19
|
+
def query(self):
|
|
20
|
+
if not self._queries:
|
|
21
|
+
self._queries = TaegisSDKThreatContextQuery(self)
|
|
22
|
+
return self._queries
|
|
23
|
+
|
|
24
|
+
@property
|
|
25
|
+
def mutation(self):
|
|
26
|
+
if not self._mutations:
|
|
27
|
+
self._mutations = TaegisSDKThreatContextMutation(self)
|
|
28
|
+
return self._mutations
|
|
29
|
+
|
|
30
|
+
@property
|
|
31
|
+
def subscription(self):
|
|
32
|
+
if not self._subscriptions:
|
|
33
|
+
self._subscriptions = TaegisSDKThreatContextSubscription(self)
|
|
34
|
+
return self._subscriptions
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"""ThreatContext Mutation."""
|
|
2
|
+
|
|
3
|
+
# pylint: disable=no-member, unused-argument, too-many-locals, duplicate-code, wildcard-import, unused-wildcard-import, cyclic-import
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
# Autogenerated
|
|
7
|
+
# DO NOT MODIFY
|
|
8
|
+
|
|
9
|
+
from __future__ import annotations
|
|
10
|
+
|
|
11
|
+
import logging
|
|
12
|
+
from typing import TYPE_CHECKING, Any, Dict, List, Optional, Tuple, Union
|
|
13
|
+
|
|
14
|
+
from taegis_sdk_python import GraphQLNoRowsInResultSetError
|
|
15
|
+
from taegis_sdk_python._consts import TaegisEnum
|
|
16
|
+
from taegis_sdk_python.services.threat_context.types import *
|
|
17
|
+
from taegis_sdk_python.utils import (
|
|
18
|
+
build_output_string,
|
|
19
|
+
parse_union_result,
|
|
20
|
+
prepare_input,
|
|
21
|
+
)
|
|
22
|
+
|
|
23
|
+
if TYPE_CHECKING: # pragma: no cover
|
|
24
|
+
from taegis_sdk_python.services.threat_context import ThreatContextService
|
|
25
|
+
|
|
26
|
+
log = logging.getLogger(__name__)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
class TaegisSDKThreatContextMutation:
|
|
30
|
+
"""Taegis Threat_context Mutation operations."""
|
|
31
|
+
|
|
32
|
+
def __init__(self, service: ThreatContextService):
|
|
33
|
+
self.service = service
|
|
34
|
+
|
|
35
|
+
def intelix_create_file_submissions(
|
|
36
|
+
self, input_: ThreatContextIntelixCreateFileSubmissionsInput
|
|
37
|
+
) -> ThreatContextIntelixFileSubmissionsResponse:
|
|
38
|
+
"""No developer notes."""
|
|
39
|
+
endpoint = "intelixCreateFileSubmissions"
|
|
40
|
+
|
|
41
|
+
result = self.service.execute_mutation(
|
|
42
|
+
endpoint=endpoint,
|
|
43
|
+
variables={
|
|
44
|
+
"input": prepare_input(input_),
|
|
45
|
+
},
|
|
46
|
+
output=build_output_string(
|
|
47
|
+
ThreatContextIntelixFileSubmissionsResponse,
|
|
48
|
+
exclude_deprecated_output=self.service.exclude_deprecated_output,
|
|
49
|
+
),
|
|
50
|
+
)
|
|
51
|
+
if result.get(endpoint) is not None:
|
|
52
|
+
return ThreatContextIntelixFileSubmissionsResponse.from_dict(
|
|
53
|
+
result.get(endpoint)
|
|
54
|
+
)
|
|
55
|
+
raise GraphQLNoRowsInResultSetError("for mutation intelixCreateFileSubmissions")
|
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
"""ThreatContext Query."""
|
|
2
|
+
|
|
3
|
+
# pylint: disable=no-member, unused-argument, too-many-locals, duplicate-code, wildcard-import, unused-wildcard-import, cyclic-import
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
# Autogenerated
|
|
7
|
+
# DO NOT MODIFY
|
|
8
|
+
|
|
9
|
+
from __future__ import annotations
|
|
10
|
+
|
|
11
|
+
import logging
|
|
12
|
+
from typing import TYPE_CHECKING, Any, Dict, List, Optional, Tuple, Union
|
|
13
|
+
|
|
14
|
+
from taegis_sdk_python import GraphQLNoRowsInResultSetError
|
|
15
|
+
from taegis_sdk_python._consts import TaegisEnum
|
|
16
|
+
from taegis_sdk_python.services.threat_context.types import *
|
|
17
|
+
from taegis_sdk_python.utils import (
|
|
18
|
+
build_output_string,
|
|
19
|
+
parse_union_result,
|
|
20
|
+
prepare_input,
|
|
21
|
+
)
|
|
22
|
+
|
|
23
|
+
if TYPE_CHECKING: # pragma: no cover
|
|
24
|
+
from taegis_sdk_python.services.threat_context import ThreatContextService
|
|
25
|
+
|
|
26
|
+
log = logging.getLogger(__name__)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
class TaegisSDKThreatContextQuery:
|
|
30
|
+
"""Taegis Threat_context Query operations."""
|
|
31
|
+
|
|
32
|
+
def __init__(self, service: ThreatContextService):
|
|
33
|
+
self.service = service
|
|
34
|
+
|
|
35
|
+
def reputation(
|
|
36
|
+
self,
|
|
37
|
+
indicators: List[ThreatContextIndicatorInput],
|
|
38
|
+
cache: Optional[CacheOptions] = None,
|
|
39
|
+
options: Optional[ReputationOptions] = None,
|
|
40
|
+
) -> List[Results]:
|
|
41
|
+
"""No developer notes."""
|
|
42
|
+
endpoint = "reputation"
|
|
43
|
+
|
|
44
|
+
result = self.service.execute_query(
|
|
45
|
+
endpoint=endpoint,
|
|
46
|
+
variables={
|
|
47
|
+
"indicators": prepare_input(indicators),
|
|
48
|
+
"cache": prepare_input(cache),
|
|
49
|
+
"options": prepare_input(options),
|
|
50
|
+
},
|
|
51
|
+
output=build_output_string(
|
|
52
|
+
Results,
|
|
53
|
+
exclude_deprecated_output=self.service.exclude_deprecated_output,
|
|
54
|
+
),
|
|
55
|
+
)
|
|
56
|
+
if result.get(endpoint) is not None:
|
|
57
|
+
return [parse_union_result(Results, r) for r in result.get(endpoint)]
|
|
58
|
+
raise GraphQLNoRowsInResultSetError("for query reputation")
|
|
59
|
+
|
|
60
|
+
def reputation_summaries(
|
|
61
|
+
self,
|
|
62
|
+
indicators: List[ThreatContextIndicatorInput],
|
|
63
|
+
cache: Optional[CacheOptions] = None,
|
|
64
|
+
) -> IndicatorsSummary:
|
|
65
|
+
"""No developer notes."""
|
|
66
|
+
endpoint = "reputationSummaries"
|
|
67
|
+
|
|
68
|
+
result = self.service.execute_query(
|
|
69
|
+
endpoint=endpoint,
|
|
70
|
+
variables={
|
|
71
|
+
"indicators": prepare_input(indicators),
|
|
72
|
+
"cache": prepare_input(cache),
|
|
73
|
+
},
|
|
74
|
+
output=build_output_string(
|
|
75
|
+
IndicatorsSummary,
|
|
76
|
+
exclude_deprecated_output=self.service.exclude_deprecated_output,
|
|
77
|
+
),
|
|
78
|
+
)
|
|
79
|
+
if result.get(endpoint) is not None:
|
|
80
|
+
return IndicatorsSummary.from_dict(result.get(endpoint))
|
|
81
|
+
raise GraphQLNoRowsInResultSetError("for query reputationSummaries")
|
|
82
|
+
|
|
83
|
+
def risky_indicators(self, arguments: RiskyIndicatorArguments) -> List[Results]:
|
|
84
|
+
"""No developer notes."""
|
|
85
|
+
endpoint = "riskyIndicators"
|
|
86
|
+
|
|
87
|
+
result = self.service.execute_query(
|
|
88
|
+
endpoint=endpoint,
|
|
89
|
+
variables={
|
|
90
|
+
"arguments": prepare_input(arguments),
|
|
91
|
+
},
|
|
92
|
+
output=build_output_string(
|
|
93
|
+
Results,
|
|
94
|
+
exclude_deprecated_output=self.service.exclude_deprecated_output,
|
|
95
|
+
),
|
|
96
|
+
)
|
|
97
|
+
if result.get(endpoint) is not None:
|
|
98
|
+
return [parse_union_result(Results, r) for r in result.get(endpoint)]
|
|
99
|
+
raise GraphQLNoRowsInResultSetError("for query riskyIndicators")
|
|
100
|
+
|
|
101
|
+
def api_void_stats(self) -> APIVoidStats:
|
|
102
|
+
"""No developer notes."""
|
|
103
|
+
endpoint = "apiVoidStats"
|
|
104
|
+
|
|
105
|
+
result = self.service.execute_query(
|
|
106
|
+
endpoint=endpoint,
|
|
107
|
+
variables={},
|
|
108
|
+
output=build_output_string(
|
|
109
|
+
APIVoidStats,
|
|
110
|
+
exclude_deprecated_output=self.service.exclude_deprecated_output,
|
|
111
|
+
),
|
|
112
|
+
)
|
|
113
|
+
if result.get(endpoint) is not None:
|
|
114
|
+
return APIVoidStats.from_dict(result.get(endpoint))
|
|
115
|
+
raise GraphQLNoRowsInResultSetError("for query apiVoidStats")
|
|
116
|
+
|
|
117
|
+
def intelix_report(
|
|
118
|
+
self, input_: ThreatContextIntelixReportInput
|
|
119
|
+
) -> ThreatContextIntelixReport:
|
|
120
|
+
"""No developer notes."""
|
|
121
|
+
endpoint = "intelixReport"
|
|
122
|
+
|
|
123
|
+
result = self.service.execute_query(
|
|
124
|
+
endpoint=endpoint,
|
|
125
|
+
variables={
|
|
126
|
+
"input": prepare_input(input_),
|
|
127
|
+
},
|
|
128
|
+
output=build_output_string(
|
|
129
|
+
ThreatContextIntelixReport,
|
|
130
|
+
exclude_deprecated_output=self.service.exclude_deprecated_output,
|
|
131
|
+
),
|
|
132
|
+
)
|
|
133
|
+
if result.get(endpoint) is not None:
|
|
134
|
+
return ThreatContextIntelixReport.from_dict(result.get(endpoint))
|
|
135
|
+
raise GraphQLNoRowsInResultSetError("for query intelixReport")
|
|
136
|
+
|
|
137
|
+
def intelix_get_latest_file_submission(
|
|
138
|
+
self, input_: ThreatContextIntelixGetLatestFileSubmissionInput
|
|
139
|
+
) -> ThreatContextIntelixGetLatestFileSubmissionResponse:
|
|
140
|
+
"""No developer notes."""
|
|
141
|
+
endpoint = "intelixGetLatestFileSubmission"
|
|
142
|
+
|
|
143
|
+
result = self.service.execute_query(
|
|
144
|
+
endpoint=endpoint,
|
|
145
|
+
variables={
|
|
146
|
+
"input": prepare_input(input_),
|
|
147
|
+
},
|
|
148
|
+
output=build_output_string(
|
|
149
|
+
ThreatContextIntelixGetLatestFileSubmissionResponse,
|
|
150
|
+
exclude_deprecated_output=self.service.exclude_deprecated_output,
|
|
151
|
+
),
|
|
152
|
+
)
|
|
153
|
+
if result.get(endpoint) is not None:
|
|
154
|
+
return ThreatContextIntelixGetLatestFileSubmissionResponse.from_dict(
|
|
155
|
+
result.get(endpoint)
|
|
156
|
+
)
|
|
157
|
+
raise GraphQLNoRowsInResultSetError("for query intelixGetLatestFileSubmission")
|