Skip to content

Commit b7cfeeb

Browse files
author
cabailey
committed
add LogMatchedContent - confirmed needed
1 parent 62806cd commit b7cfeeb

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

exchange/docs-conceptual/client-advanced-settings.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ The advanced settings that are supported by sensitivity labels built into Micros
4141
|[EnableCustomPermissionsForCustomProtectedFiles](#enablecustompermissionsforcustomprotectedfiles)|For files encrypted with custom permissions, always display custom permissions to users in File Explorer|
4242
|[EnableGlobalization](#enableglobalization) |Turn on classification globalization features|
4343
|[JustificationTextForUserText](#justificationtextforusertext) |Customize justification prompt texts for modified labels|
44+
|[LogMatchedContent](#logmatchedcontent)|Send information type matches to Microsoft Purview|
4445
|[PFileSupportedExtensions](#pfilesupportedextensions)|Change which file types to protect|
4546
|[ReportAnIssueLink](#reportanissuelink) |Add "Report an Issue" for users|
4647
|[ScannerMaxCPU](#scannermaxcpu) |Limit CPU consumption|
@@ -220,6 +221,21 @@ Example PowerShell command, where your label policy is named "Global":
220221
Set-LabelPolicy -Identity Global -AdvancedSettings @{JustificationTextForUserText="Other (please explain) - Do not enter sensitive info"}
221222
```
222223

224+
## LogMatchedContent
225+
226+
By default, the information protection client doesn't send content matches for sensitive info types to Microsoft Purview, which can then be displayed in [activity explorer](/purview/data-classification-activity-explorer). For more information about this additional information that can be sent, see [Content matches for deeper analysis](/azure/information-protection/reports-aip#content-matches-for-deeper-analysis).
227+
228+
To send content matches when sensitive information types are sent, use the following advanced setting in a label policy:
229+
230+
- Key: **LogMatchedContent**
231+
232+
- Value: **True**
233+
234+
Example PowerShell command, where your label policy is named "Global":
235+
236+
```PowerShell
237+
Set-LabelPolicy -Identity Global -AdvancedSettings @{LogMatchedContent="True"}
238+
```
223239

224240
## PFileSupportedExtensions
225241

0 commit comments

Comments
 (0)