Skip to content

Latest commit

 

History

History
65 lines (51 loc) · 2.08 KB

File metadata and controls

65 lines (51 loc) · 2.08 KB
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

addWatermarkAction 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 added to the information, if applicable.

Properties

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.

JSON representation

The following JSON representation shows the resource type.

{
  "fontColor": "String",
  "fontName": "String",
  "fontSize": 1024,
  "layout": "String",
  "text": "String",
  "uiElementName": "String"
}