Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lastUpdatedDate for templates #11900

Merged
merged 2 commits into from
Dec 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4713,6 +4713,12 @@
"description": "the number of alert rules that were created by this template",
"type": "integer"
},
"lastUpdatedDateUTC": {
"description": "The last time that this alert rule template has been updated.",
"format": "date-time",
"readOnly": true,
"type": "string"
},
"createdDateUTC": {
"description": "The time that this alert rule template has been added.",
"format": "date-time",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"PrivilegeEscalation",
"LateralMovement"
],
"lastUpdatedDateUTC": "2020-02-27T00:00:00Z",
"createdDateUTC": "2019-02-27T00:00:00Z",
"status": "Available",
"requiredDataConnectors": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"PrivilegeEscalation",
"LateralMovement"
],
"lastUpdatedDateUTC": "2020-02-27T00:00:00Z",
"createdDateUTC": "2019-02-27T00:00:00Z",
"status": "Available",
"requiredDataConnectors": [
Expand Down Expand Up @@ -55,6 +56,7 @@
"Exfiltration",
"CommandAndControl"
],
"lastUpdatedDateUTC": "2020-02-27T00:00:00Z",
"createdDateUTC": "2019-07-25T00:00:00Z",
"status": "Available",
"severity": "High",
Expand All @@ -70,6 +72,7 @@
"productFilter": "Microsoft Cloud App Security",
"displayName": "Create incidents based on Microsoft Cloud App Security alerts",
"description": "Create incidents based on all alerts generated in Microsoft Cloud App Security",
"lastUpdatedDateUTC": "2020-02-27T00:00:00Z",
"createdDateUTC": "2019-07-16T00:00:00Z",
"status": "Available",
"alertRulesCreatedByTemplateCount": 0
Expand Down