From 2e45bdcf55469012c1caf980ea2abef4add2d4d6 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Sun, 26 Oct 2025 14:15:39 +0000 Subject: [PATCH] Regenerate client from commit d8f6dd8 of spec repo --- .generator/schemas/v2/openapi.yaml | 4 ++++ .../v2/models/security_monitoring_signal_archive_reason.rb | 2 ++ 2 files changed, 6 insertions(+) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 59c7b8b08efc..6215660a0499 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -43960,6 +43960,8 @@ components: - false_positive - testing_or_maintenance - investigated_case_opened + - true_positive_benign + - true_positive_malicious - other type: string x-enum-varnames: @@ -43967,6 +43969,8 @@ components: - FALSE_POSITIVE - TESTING_OR_MAINTENANCE - INVESTIGATED_CASE_OPENED + - TRUE_POSITIVE_BENIGN + - TRUE_POSITIVE_MALICIOUS - OTHER SecurityMonitoringSignalAssigneeUpdateAttributes: description: Attributes describing the new assignee of a security signal. diff --git a/lib/datadog_api_client/v2/models/security_monitoring_signal_archive_reason.rb b/lib/datadog_api_client/v2/models/security_monitoring_signal_archive_reason.rb index 4808d0f5231d..7cea17a372e1 100644 --- a/lib/datadog_api_client/v2/models/security_monitoring_signal_archive_reason.rb +++ b/lib/datadog_api_client/v2/models/security_monitoring_signal_archive_reason.rb @@ -25,6 +25,8 @@ class SecurityMonitoringSignalArchiveReason FALSE_POSITIVE = "false_positive".freeze TESTING_OR_MAINTENANCE = "testing_or_maintenance".freeze INVESTIGATED_CASE_OPENED = "investigated_case_opened".freeze + TRUE_POSITIVE_BENIGN = "true_positive_benign".freeze + TRUE_POSITIVE_MALICIOUS = "true_positive_malicious".freeze OTHER = "other".freeze end end