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
**Note**: This parameter is currently in Public Preview, isn't available in all organizations, and is subject to change.
477
+
478
+
The ApplyDynamicWatermarkingEnabled parameter enables dynamic watermarking for a specific label that applies encryption. Valid values are:
479
+
480
+
- $true: Enables dynamic watermarking for a specific label.
481
+
- $false: Disables dynamic watermarking for a specific label.
482
+
483
+
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).
484
+
485
+
```yaml
486
+
Type: System.Boolean
487
+
Parameter Sets: (All)
488
+
Aliases:
489
+
Applicable: Security & Compliance
490
+
491
+
Required: False
492
+
Position: Named
493
+
Default value: None
494
+
Accept pipeline input: False
495
+
Accept wildcard characters: False
496
+
```
497
+
473
498
### -ApplyWaterMarkingEnabled
474
499
The ApplyWaterMarkingEnabled parameter enables or disables the Apply Watermarking Header action for the label. Valid values are:
475
500
@@ -691,6 +716,28 @@ Accept pipeline input: False
691
716
Accept wildcard characters: False
692
717
```
693
718
719
+
### -DynamicWatermarkDisplay
720
+
**Note**: This parameter is currently in Public Preview, isn't available in all organizations, and is subject to change.
721
+
722
+
The DynamicWatermarkDisplay parameter specifies the watermark text to display for a given label. This parameter supports text and the following special tokens:
723
+
724
+
- `${Consumer.PrincipalName}`: Required. The value is the user principal name (UPN) of the user.
725
+
726
+
This parameter is meaningful only when the ApplyDynamicWatermarkingEnabled parameter value is $true.
727
+
728
+
```yaml
729
+
Type: String
730
+
Parameter Sets: (All)
731
+
Aliases:
732
+
Applicable: Security & Compliance
733
+
734
+
Required: False
735
+
Position: Named
736
+
Default value: None
737
+
Accept pipeline input: False
738
+
Accept wildcard characters: False
739
+
```
740
+
694
741
### -EncryptionAipTemplateScopes
695
742
The EncryptionAipTemplateScopes parameter specifies that the label is still published and usable in the AIP classic client. An example value is `"['[email protected]','[email protected]']"`.
**Note**: This parameter is currently in Public Preview, isn't available in all organizations, and is subject to change.
719
+
716
720
The DynamicWatermarkDisplay parameter specifies the watermark text to display for a given label. This parameter supports text and the following special tokens:
717
721
718
722
- `${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
723
721
724
This parameter is meaningful only when the ApplyDynamicWatermarkingEnabled parameter value is $true.
0 commit comments