Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 1.33 KB

File metadata and controls

53 lines (42 loc) · 1.33 KB
title modifiedProperty resource type
description Indicates all the properties on a Microsoft Entra resource that have been modified, including the old and new values.
ms.localizationpriority medium
author egreenberg14
ms.subservice entra-directory-management
doc_type resourcePageType
ms.date 07/22/2024

modifiedProperty resource type

Namespace: microsoft.graph

Indicates all the properties on a Microsoft Entra resource that have been modified, including the old and new values.

Properties

Property Type Description
displayName String Indicates the property name of the target attribute that was changed.
newValue String Indicates the updated value for the propery.
oldValue String Indicates the previous value (before the update) for the property.

JSON representation

The following JSON representation shows the resource type.

{
  "displayName": "String",
  "newValue": "String",
  "oldValue": "String"
}