Skip to content

Latest commit

 

History

History
61 lines (46 loc) · 1.23 KB

File metadata and controls

61 lines (46 loc) · 1.23 KB
title modifiedProperty resource type
description Describes the changes performed in the target system.
ms.localizationpriority medium
author FaithOmbongi
ms.subservice entra-directory-management
doc_type resourcePageType
ms.date 07/22/2024

modifiedProperty resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Describes the changes performed in the target system.

Properties

Property Type Description
displayName String Name of property that was modified.
newValue String New property value.
oldValue String Old property value.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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