Skip to content

Commit f9a45bf

Browse files
authored
Merge pull request #12019 from ybhargav1995/patch-30
Update New-DlpComplianceRule.md
2 parents e27f8ae + 62e2c43 commit f9a45bf

File tree

1 file changed

+31
-7
lines changed

1 file changed

+31
-7
lines changed

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

Lines changed: 31 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,12 @@ Accept wildcard characters: False
701701
```
702702

703703
### -ContentIsShared
704-
{{ 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.
705710

706711
```yaml
707712
Type: Boolean
@@ -774,7 +779,9 @@ Accept wildcard characters: False
774779
```
775780

776781
### -DocumentCreatedBy
777-
{{ 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.
778785

779786
```yaml
780787
Type: MultiValuedProperty
@@ -790,7 +797,9 @@ Accept wildcard characters: False
790797
```
791798

792799
### -DocumentCreatedByMemberOf
793-
{{ 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.
794803

795804
```yaml
796805
Type: RecipientIdParameter[]
@@ -1187,7 +1196,12 @@ Accept wildcard characters: False
11871196
```
11881197

11891198
### -ExceptIfContentIsShared
1190-
{{ 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.
11911205

11921206
```yaml
11931207
Type: Boolean
@@ -1241,7 +1255,9 @@ Accept wildcard characters: False
12411255
```
12421256

12431257
### -ExceptIfDocumentCreatedBy
1244-
{{ 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.
12451261

12461262
```yaml
12471263
Type: MultiValuedProperty
@@ -1257,7 +1273,9 @@ Accept wildcard characters: False
12571273
```
12581274

12591275
### -ExceptIfDocumentCreatedByMemberOf
1260-
{{ 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.
12611279

12621280
```yaml
12631281
Type: RecipientIdParameter[]
@@ -3290,7 +3308,13 @@ Accept wildcard characters: False
32903308
```
32913309

32923310
### -SharedByIRMUserRisk
3293-
{{ 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.
32943318

32953319
```yaml
32963320
Type: MultiValuedProperty

0 commit comments

Comments
 (0)