huntingQueryResults-Ressourcentyp

Namespace: microsoft.graph.security

Die Ergebnisse der Ausführung einer Abfrage für die erweiterte Suche.

Eigenschaften

Eigenschaft Typ Beschreibung
Schema microsoft.graph.security.singlePropertySchema-Sammlung Das Schema für die Antwort.
results microsoft.graph.security.huntingRowResult-Sammlung Die Ergebnisse der Hunting-Abfrage.

JSON-Darstellung

Die folgende JSON-Darstellung zeigt den Ressourcentyp.

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