Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.41 KB

File metadata and controls

42 lines (34 loc) · 1.41 KB
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

queryCondition resource type

Namespace: microsoft.graph.security

[!INCLUDE beta-disclaimer]

Represents the advanced hunting query that defines the behavior of a custom detection rule.

Properties

Property Type Description
lastModifiedDateTime DateTimeOffset Timestamp of when the query in the custom detection rule was last updated.
queryText String Contents of the query.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.security.queryCondition",
  "queryText": "String",
  "lastModifiedDateTime": "String (timestamp)"
}