| title | labelingOptions resource type (deprecated) |
|---|---|
| description | Represents the labeling options that can be provided to the evaluation APIs. 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 labeling options that can be provided to the evaluation APIs. labelingOptions must be passed in to the evaluateApplication API to specify details about the label that is to be applied.
| Property | Type | Description |
|---|---|---|
| assignmentMethod | String | The possible values are: standard, privileged, auto. |
| downgradeJustification | downgradeJustification | The downgrade justification object that indicates if downgrade was justified and, if so, the reason. |
| extendedProperties | keyValuePair collection | Extended properties will be parsed and returned in the standard MIP labeled metadata format as part of the label information. |
| labelId | Guid | The GUID of the label that should be applied to the information. |
The following JSON representation shows the resource type.
{
"assignmentMethod": "String",
"downgradeJustification": {"@odata.type": "microsoft.graph.downgradeJustification"},
"extendedProperties": [{"@odata.type": "microsoft.graph.keyValuePair"}],
"labelId": "Guid"
}