| 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 |
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.
| Property | Type | Description |
|---|---|---|
| uiElementNames | String collection | The name of the UI element of footer to be removed. |
The following JSON representation shows the resource type.
{
"uiElementNames": ["String"]
}