From 30a52d5b351fbe2b4ee0c83a98f826ac654b75ee Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Thu, 26 Mar 2026 19:29:25 +0000 Subject: [PATCH] Regenerate client from commit 6508d79 of spec repo --- .generator/schemas/v2/openapi.yaml | 2 +- .../v2/model/security_monitoring_rule_query.py | 2 +- .../v2/model/security_monitoring_standard_data_source.py | 2 +- .../v2/model/security_monitoring_standard_rule_query.py | 2 +- src/datadog_api_client/v2/model/threat_hunting_job_query.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 647c8d0d44..71d4c0a99d 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -58514,7 +58514,7 @@ components: - TIMESTAMP_DESCENDING SecurityMonitoringStandardDataSource: default: logs - description: Source of events, either logs, audit trail, or Datadog events. + description: Source of events, either logs, audit trail, or Datadog events. `app_sec_spans` is deprecated in favor of `spans`. enum: - logs - audit diff --git a/src/datadog_api_client/v2/model/security_monitoring_rule_query.py b/src/datadog_api_client/v2/model/security_monitoring_rule_query.py index 1135b57d7f..42d6908bb3 100644 --- a/src/datadog_api_client/v2/model/security_monitoring_rule_query.py +++ b/src/datadog_api_client/v2/model/security_monitoring_rule_query.py @@ -21,7 +21,7 @@ def __init__(self, **kwargs): :param custom_query_extension: Query extension to append to the logs query. :type custom_query_extension: str, optional - :param data_source: Source of events, either logs, audit trail, or Datadog events. + :param data_source: Source of events, either logs, audit trail, or Datadog events. `app_sec_spans` is deprecated in favor of `spans`. :type data_source: SecurityMonitoringStandardDataSource, optional :param distinct_fields: Field for which the cardinality is measured. Sent as an array. diff --git a/src/datadog_api_client/v2/model/security_monitoring_standard_data_source.py b/src/datadog_api_client/v2/model/security_monitoring_standard_data_source.py index abdc0f0a7f..e0164856b7 100644 --- a/src/datadog_api_client/v2/model/security_monitoring_standard_data_source.py +++ b/src/datadog_api_client/v2/model/security_monitoring_standard_data_source.py @@ -14,7 +14,7 @@ class SecurityMonitoringStandardDataSource(ModelSimple): """ - Source of events, either logs, audit trail, or Datadog events. + Source of events, either logs, audit trail, or Datadog events. `app_sec_spans` is deprecated in favor of `spans`. :param value: If omitted defaults to "logs". Must be one of ["logs", "audit", "app_sec_spans", "spans", "security_runtime", "network", "events"]. :type value: str diff --git a/src/datadog_api_client/v2/model/security_monitoring_standard_rule_query.py b/src/datadog_api_client/v2/model/security_monitoring_standard_rule_query.py index 300ddbdbcd..413b2769b7 100644 --- a/src/datadog_api_client/v2/model/security_monitoring_standard_rule_query.py +++ b/src/datadog_api_client/v2/model/security_monitoring_standard_rule_query.py @@ -87,7 +87,7 @@ def __init__( :param custom_query_extension: Query extension to append to the logs query. :type custom_query_extension: str, optional - :param data_source: Source of events, either logs, audit trail, or Datadog events. + :param data_source: Source of events, either logs, audit trail, or Datadog events. ``app_sec_spans`` is deprecated in favor of ``spans``. :type data_source: SecurityMonitoringStandardDataSource, optional :param distinct_fields: Field for which the cardinality is measured. Sent as an array. diff --git a/src/datadog_api_client/v2/model/threat_hunting_job_query.py b/src/datadog_api_client/v2/model/threat_hunting_job_query.py index 93584317ba..964b4d082a 100644 --- a/src/datadog_api_client/v2/model/threat_hunting_job_query.py +++ b/src/datadog_api_client/v2/model/threat_hunting_job_query.py @@ -72,7 +72,7 @@ def __init__( :param aggregation: The aggregation type. :type aggregation: SecurityMonitoringRuleQueryAggregation, optional - :param data_source: Source of events, either logs, audit trail, or Datadog events. + :param data_source: Source of events, either logs, audit trail, or Datadog events. ``app_sec_spans`` is deprecated in favor of ``spans``. :type data_source: SecurityMonitoringStandardDataSource, optional :param distinct_fields: Field for which the cardinality is measured. Sent as an array.