You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/SecurityInsights.json
+20-3Lines changed: 20 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5880,7 +5880,7 @@
5880
5880
"description": "Aggregative results of cases by status property bag.",
5881
5881
"properties": {
5882
5882
"totalDismissedStatus": {
5883
-
"description": "Total amount of open cases with status Dismissed",
5883
+
"description": "Total amount of closed cases with status Dismissed",
5884
5884
"readOnly": true,
5885
5885
"type": "integer"
5886
5886
},
@@ -5895,9 +5895,21 @@
5895
5895
"type": "integer"
5896
5896
},
5897
5897
"totalResolvedStatus": {
5898
-
"description": "Total amount of open cases with status Resolved",
5898
+
"description": "Total amount of closed cases with status Resolved",
5899
5899
"readOnly": true,
5900
5900
"type": "integer"
5901
+
},
5902
+
"totalFalsePositiveStatus": {
5903
+
"description": "Total amount of closed cases with status Closed and Close reason of False positive",
5904
+
"readOnly": true,
5905
+
"type": "integer",
5906
+
"format": "int32"
5907
+
},
5908
+
"totalTruePositiveStatus": {
5909
+
"description": "Total amount of closed cases with status Closed and Close reason of True positive",
5910
+
"readOnly": true,
5911
+
"type": "integer",
5912
+
"format": "int32"
5901
5913
}
5902
5914
},
5903
5915
"type": "object"
@@ -7642,7 +7654,8 @@
7642
7654
"Linux",
7643
7655
"Windows",
7644
7656
"Android",
7645
-
"IOS"
7657
+
"IOS",
7658
+
"Unknown"
7646
7659
],
7647
7660
"type": "string",
7648
7661
"x-ms-enum": {
@@ -7664,6 +7677,10 @@
7664
7677
{
7665
7678
"description": "Host with IOS operating system.",
7666
7679
"value": "IOS"
7680
+
},
7681
+
{
7682
+
"description": "Host with Unknown operating system.",
Copy file name to clipboardExpand all lines: specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/examples/aggregations/GetCasesAggregations.json
0 commit comments