singlePropertySchema 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.
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. |
JSON representation
The following JSON representation shows the resource type.
{
"name": "Timestamp",
"type": "DateTime"
}