singlePropertySchema resource type
Namespace: microsoft.graph.security
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"
}