| title | malware resource type |
|---|---|
| description | Indicates that a malware was detected in an item. |
| author | paagarwal |
| ms.date | 9/1/2021 |
| ms.localizationpriority | medium |
| ms.subservice | onedrive |
| doc_type | resourcePageType |
Namespace: microsoft.graph
Indicates that a malware was detected in an item. The presence (non-null) of the resource indicates that the item contains malware. A null (or missing) value indicates that the item is clean.
For more information about the facets on a driveItem, see driveItem.
| Property | Type | Description |
|---|---|---|
| description | String | Contains the virus details for the malware facet. |
Here is a JSON representation of a malware resource.
{
"description": "string"
}