huntingQueryResults resource type
Namespace: microsoft.graph.security
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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"}]
}