Partager via


type de ressource huntingQueryResults

Espace de noms : microsoft.graph.security

Résultats de l’exécution d’une requête pour la chasse avancée.

Propriétés

Propriété Type Description
schéma collection microsoft.graph.security.singlePropertySchema Schéma de la réponse.
results collection microsoft.graph.security.huntingRowResult Résultats de la requête de repérage.

Représentation JSON

La représentation JSON suivante montre le type de ressource.

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