Skip to content

Commit b414ce3

Browse files
authored
Merge branch 'main' into patch-7
2 parents 2bf5e7d + f9a45bf commit b414ce3

File tree

1 file changed

+37
-8
lines changed

1 file changed

+37
-8
lines changed

exchange/exchange-ps/exchange/New-DlpComplianceRule.md

Lines changed: 37 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,12 @@ Accept wildcard characters: False
680680
```
681681

682682
### -ContentIsNotLabeled
683-
{{ Fill ContentIsNotLabeled Description }}
683+
The ContentIsNotLabeled parameter specifies a condition for the DLP rule that looks for attachments or documents that aren't labeled. Valid values are:
684+
685+
- $true: Look for attachments or documents that aren't labeled.
686+
- $false: Don't look for unlabeled attachments or documents.
687+
688+
In Exchange, this condition is matched only if both the attachment and the message body aren't labeled.
684689

685690
```yaml
686691
Type: Boolean
@@ -696,7 +701,12 @@ Accept wildcard characters: False
696701
```
697702

698703
### -ContentIsShared
699-
{{ Fill ContentIsShared Description }}
704+
The ContentIsNotLabeled parameter specifies a condition for the DLP rule that looks for attachments or documents that aren't labeled. Valid values are:
705+
706+
- $true: Look for attachments or documents that aren't labeled.
707+
- $false: Don't look for unlabeled attachments or documents.
708+
709+
In Exchange, this condition is matched only if both the attachment and the message body aren't labeled.
700710

701711
```yaml
702712
Type: Boolean
@@ -769,7 +779,9 @@ Accept wildcard characters: False
769779
```
770780

771781
### -DocumentCreatedBy
772-
{{ Fill DocumentCreatedBy Description }}
782+
The DocumentCreatedBy parameter specifies a condition for the DLP rule that looks for documents that are created by the specificed identity. You can specify multiple values separated by commas.
783+
784+
This parameter applies to Sharepoint and Onedrive workloads.
773785

774786
```yaml
775787
Type: MultiValuedProperty
@@ -785,7 +797,9 @@ Accept wildcard characters: False
785797
```
786798

787799
### -DocumentCreatedByMemberOf
788-
{{ Fill DocumentCreatedByMemberOf Description }}
800+
The DocumentCreatedByMemberOf parameter specifies a condition for the DLP rule that looks for documents that are created by a member of the specificed group. You can specify multiple values separated by commas.
801+
802+
This parameter applies to Sharepoint and Onedrive workloads.
789803

790804
```yaml
791805
Type: RecipientIdParameter[]
@@ -1182,7 +1196,12 @@ Accept wildcard characters: False
11821196
```
11831197

11841198
### -ExceptIfContentIsShared
1185-
{{ Fill ExceptIfContentIsShared Description }}
1199+
The ContentIsNotLabeled parameter specifies an exception for the DLP rule that looks for attachments or documents that aren't labeled. Valid values are:
1200+
1201+
- $true: Look for attachments or documents that aren't labeled.
1202+
- $false: Don't look for unlabeled attachments or documents.
1203+
1204+
In Exchange, this condition is matched only if both the attachment and the message body aren't labeled.
11861205

11871206
```yaml
11881207
Type: Boolean
@@ -1236,7 +1255,9 @@ Accept wildcard characters: False
12361255
```
12371256

12381257
### -ExceptIfDocumentCreatedBy
1239-
{{ Fill ExceptIfDocumentCreatedBy Description }}
1258+
The DocumentCreatedBy parameter specifies an exception for the DLP rule that looks for documents that are created by the specificed identity. You can specify multiple values separated by commas.
1259+
1260+
This parameter applies to Sharepoint and Onedrive workloads.
12401261

12411262
```yaml
12421263
Type: MultiValuedProperty
@@ -1252,7 +1273,9 @@ Accept wildcard characters: False
12521273
```
12531274

12541275
### -ExceptIfDocumentCreatedByMemberOf
1255-
{{ Fill ExceptIfDocumentCreatedByMemberOf Description }}
1276+
The DocumentCreatedByMemberOf parameter specifies an exception for the DLP rule that looks for documents that are created by a member of the specificed group. You can specify multiple values separated by commas.
1277+
1278+
This parameter applies to Sharepoint and Onedrive workloads.
12561279

12571280
```yaml
12581281
Type: RecipientIdParameter[]
@@ -3285,7 +3308,13 @@ Accept wildcard characters: False
32853308
```
32863309

32873310
### -SharedByIRMUserRisk
3288-
{{ Fill SharedByIRMUserRisk Description }}
3311+
The SharedByIRMUserRisk paramter specifies the risk category of the user performing the violating action. Valid values are:
3312+
3313+
- Elevated Risk Level
3314+
- Moderate Risk Level
3315+
- Minor Risk Level
3316+
3317+
You can specify multiple values separated by commas.
32893318

32903319
```yaml
32913320
Type: MultiValuedProperty

0 commit comments

Comments
 (0)