命名空间:microsoft.graph
包含有关文件哈希 (加密和位置敏感) 的有状态信息。
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| hashType | fileHashType 枚举 | 文件哈希类型。 可能的值为:、、、、ctphauthenticodeHash256md5sha256lsHash、peSha1、 。 peSha256sha1unknown |
| hashValue | String | 文件哈希的值。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"hashType": "@odata.type: microsoft.graph.fileHashType",
"hashValue": "String"
}