| title | queryCondition resource type |
|---|---|
| description | Represents the advanced hunting query that defines the behavior of a custom detection rule. |
| author | mmekler |
| ms.localizationpriority | medium |
| ms.subservice | security |
| doc_type | resourcePageType |
| ms.date | 03/06/2024 |
Namespace: microsoft.graph.security
[!INCLUDE beta-disclaimer]
Represents the advanced hunting query that defines the behavior of a custom detection rule.
| Property | Type | Description |
|---|---|---|
| lastModifiedDateTime | DateTimeOffset | Timestamp of when the query in the custom detection rule was last updated. |
| queryText | String | Contents of the query. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.queryCondition",
"queryText": "String",
"lastModifiedDateTime": "String (timestamp)"
}