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 that applies encryption. Valid values are:
459
+
460
+
- $true: Enables dynamic watermarking for a specific label.
461
+
- $false: Disables dynamic watermarking for a specific label.
462
+
463
+
You set the watermark text with the DynamicWatermarkDisplay parameter. For more information about using dynamic watermarks for supported apps, see [Dynamic watermarks](https://learn.microsoft.com/purview/encryption-sensitivity-labels#dynamic-watermarks).
464
+
465
+
```yaml
466
+
Type: System.Boolean
467
+
Parameter Sets: (All)
468
+
Aliases:
469
+
Applicable: Security & Compliance
470
+
471
+
Required: False
472
+
Position: Named
473
+
Default value: None
474
+
Accept pipeline input: False
475
+
Accept wildcard characters: False
476
+
```
477
+
455
478
### -ApplyWaterMarkingEnabled
456
479
The ApplyWaterMarkingEnabled parameter enables or disables the Apply Watermarking Header action for the label. Valid values are:
457
480
@@ -689,6 +712,27 @@ Accept pipeline input: False
689
712
Accept wildcard characters: False
690
713
```
691
714
715
+
### -DynamicWatermarkDisplay
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.
720
+
721
+
This parameter is meaningful only when the ApplyDynamicWatermarkingEnabled parameter value is $true.
722
+
723
+
```yaml
724
+
Type: String
725
+
Parameter Sets: (All)
726
+
Aliases:
727
+
Applicable: Security & Compliance
728
+
729
+
Required: False
730
+
Position: Named
731
+
Default value: None
732
+
Accept pipeline input: False
733
+
Accept wildcard characters: False
734
+
```
735
+
692
736
### -EncryptionContentExpiredOnDateInDaysOrNever
693
737
The EncryptionContentExpiredOnDateInDaysOrNever parameter specifies when the encrypted content expires. Valid values are:
0 commit comments