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 ContentIsShared parameter specifies a condition for the DLP rule that looks for documents that are shared. It applies only to OneDrive for Business workload.
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.
The DocumentCreatedBy parameter specifies a condition for the DLP rule that looks for documents that are created by the specificed identity. This applies to Sharepoint and Onedrive workloads
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.
The DocumentCreatedByMemberOf parameter specifies a condition for the DLP rule that looks for documents that are created by someone who is a member of the specificed identity. This applies to Sharepoint and Onedrive workloads
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.
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.
This is the exception version of DocumentCreatedBy predicate
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.
This is the exception version of DocumentCreatedByMemberOf
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.
0 commit comments