Skip to content

Latest commit

 

History

History
60 lines (46 loc) · 1.51 KB

File metadata and controls

60 lines (46 loc) · 1.51 KB
title fileSecurityState resource type (deprecated)
description Contains information about the file (not process) related to the alert.
ms.localizationpriority medium
author preetikr
ms.subservice security
doc_type resourcePageType
ms.date 07/22/2024
ROBOTS NOINDEX

fileSecurityState resource type (deprecated)

Namespace: microsoft.graph

[!INCLUDE security-alerts-v1-deprecation]

Contains information about the file (not process) related to the alert.

Properties

Property Type Description
fileHash fileHash Complex type containing file hashes (cryptographic and location-sensitive).
name String File name (without path).
path String Full file path of the file/imageFile.
riskScore String Provider generated/calculated risk score of the alert file. Recommended value range of 0-1, which equates to a percentage.

JSON representation

The following JSON representation shows the resource type.

{
  "fileHash": {"@odata.type": "microsoft.graph.fileHash"},
  "name": "String",
  "path": "String",
  "riskScore": "String"
}