malware resource type
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.
Properties
Property | Type | Description |
---|---|---|
description | String | Contains the virus details for the malware facet. |
JSON representation
Here is a JSON representation of a malware resource.
{
"description": "string"
}