alertTrigger resource type

Namespace: microsoft.graph

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 is a JSON representation of the resource.

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

Example

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