Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.07 KB

File metadata and controls

43 lines (36 loc) · 1.07 KB
title alertComment resource type
description An analyst-generated comment that is associated with an alert or incident.
ms.date 09/09/2021
author BenAlfasi
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType

alertComment resource type

Namespace: microsoft.graph.security

[!INCLUDE beta-disclaimer]

An analyst-generated comment that is associated with an alert or incident.

Properties

Property Type Description
comment String The comment text.
createdByDisplayName String The person or app name that submitted the comment.
createdDateTime DateTimeOffset The time when the comment was submitted.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.security.alertComment",
  "comment": "String",
  "createdByDisplayName": "String",
  "createdDateTime": "String (timestamp)"
}