Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.17 KB

File metadata and controls

40 lines (33 loc) · 1.17 KB
title huntingQueryResults resource type
description The results of the hunting query API
author BenAlfasi
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType
ms.date 07/22/2024

huntingQueryResults resource type

Namespace: microsoft.graph.security

[!INCLUDE beta-disclaimer]

The results of running a query for advanced hunting.

Properties

Property Type Description
schema microsoft.graph.security.singlePropertySchema collection The schema for the response.
results microsoft.graph.security.huntingRowResult collection The results of the hunting query.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
    "schema": [{"@odata.type": "microsoft.graph.security.singlePropertySchema"}],
    "results": [{"@odata.type": "microsoft.graph.security.huntingRowResult"}]
}