Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.73 KB

security-collectinvestigationpackageresponseaction.md

File metadata and controls

41 lines (32 loc) · 1.73 KB
title description author ms.localizationpriority ms.subservice doc_type
collectInvestigationPackageResponseAction resource type
Describes a response action that collects details for an investigation package.
mmekler
medium
security
resourcePageType

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