From 4ef0b45be62dec8fa431192ffd159cee7f42d3af Mon Sep 17 00:00:00 2001 From: maravedi Date: Tue, 1 Dec 2020 12:50:51 -0500 Subject: [PATCH] Update Set-AutoSensitivityLabelRule.md Appended the additional property "minConfidence" to the example for the -ContentContainsSensitiveInformation parameter. Without specifying this the default value is "-1" when the command is executed. --- exchange/exchange-ps/exchange/Set-AutoSensitivityLabelRule.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchange/exchange-ps/exchange/Set-AutoSensitivityLabelRule.md b/exchange/exchange-ps/exchange/Set-AutoSensitivityLabelRule.md index 495bd32a3b..2adc58c4cd 100644 --- a/exchange/exchange-ps/exchange/Set-AutoSensitivityLabelRule.md +++ b/exchange/exchange-ps/exchange/Set-AutoSensitivityLabelRule.md @@ -166,7 +166,7 @@ Accept wildcard characters: False ### -ContentContainsSensitiveInformation The ContentContainsSensitiveInformation parameter specifies a condition for the rule that's based on a sensitive information type match in content. The rule is applied to content that contains the specified sensitive information type. -This parameter uses the basic syntax @(@{Name="\";[minCount="\"],@{Name="\";[minCount="\"],...). For example, @(@{Name="U.S. Social Security Number (SSN)"; minCount="2"},@{Name="Credit Card Number"}). +This parameter uses the basic syntax @(@{Name="\";[minCount="\"],@{Name="\";[minCount="\"],...). For example, @(@{Name="U.S. Social Security Number (SSN)"; minCount="2"},@{Name="Credit Card Number"; minCount="1"; minConfidence="85"}). ```yaml Type: PswsHashtable[]