File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments