Edit

incidentTaskResponseAction resource type (deprecated)

Namespace: microsoft.graph.security

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Important

The incidentTaskResponseAction resource type is deprecated and will be removed on October 1, 2026. Use automatedAction (grouped via automatedActionSet) on the detectionAction resource instead.

Represents the base type for all incident task response actions in Microsoft Defender XDR. This is an abstract type that cannot be instantiated directly but serves as the parent type for the following specific response actions that can be executed on incident tasks.

Inherits from responseAction.

Properties

Property Type Description
identifierValue String Required. The identifier value for the response action. This value is specific to the type of action being performed.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.security.incidentTaskResponseAction",
  "identifierValue": "String"
}