| title | contentInfo resource type (deprecated) |
|---|---|
| description | Represents the current state of some information that is to be labeled. Deprecated. |
| ms.localizationpriority | medium |
| author | tommoser |
| ms.subservice | security |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
[!INCLUDE informationprotection-deprecate]
Represents the current state of some information that is to be labeled. contentInfo is passed in to the evaluateRemoval, evaluateApplication, and evaluateClassificationResults APIs to describe to the API the current state of the information. This contentInfo detail drives the results on what metadata, content marking, and protection should be added or removed when the label is applied, updated, or removed.
| Property | Type | Description |
|---|---|---|
| format | String | The possible values are: default, email. |
| identifier | String | Identifier used for Azure Information Protection Analytics. |
| metadata | keyValuePair collection | Existing Microsoft Purview Information Protection metadata is passed as key/value pairs, where the key is the MSIP_Label_GUID_PropName. |
| state | String | The possible values are: rest, motion, use. |
The following JSON representation shows the resource type.
{
"format": "String",
"identifier": "String",
"metadata": [{"@odata.type": "microsoft.graph.keyValuePair"}],
"state": "String"
}