| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a single key-value pair of userConfiguration objects.
| Property | Type | Description |
|---|---|---|
| keyEntry | structuredDataEntryTypedValue | The key entry. |
| valueEntry | structuredDataEntryTypedValue | The value entry. |
None.
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"
}
}