removeWatermarkAction resource type
Namespace: microsoft.graph.security
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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 might 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.
Inherits from informationProtectionAction.
Properties
Property | Type | Description |
---|---|---|
uiElementNames | String collection | The name of the UI element of watermark to be removed. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.removeWatermarkAction",
"uiElementNames": [
"String"
]
}