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