Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.08 KB

File metadata and controls

41 lines (30 loc) · 1.08 KB
title customMetadataDictionary resource type
description Represents a dictionary specifically for storing custom metadata extracted from content, where values must be strings.
author ArunGedela
ms.date 04/08/2025
ms.localizationpriority low
ms.subservice security
doc_type resourcePageType

customMetadataDictionary resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a dictionary specifically for storing custom metadata extracted from content, where values must be strings.

It's an open type but constrained to only accept string values for its dynamic properties. Inherits from the base Org.OData.Core.V1.Dictionary type.

Properties

None.

Relationships

None.

JSON representation

The following JSON representation shows the resource type. Specific properties depend on the custom metadata extracted.

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