Skip to content

Commit c13961e

Browse files
authored
Merge pull request #12573 from tiffanyyumsft/patch-17
Update Set-AutoSensitivityLabelRule.md
2 parents f4ad780 + 2a6546b commit c13961e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,10 @@ The ContentContainsSensitiveInformation parameter specifies a condition for the
238238

239239
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"})`.
240240

241+
Exact Data Match sensitive types are not supported outside of Groups.
242+
243+
To use groups: `@(@{operator="And"; groups=@(@{name="Default"; operator="Or"; sensitivetypes=@(@{id="<<EDM SIT Id>>"; name="<<EDM SIT name>>"; maxcount="-1"; classifiertype="ExactMatch"; mincount="100"; confidencelevel="Medium"})})})`
244+
241245
```yaml
242246
Type: PswsHashtable[]
243247
Parameter Sets: (All)

0 commit comments

Comments
 (0)