watermarkProtectionValues resource type

Namespace: microsoft.graph

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.

Indicates whether a watermark is enabled for different content types.

These flags indicate that a watermark is enabled for this particular meeting. Any clients that don't support watermarks will have a restricted (audio-only) experience in the meeting.

Properties

Property Type Description
isEnabledForContentSharing Boolean Indicates whether to apply a watermark to any shared content.
isEnabledForVideo Boolean Indicates whether to apply a watermark to everyone's video feed.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.watermarkProtectionValues",
  "isEnabledForContentSharing": "Boolean",
  "isEnabledForVideo": "Boolean"
}