cloudPcAuditProperty 资源类型

命名空间:microsoft.graph

表示审核属性。 这将显示已编辑的属性名称、旧值和新值。

属性

属性 类型 说明
displayName String 此属性的显示名称。
NewValue String 此属性的新值。
oldValue String 此属性的旧值。

关系

无。

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.cloudPcAuditProperty",
  "displayName": "String",
  "newValue": "String",
  "oldValue": "String"
}