Microsoft Graph · Schema

huntingQueryResults

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
results array The results of the hunting query.
schema array The schema for the response.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphsecurityhuntingqueryresults-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.security.huntingQueryResults",
  "title": "huntingQueryResults",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "results": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/microsoft.graph.security.huntingRowResult"
      },
      "description": "The results of the hunting query."
    },
    "schema": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/microsoft.graph.security.singlePropertySchema"
      },
      "description": "The schema for the response."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}