fileSecurityState 资源类型
命名空间:microsoft.graph
包含有关文件的信息, (不处理与警报相关的) 。
属性
属性 | 类型 | 说明 |
---|---|---|
fileHash | fileHash | 包含 (加密和位置敏感) 的文件哈希的复杂类型。 |
name | String | 文件名 (没有路径) 。 |
path | String | 文件/imageFile 的完整文件路径。 |
riskScore | String | 警报文件的提供程序生成/计算的风险评分。 建议的值范围为 0-1,相当于百分比。 |
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"fileHash": {"@odata.type": "microsoft.graph.fileHash"},
"name": "String",
"path": "String",
"riskScore": "String"
}