Skip to content

Commit 4ef0b45

Browse files
authored
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.
1 parent 81590db commit 4ef0b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchange/exchange-ps/exchange/Set-AutoSensitivityLabelRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Accept wildcard characters: False
166166
### -ContentContainsSensitiveInformation
167167
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.
168168

169-
This parameter uses the basic syntax @(@{Name="\<SensitiveInformationType1\>";[minCount="\<Value\>"],@{Name="\<SensitiveInformationType2\>";[minCount="\<Value\>"],...). For example, @(@{Name="U.S. Social Security Number (SSN)"; minCount="2"},@{Name="Credit Card Number"}).
169+
This parameter uses the basic syntax @(@{Name="\<SensitiveInformationType1\>";[minCount="\<Value\>"],@{Name="\<SensitiveInformationType2\>";[minCount="\<Value\>"],...). For example, @(@{Name="U.S. Social Security Number (SSN)"; minCount="2"},@{Name="Credit Card Number"; minCount="1"; minConfidence="85"}).
170170

171171
```yaml
172172
Type: PswsHashtable[]

0 commit comments

Comments
 (0)