Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 993 Bytes

File metadata and controls

38 lines (31 loc) · 993 Bytes
title mergeResponse resource type
description Represents the response from merge or move operations on alerts and incidents.
author HarelDamti
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType
ms.date 02/24/2026

mergeResponse resource type

Namespace: microsoft.graph.security

[!INCLUDE beta-disclaimer]

Represents the response from move alerts or merge incidents operations.

Properties

Property Type Description
targetIncidentId String The ID of the target incident after the operation completes.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "targetIncidentId": "String"
}