| 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 |
Namespace: microsoft.graph
Indicates all the properties on a Microsoft Entra resource that have been modified, including the old and new values.
| 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. |
The following JSON representation shows the resource type.
{
"displayName": "String",
"newValue": "String",
"oldValue": "String"
}