Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
Namespace: microsoft.graph.security
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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)"
}