File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
lib/datadog_api_client/v1/models Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 44 "spec_versions": {
55 "v1": {
66 "apigentools_version": "1.6.6",
7- "regenerated": "2024-11-06 20:54:47.108184 ",
8- "spec_repo_commit": "0f558cbc "
7+ "regenerated": "2024-11-07 20:43:55.925677 ",
8+ "spec_repo_commit": "efa118f1 "
99 },
1010 "v2": {
1111 "apigentools_version": "1.6.6",
12- "regenerated": "2024-11-06 20:54:47.126775 ",
13- "spec_repo_commit": "0f558cbc "
12+ "regenerated": "2024-11-07 20:43:55.944236 ",
13+ "spec_repo_commit": "efa118f1 "
1414 }
1515 }
1616}
Original file line number Diff line number Diff line change @@ -13093,13 +13093,17 @@ components:
1309313093 - false_positive
1309413094 - testing_or_maintenance
1309513095 - investigated_case_opened
13096+ - true_positive_benign
13097+ - true_positive_malicious
1309613098 - other
1309713099 type: string
1309813100 x-enum-varnames:
1309913101 - NONE
1310013102 - FALSE_POSITIVE
1310113103 - TESTING_OR_MAINTENANCE
1310213104 - INVESTIGATED_CASE_OPENED
13105+ - TRUE_POSITIVE_BENIGN
13106+ - TRUE_POSITIVE_MALICIOUS
1310313107 - OTHER
1310413108 SignalAssigneeUpdateRequest:
1310513109 description: Attributes describing an assignee update operation over a security
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ class SignalArchiveReason
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