| 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 |
Namespace: microsoft.graph.security
[!INCLUDE beta-disclaimer]
Represents the information of a detected file in a threat submission.
| Property | Type | Description |
|---|---|---|
| fileHash | String | The file hash. |
| fileName | String | The file name. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.submissionDetectedFile",
"fileName": "String",
"fileHash": "String"
}