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.
459
+
460
+
The ApplyDynamicWatermarkingEnabled parameter enables dynamic watermarking for a specific label that applies encryption. Valid values are:
461
+
462
+
- $true: Enables dynamic watermarking for a specific label.
463
+
- $false: Disables dynamic watermarking for a specific label.
464
+
465
+
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).
466
+
467
+
```yaml
468
+
Type: System.Boolean
469
+
Parameter Sets: (All)
470
+
Aliases:
471
+
Applicable: Security & Compliance
472
+
473
+
Required: False
474
+
Position: Named
475
+
Default value: None
476
+
Accept pipeline input: False
477
+
Accept wildcard characters: False
478
+
```
479
+
455
480
### -ApplyWaterMarkingEnabled
456
481
The ApplyWaterMarkingEnabled parameter enables or disables the Apply Watermarking Header action for the label. Valid values are:
457
482
@@ -689,6 +714,28 @@ Accept pipeline input: False
689
714
Accept wildcard characters: False
690
715
```
691
716
717
+
### -DynamicWatermarkDisplay
718
+
**Note**: This parameter is currently in Public Preview, isn't available in all organizations, and is subject to change.
719
+
720
+
The DynamicWatermarkDisplay parameter specifies the watermark text to display for a given label. This parameter supports text and the following special tokens:
721
+
722
+
- `${Consumer.PrincipalName}`: Required. The value is the user principal name (UPN) of the user.
723
+
724
+
This parameter is meaningful only when the ApplyDynamicWatermarkingEnabled parameter value is $true.
725
+
726
+
```yaml
727
+
Type: String
728
+
Parameter Sets: (All)
729
+
Aliases:
730
+
Applicable: Security & Compliance
731
+
732
+
Required: False
733
+
Position: Named
734
+
Default value: None
735
+
Accept pipeline input: False
736
+
Accept wildcard characters: False
737
+
```
738
+
692
739
### -EncryptionContentExpiredOnDateInDaysOrNever
693
740
The EncryptionContentExpiredOnDateInDaysOrNever parameter specifies when the encrypted content expires. Valid values are:
0 commit comments