File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
lib/datadog_api_client/v2/models Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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
3032end
You can’t perform that action at this time.
0 commit comments