Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1011 Bytes

File metadata and controls

39 lines (31 loc) · 1011 Bytes
title Dictionary resource type
description A dictionary of name-value pairs that allows arbitrary key-value pairs to be stored as open type properties.
author miritsadon
ms.date 07/17/2025
ms.localizationpriority medium
ms.subservice non-product-specific
doc_type resourcePageType

Dictionary resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

A dictionary of name-value pairs that allows arbitrary key-value pairs to be stored as open type properties. This is a base type that other resources can inherit from to support extensible properties.

Base type of extendedProperties.

Properties

None.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.Dictionary"
}