Microsoft Graph · Schema

watermarkProtectionValues

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name 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.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphwatermarkprotectionvalues-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.watermarkProtectionValues",
  "title": "watermarkProtectionValues",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "isEnabledForContentSharing": {
      "type": "boolean",
      "description": "Indicates whether to apply a watermark to any shared content.",
      "nullable": true
    },
    "isEnabledForVideo": {
      "type": "boolean",
      "description": "Indicates whether to apply a watermark to everyone's video feed.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}