alertComment リソースの種類

名前空間: microsoft.graph.security

アラートまたはインシデントに関連付けられているアナリストによって生成されたコメント。

プロパティ

プロパティ 説明
comment String コメント テキストを指定します。
createdByDisplayName String コメントを送信したユーザーまたはアプリ名。
createdDateTime DateTimeOffset コメントが送信された時刻。

リレーションシップ

なし。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

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