mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-13 22:07:22 +00:00
MD-ATP/Alerts: copy-paste error correction
Description: As reported in issue ticket #6541 (lastUpdateTime), the description text for lastUpdateTime is identical to the entry for firstEventTime. This is not a correct description for 'lastUpdateTime'. Thanks to harveywargo2 (Harvey Wargo) for reporting this. Changes proposed: - Replace the misplaced copy-pasted text with a suitable description. - Remove 5 end-of-line blanks (whitespace correction). The page author is, of course, invited to improve the phrasing. Ticket closure or reference: Closes #6541
This commit is contained in:
parent
127ca6c050
commit
957a8ef934
@ -45,7 +45,7 @@ description | String | Alert description.
|
|||||||
alertCreationTime | Nullable DateTimeOffset | The date and time (in UTC) the alert was created.
|
alertCreationTime | Nullable DateTimeOffset | The date and time (in UTC) the alert was created.
|
||||||
lastEventTime | Nullable DateTimeOffset | The last occurrence of the event that triggered the alert on the same machine.
|
lastEventTime | Nullable DateTimeOffset | The last occurrence of the event that triggered the alert on the same machine.
|
||||||
firstEventTime | Nullable DateTimeOffset | The first occurrence of the event that triggered the alert on that machine.
|
firstEventTime | Nullable DateTimeOffset | The first occurrence of the event that triggered the alert on that machine.
|
||||||
lastUpdateTime | Nullable DateTimeOffset | The first occurrence of the event that triggered the alert on that machine.
|
lastUpdateTime | Nullable DateTimeOffset | The date and time (in UTC) the alert was last updated.
|
||||||
resolvedTime | Nullable DateTimeOffset | The date and time in which the status of the alert was changed to 'Resolved'.
|
resolvedTime | Nullable DateTimeOffset | The date and time in which the status of the alert was changed to 'Resolved'.
|
||||||
incidentId | Nullable Long | The [Incident](https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/view-incidents-queue) ID of the Alert.
|
incidentId | Nullable Long | The [Incident](https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/view-incidents-queue) ID of the Alert.
|
||||||
investigationId | Nullable Long | The [Investigation](https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/automated-investigations) ID related to the Alert.
|
investigationId | Nullable Long | The [Investigation](https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/automated-investigations) ID related to the Alert.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user