Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.75 KB

File metadata and controls

42 lines (33 loc) · 1.75 KB
title collectInvestigationPackageResponseAction resource type
description Describes a response action that collects details for an investigation package.
author mmekler
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType
ms.date 03/06/2024

collectInvestigationPackageResponseAction resource type

Namespace: microsoft.graph.security

[!INCLUDE beta-disclaimer]

Describes a response action that collects details for an investigation package.

Inherits from microsoft.graph.security.responseAction.

Properties

Property Type Description
identifier microsoft.graph.security.deviceIdEntityIdentifier Unique identifier for the response action. Default is deviceId. The possible values are: deviceId, unknownFutureValue.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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