次の方法で共有


cloudPcAuditProperty リソースの種類

名前空間: microsoft.graph

audit プロパティを表します。 編集したプロパティ名、古い値、および新しい値が表示されます。

プロパティ

プロパティ 説明
displayName String このプロパティの表示名。
newValue String このプロパティの新しい値。
oldValue String このプロパティの古い値。

リレーションシップ

なし。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

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