Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 1.24 KB

File metadata and controls

53 lines (41 loc) · 1.24 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

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"
}