Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 2.02 KB

File metadata and controls

55 lines (41 loc) · 2.02 KB
title removeWatermarkAction resource type (deprecated)
description Represents an action that specifies the details on the content watermark to be removed from the information, if applicable. Deprecated.
ms.localizationpriority medium
author tommoser
ms.subservice security
doc_type resourcePageType
ms.date 07/22/2024

removeWatermarkAction resource type (deprecated)

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

[!INCLUDE informationprotection-deprecate]

Represents an action that specifies the details on the content watermark to be removed from the information, if applicable. The evaluateApplication, evaluateClassificationResults, or evaluateRemoval APIs may return the removeWatermarkAction if the watermark is to be removed as a result of updating or removing the label. The action instructs the consuming application to remove the specific UI element that contains the previously-applicable content watermark.

Properties

Property Type Description
uiElementNames String collection The name of the UI element of footer to be removed.

JSON representation

The following JSON representation shows the resource type.

{
  "uiElementNames": ["String"]
}