Share via


auditProperty リソースの種類

名前空間: microsoft.graph

大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。

注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。

監査のプロパティのプロパティが含まれるクラス。

プロパティ

プロパティ 説明
displayName 文字列型 (String) 表示名。
oldValue 文字列型 (String) 以前の値。
newValue 文字列型 (String) 新しい値。

リレーションシップ

なし

JSON 表記

以下は、リソースの JSON 表記です。

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