Skip to content

Latest commit

 

History

History
61 lines (47 loc) · 2.69 KB

File metadata and controls

61 lines (47 loc) · 2.69 KB
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

labelingOptions resource type (deprecated)

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.

Properties

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.

JSON representation

The following JSON representation shows the resource type.

{
  "assignmentMethod": "String",
  "downgradeJustification": {"@odata.type": "microsoft.graph.downgradeJustification"},
  "extendedProperties": [{"@odata.type": "microsoft.graph.keyValuePair"}],
  "labelId": "Guid"
}