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
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4824,6 +4824,12 @@
4824
4824
"description": "the number of alert rules that were created by this template",
4825
4825
"type": "integer"
4826
4826
},
4827
+
"lastUpdatedDateUTC": {
4828
+
"description": "The last time that this alert rule template has been updated.",
4829
+
"format": "date-time",
4830
+
"readOnly": true,
4831
+
"type": "string"
4832
+
},
4827
4833
"createdDateUTC": {
4828
4834
"description": "The time that this alert rule template has been added.",
Copy file name to clipboardExpand all lines: specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/examples/alertRuleTemplates/GetAlertRuleTemplateById.json
Copy file name to clipboardExpand all lines: specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2019-01-01-preview/examples/alertRuleTemplates/GetAlertRuleTemplates.json
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@
28
28
"PrivilegeEscalation",
29
29
"LateralMovement"
30
30
],
31
+
"lastUpdatedDateUTC": "2020-02-27T00:00:00Z",
31
32
"createdDateUTC": "2019-02-27T00:00:00Z",
32
33
"status": "Available",
33
34
"requiredDataConnectors": [
@@ -55,6 +56,7 @@
55
56
"Exfiltration",
56
57
"CommandAndControl"
57
58
],
59
+
"lastUpdatedDateUTC": "2020-02-27T00:00:00Z",
58
60
"createdDateUTC": "2019-07-25T00:00:00Z",
59
61
"status": "Available",
60
62
"severity": "High",
@@ -70,6 +72,7 @@
70
72
"productFilter": "Microsoft Cloud App Security",
71
73
"displayName": "Create incidents based on Microsoft Cloud App Security alerts",
72
74
"description": "Create incidents based on all alerts generated in Microsoft Cloud App Security",
0 commit comments