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 is a JSON representation of the resource.

{
    "Name": "Timestamp",
    "Type": "DateTime"
}