| title | singlePropertySchema resource type |
|---|---|
| description | The schema of one property from the results of hunting query API |
| ms.date | 11/11/2022 |
| author | BenAlfasi |
| ms.localizationpriority | medium |
| ms.subservice | security |
| doc_type | resourcePageType |
Namespace: microsoft.graph.security
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. |
The following JSON representation shows the resource type.
{
"name": "Timestamp",
"type": "DateTime"
}