huntingQueryResults リソースの種類

名前空間: microsoft.graph.security

高度なハンティングのクエリを実行した結果。

プロパティ

プロパティ 説明
スキーマ microsoft.graph.security.singlePropertySchema コレクション 応答のスキーマ。
results microsoft.graph.security.huntingRowResult コレクション ハンティング クエリの結果。

JSON 表記

リソースの JSON 表記を次に示します。

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