Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 1.21 KB

File metadata and controls

53 lines (40 loc) · 1.21 KB
title fileHash resource type
description Contains stateful information about file hashes (cryptographic and location-sensitive).
ms.localizationpriority medium
author preetikr
ms.subservice security
doc_type resourcePageType
ms.date 07/22/2024

fileHash resource type

Namespace: microsoft.graph

Contains stateful information about file hashes (cryptographic and location-sensitive).

Properties

Property Type Description
hashType fileHashType File hash type. The possible values are: unknown, sha1, sha256, md5, authenticodeHash256, lsHash, ctph, peSha1, peSha256.
hashValue String Value of the file hash.

JSON representation

The following JSON representation shows the resource type.

{
  "hashType": "@odata.type: microsoft.graph.fileHashType",
  "hashValue": "String"
}