analyzedEmailAttachment リソースの種類

名前空間: microsoft.graph.security

重要

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

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

プロパティ

プロパティ 説明
detonationDetails microsoft.graph.security.detonationDetails アタッチメントの起爆の詳細。
fileName 文字列 メールの添付ファイルの名前。
fileType 文字列 メールの添付ファイルの種類。
fileSize Int32 ファイルのサイズ。
FileExtension 文字列 ファイルの拡張子。
malwareFamily 文字列 脅威の種類に関連付けられている脅威の名前。
SHA256 文字列 添付ファイルの SHA256 ファイル ハッシュ。
threatType microsoft.graph.security.threatType 添付ファイルに関連付けられている脅威の種類。 使用可能な値: unknownspammalwarephishingnoneunknownFutureValue
tenantAllowBlockListDetailInfo 文字列 テナントによって構成されたテナントの許可/ブロック リストのエントリの詳細。

リレーションシップ

なし。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.security.analyzedEmailAttachment",
  "fileName": "String",
  "fileType": "String",
  "fileSize": "Integer",
  "fileExtension": "String",
  "threatType": "String",
  "malwareFamily": "String",
  "tenantAllowBlockListDetailInfo": "String",
  "sha256": "String",
  "detonationDetails": {
    "@odata.type": "microsoft.graph.security.detonationDetails"
  }
}