| title | alertTrigger resource type (deprecated) |
|---|---|
| description | > **Important:** APIs under the /beta version in Microsoft Graph are in preview and are subject to change. Use of these APIs in production applications is not supported. |
| ms.localizationpriority | medium |
| author | preetikr |
| ms.subservice | security |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
| ROBOTS | NOINDEX |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
[!INCLUDE security-alerts-v1-deprecation]
Contains information about the properties that triggered a detection (properties exist in the alert entity).
| 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. |
None.
The following JSON representation shows the resource type.
{
"name": "String",
"type": "String",
"value": "String"
}{
"name": "hostState.privateIpAddress",
"type": "String",
"value": "10.154.9.40"
}