Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 1.01 KB

File metadata and controls

41 lines (35 loc) · 1.01 KB
title alertComment resource type
description An analyst-generated comment that is associated with an alert or incident.
ms.date 11/11/2022
author BenAlfasi
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType

alertComment resource type

Namespace: microsoft.graph.security

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)"
}