singlePropertySchema 资源类型

Namespace:microsoft.graph.security

运行 高级搜寻查询的结果中一个属性的架构。

属性

属性 类型 说明
name String 属性的名称。
type String 属性的类型。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
    "name": "Timestamp",
    "type": "DateTime"
}