You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ApplyDynamicWatermarkingEnabled parameter enables dynamic watermarking for a specific label. This parameter works in conjunction with the DynamicWatermarkDisplay parameter. Valid values are:
458
+
The ApplyDynamicWatermarkingEnabled parameter enables dynamic watermarking for a specific label. Valid values are:
459
459
460
460
- $true: Enables dynamic watermarking for a specific label.
461
461
- $false: Disables dynamic watermarking for a specific label.
462
462
463
+
You set the watermark text with the DynamicWatermarkDisplay parameter.
The DynamicWatermarkDisplay parameter specifies the watermark text to display for a given label when the ApplyDynamicWatermarkingEnabled parameter is set to enabled. Besides free form text the following special tokens can be used to include user/device specific information in the watermark:
716
+
The DynamicWatermarkDisplay parameter specifies the watermark text to display for a given label. This parameter supports text and the following special tokens:
717
+
718
+
- `${Consumer.PrincipalName}`: Required. The value is the user principal name (UPN) of the user.
719
+
- `${Device.DateTime}`: Optional. The value is current date/time of the device used to view the document.
715
720
716
-
- ${Consumer.PrincipalName} - this token is required in the watermark text specification, the token will be replaced by the users' UPN
717
-
- ${Device.DateTime} - the token will be replaced with the current date/time of the device used to view the document
721
+
This parameter is meaningful only when the ApplyDynamicWatermarkingEnabled parameter value is $true.
0 commit comments