Skip to content

Commit 7c7d470

Browse files
authored
Update ContentContainsSensitiveInformation parameter details
1 parent 79cd560 commit 7c7d470

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exchange/exchange-ps/exchange/New-AutoSensitivityLabelRule.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,14 +250,14 @@ Accept wildcard characters: False
250250
```
251251

252252
### -ContentContainsSensitiveInformation
253-
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.
253+
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.
254254

255255
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"})`.
256256

257-
Exact Data Match sensitive types are not supported outside of Groups.
257+
Exact Data Match sensitive information types are supported only groups. For example:
258258

259-
To use groups:
260259
`@(@{operator="And"; groups=@(@{name="Default"; operator="Or"; sensitivetypes=@(@{id="<<EDM SIT Id>>"; name="<<EDM SIT name>>"; maxcount="-1"; classifiertype="ExactMatch"; mincount="100"; confidencelevel="Medium"})})})`
260+
261261
```yaml
262262
Type: PswsHashtable[]
263263
Parameter Sets: (All)

0 commit comments

Comments
 (0)