Skip to content

Commit 964aa5a

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Security Monitoring - Update Signal Archive Reasons v2 (#2746)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 4ccb78d commit 964aa5a

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
@@ -43852,13 +43852,17 @@ components:
4385243852
- false_positive
4385343853
- testing_or_maintenance
4385443854
- investigated_case_opened
43855+
- true_positive_benign
43856+
- true_positive_malicious
4385543857
- other
4385643858
type: string
4385743859
x-enum-varnames:
4385843860
- NONE
4385943861
- FALSE_POSITIVE
4386043862
- TESTING_OR_MAINTENANCE
4386143863
- INVESTIGATED_CASE_OPENED
43864+
- TRUE_POSITIVE_BENIGN
43865+
- TRUE_POSITIVE_MALICIOUS
4386243866
- OTHER
4386343867
SecurityMonitoringSignalAssigneeUpdateAttributes:
4386443868
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)