Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 1.19 KB

File metadata and controls

46 lines (38 loc) · 1.19 KB
title structuredDataEntry resource type
description Represents a single key-value pair of userConfiguration objects.
author daiyue-microsoft
ms.date 11/05/2025
ms.localizationpriority medium
ms.subservice outlook
doc_type resourcePageType

structuredDataEntry resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a single key-value pair of userConfiguration objects.

Properties

Property Type Description
keyEntry structuredDataEntryTypedValue The key entry.
valueEntry structuredDataEntryTypedValue The value entry.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.structuredDataEntry",
  "keyEntry": {
    "@odata.type": "microsoft.graph.structuredDataEntryTypedValue"
  },
  "valueEntry": {
    "@odata.type": "microsoft.graph.structuredDataEntryTypedValue"
  }
}