Skip to content

Latest commit

 

History

History
62 lines (47 loc) · 2.89 KB

File metadata and controls

62 lines (47 loc) · 2.89 KB
title recommendLabelAction resource type (deprecated)
description Represents a label that should be recommended to the user for application to the file based on sensitive information types. Deprecated.
ms.localizationpriority medium
author tommoser
ms.subservice security
doc_type resourcePageType
ms.date 07/22/2024

recommendLabelAction resource type (deprecated)

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

[!INCLUDE informationprotection-deprecate]

Represents a label that should be recommended to the user for application to the file based on discovered sensitive information types. The evaluateClassificationResults may return a recommendLabelAction if the Microsoft Purview Information Protection labeling policy is set to recommend and label rather than enforce a label. The user or appliation may choose to ignore or accept the recommendation.

Properties

Property Type Description
actionSource String The possible values are: manual, automatic, recommended, default.
actions informationProtectionAction collection Actions to take if the label is accepted by the user.
label labelDetails The label that is being recommended.
responsibleSensitiveTypeIds Guid collection The sensitive information type GUIDs that caused the recommendation to be given.

JSON representation

The following JSON representation shows the resource type.

{
  "actionSource": "String",
  "actions": [{"@odata.type": "microsoft.graph.informationProtectionAction"}],
  "label": {"@odata.type": "microsoft.graph.labelDetails"},
  "responsibleSensitiveTypeIds": ["Guid"]
}