Edit

huntingSchemaTable resource type

Namespace: microsoft.graph.security

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents an advanced hunting table accessible to the user. Part of the huntingSchemaResult returned by the getHuntingSchema function.

Properties

Property Type Description
columns microsoft.graph.security.huntingSchemaTableColumn collection Collection of columns in the table with their data types.
description String Description of what data the table contains.
name String Name of the table. Required.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "name": "String",
  "description": "String",
  "columns": [{"@odata.type": "microsoft.graph.security.huntingSchemaTableColumn"}]
}