次の方法で共有


analysisedEmailAttachment リソースの種類

名前空間: microsoft.graph.security

重要

Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。

分析されたメールへの添付ファイルを表します。

プロパティ

プロパティ 説明
detonationDetails microsoft.graph.security.detonationDetails 添付ファイルの爆発の詳細。
fileName String メール内の添付ファイルの名前。
Filetype String 電子メールの添付ファイルの種類。
sha256 String 添付ファイルの SHA256 ファイル ハッシュ。
threatName String 脅威の種類に関連付けられている脅威名。
threatType microsoft.graph.security.threatType 添付ファイルに関連付けられている脅威の種類。 使用可能な値: unknownspammalwarephishingnoneunknownFutureValue

リレーションシップ

なし。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.security.analyzedEmailAttachment",
  "fileName": "String",
  "fileType": "String",
  "threatType": "String",
  "threatName": "String",
  "sha256": "String",
  "detonationDetails": {
    "@odata.type": "microsoft.graph.security.detonationDetails"
  }
}