Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.dataClassificationService.contract
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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.
Properties
Property | Type | Description |
---|---|---|
(dynamic) | String | Represents dynamically added key-value pairs of custom content metadata. Keys are property names, values must be strings. |
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",
"ProjectCode": "Alpha",
"Department": "Finance"
}