Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Namespace: microsoft.graph
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Note
The legacy alerts API is deprecated and will be removed by April 2026. We recommend that you migrate to the new alerts and incidents API.
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. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"fileHash": {"@odata.type": "microsoft.graph.fileHash"},
"name": "String",
"path": "String",
"riskScore": "String"
}