Skip to content

Commit fff03f3

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Security Monitoring - Update Signal Archive Reasons v2 (DataDog#3433)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 07458ab commit fff03f3

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.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.

api/datadogV2/model_security_monitoring_signal_archive_reason.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ const (
1919
SECURITYMONITORINGSIGNALARCHIVEREASON_FALSE_POSITIVE SecurityMonitoringSignalArchiveReason = "false_positive"
2020
SECURITYMONITORINGSIGNALARCHIVEREASON_TESTING_OR_MAINTENANCE SecurityMonitoringSignalArchiveReason = "testing_or_maintenance"
2121
SECURITYMONITORINGSIGNALARCHIVEREASON_INVESTIGATED_CASE_OPENED SecurityMonitoringSignalArchiveReason = "investigated_case_opened"
22+
SECURITYMONITORINGSIGNALARCHIVEREASON_TRUE_POSITIVE_BENIGN SecurityMonitoringSignalArchiveReason = "true_positive_benign"
23+
SECURITYMONITORINGSIGNALARCHIVEREASON_TRUE_POSITIVE_MALICIOUS SecurityMonitoringSignalArchiveReason = "true_positive_malicious"
2224
SECURITYMONITORINGSIGNALARCHIVEREASON_OTHER SecurityMonitoringSignalArchiveReason = "other"
2325
)
2426

@@ -27,6 +29,8 @@ var allowedSecurityMonitoringSignalArchiveReasonEnumValues = []SecurityMonitorin
2729
SECURITYMONITORINGSIGNALARCHIVEREASON_FALSE_POSITIVE,
2830
SECURITYMONITORINGSIGNALARCHIVEREASON_TESTING_OR_MAINTENANCE,
2931
SECURITYMONITORINGSIGNALARCHIVEREASON_INVESTIGATED_CASE_OPENED,
32+
SECURITYMONITORINGSIGNALARCHIVEREASON_TRUE_POSITIVE_BENIGN,
33+
SECURITYMONITORINGSIGNALARCHIVEREASON_TRUE_POSITIVE_MALICIOUS,
3034
SECURITYMONITORINGSIGNALARCHIVEREASON_OTHER,
3135
}
3236

0 commit comments

Comments
 (0)