Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.84 KB

File metadata and controls

42 lines (33 loc) · 1.84 KB
title stopAndQuarantineFileResponseAction resource type
description Describes response action that moves the file from its current location to quarantine.
author mmekler
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType
ms.date 03/06/2024

stopAndQuarantineFileResponseAction resource type

Namespace: microsoft.graph.security

[!INCLUDE beta-disclaimer]

Describes response action that moves the file from its current location to quarantine.

Inherits from microsoft.graph.security.responseAction.

Properties

Property Type Description
identifier microsoft.graph.security.stopAndQuarantineFileEntityIdentifier Unique identifier for the response action. The possible values are: deviceId, sha1, initiatingProcessSHA1, unknownFutureValue.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.security.stopAndQuarantineFileResponseAction",
  "identifier": "String"
}