| 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 |
Namespace: microsoft.graph.security
[!INCLUDE beta-disclaimer]
The schema of one property in the results of running an advanced hunting query.
| Property | Type | Description |
|---|---|---|
| name | String | The name of the property. |
| type | String | The type of the property. |
None.
The following JSON representation shows the resource type.
{
"name": "Timestamp",
"type": "DateTime"
}