Skip to content

Commit 1442a80

Browse files
authored
Fix formatting for Exact Data Match types
1 parent 150aab4 commit 1442a80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,9 @@ 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-
To use groups:
243-
`@(@{operator="And"; groups=@(@{name="Default"; operator="Or"; sensitivetypes=@(@{id="<<EDM SIT Id>>"; name="<<EDM SIT name>>"; maxcount="-1"; classifiertype="ExactMatch"; mincount="100"; confidencelevel="Medium"})})})`
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"})})})`
244244

245245
```yaml
246246
Type: PswsHashtable[]

0 commit comments

Comments
 (0)