Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 1.33 KB

File metadata and controls

58 lines (44 loc) · 1.33 KB
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

malware resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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.

Relationships

None.

JSON representation

The following is a JSON representation of a malware resource.

{
  "description": "string"
}