Skip to content

Commit 79cd560

Browse files
Update New-AutoSensitivityLabelRule.md
update docs based on escalation for by design limitation of using edm sits
1 parent b3fd2fc commit 79cd560

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,10 +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.
258+
259+
To use groups:
260+
`@(@{operator="And"; groups=@(@{name="Default"; operator="Or"; sensitivetypes=@(@{id="<<EDM SIT Id>>"; name="<<EDM SIT name>>"; maxcount="-1"; classifiertype="ExactMatch"; mincount="100"; confidencelevel="Medium"})})})`
257261
```yaml
258262
Type: PswsHashtable[]
259263
Parameter Sets: (All)

0 commit comments

Comments
 (0)