Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 942 Bytes

File metadata and controls

40 lines (33 loc) · 942 Bytes
title singlePropertySchema resource type
description The schema of one property from the results of hunting query API
author BenAlfasi
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType
ms.date 07/22/2024

singlePropertySchema resource type

Namespace: microsoft.graph.security

[!INCLUDE beta-disclaimer]

The schema of one property in the results of running an advanced hunting query.

Properties

Property Type Description
name String The name of the property.
type String The type of the property.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
    "name": "Timestamp",
    "type": "DateTime"
}