次の方法で共有


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