Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 992 Bytes

File metadata and controls

42 lines (34 loc) · 992 Bytes
title submissionDetectedFile resource type
description Represents the information of a detected file in a threat submission
author caigen
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType
ms.date 07/22/2024

submissionDetectedFile resource type

Namespace: microsoft.graph.security

[!INCLUDE beta-disclaimer]

Represents the information of a detected file in a threat submission.

Properties

Property Type Description
fileHash String The file hash.
fileName String The file name.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.security.submissionDetectedFile",
  "fileName": "String",
  "fileHash": "String"
}