malware resource type

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.

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

The following is a JSON representation of a malware resource.

{
  "description": "string"
}