Modifica

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. This object is configured in the modifiedProperties property of provisioningObjectSummary and targetResource.

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"
}