| 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 |
Namespace: microsoft.graph.security
An analyst-generated comment that is associated with an alert or incident.
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.alertComment",
"comment": "String",
"createdByDisplayName": "String",
"createdDateTime": "String (timestamp)"
}