Skip to content

Commit 2e45bdc

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit d8f6dd8 of spec repo
1 parent 3229781 commit 2e45bdc

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43960,13 +43960,17 @@ components:
4396043960
- false_positive
4396143961
- testing_or_maintenance
4396243962
- investigated_case_opened
43963+
- true_positive_benign
43964+
- true_positive_malicious
4396343965
- other
4396443966
type: string
4396543967
x-enum-varnames:
4396643968
- NONE
4396743969
- FALSE_POSITIVE
4396843970
- TESTING_OR_MAINTENANCE
4396943971
- INVESTIGATED_CASE_OPENED
43972+
- TRUE_POSITIVE_BENIGN
43973+
- TRUE_POSITIVE_MALICIOUS
4397043974
- OTHER
4397143975
SecurityMonitoringSignalAssigneeUpdateAttributes:
4397243976
description: Attributes describing the new assignee of a security signal.

lib/datadog_api_client/v2/models/security_monitoring_signal_archive_reason.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ class SecurityMonitoringSignalArchiveReason
2525
FALSE_POSITIVE = "false_positive".freeze
2626
TESTING_OR_MAINTENANCE = "testing_or_maintenance".freeze
2727
INVESTIGATED_CASE_OPENED = "investigated_case_opened".freeze
28+
TRUE_POSITIVE_BENIGN = "true_positive_benign".freeze
29+
TRUE_POSITIVE_MALICIOUS = "true_positive_malicious".freeze
2830
OTHER = "other".freeze
2931
end
3032
end

0 commit comments

Comments
 (0)