| title | addWatermarkAction resource type (deprecated) |
|---|---|
| description | Represents an action that specifies the details on the content watermark to be added to 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 added to the information, if applicable.
| Property | Type | Description |
|---|---|---|
| fontColor | String | Color of the font to use for the watermark. |
| fontName | String | Name of the font to use for the watermark. |
| fontSize | Int32 | Font size to use for the watermark. |
| layout | String | The possible values are: horizontal, diagonal. |
| text | String | The contents of the watermark itself. |
| uiElementName | String | The name of the UI element where the watermark should be placed. |
The following JSON representation shows the resource type.
{
"fontColor": "String",
"fontName": "String",
"fontSize": 1024,
"layout": "String",
"text": "String",
"uiElementName": "String"
}