Skip to content

Latest commit

 

History

History
67 lines (52 loc) · 1.52 KB

File metadata and controls

67 lines (52 loc) · 1.52 KB
title alertTrigger resource type (deprecated)
description Contains information about the properties that triggered a detection (properties exist in the alert entity).
author preetikr
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType
ms.date 07/22/2024
ROBOTS NOINDEX

alertTrigger resource type (deprecated)

Namespace: microsoft.graph

[!INCLUDE security-alerts-v1-deprecation]

Contains information about the properties that triggered a detection (properties exist in the alert entity).

Properties

Property Type Description
name String Name of the property serving as a detection trigger.
type String Type of the property in the key:value pair for interpretation. For example, String, Boolean etc.
value String Value of the property serving as a detection trigger.

JSON representation

The following JSON representation shows the resource type.

{
  "name": "String",
  "type": "String",
  "value": "String"
}

Example

{
  "name": "hostState.privateIpAddress",
  "type": "String",
  "value": "10.154.9.40"
}