편집

다음을 통해 공유


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"}]
}