Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.09 KB

security-huntingqueryresults.md

File metadata and controls

35 lines (30 loc) · 1.09 KB
title description ms.date author ms.localizationpriority ms.subservice doc_type
huntingQueryResults resource type
The results of the hunting query API
11/11/2022
BenAlfasi
medium
security
resourcePageType

huntingQueryResults resource type

Namespace: microsoft.graph.security

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.

JSON representation

The following JSON representation shows the resource type.

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