| 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 |
Namespace: microsoft.graph
Contains stateful information about file hashes (cryptographic and location-sensitive).
| 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. |
The following JSON representation shows the resource type.
{
"hashType": "@odata.type: microsoft.graph.fileHashType",
"hashValue": "String"
}