You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/purview/create-a-custom-classification-and-classification-rule.md
+58-2Lines changed: 58 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,13 @@ ms.author: ankitgup
6
6
ms.service: purview
7
7
ms.subservice: purview-data-catalog
8
8
ms.topic: how-to
9
-
ms.date: 12/29/2022
9
+
ms.date: 04/26/2023
10
10
---
11
11
# Custom classifications in Microsoft Purview
12
12
13
13
This article describes how you can create custom classifications to define data types in your data estate that are unique to your organization. It also describes the creation of custom classification rules that let you find specified data throughout your data estate.
14
14
15
-
>[IMPORTANT]
15
+
>[!IMPORTANT]
16
16
>To create a custom classification you need either **data curator** or **data source administrator** permission on a collection. Permissions at any collection level are sufficient.
17
17
>For more information about permissions, see: [Microsoft Purview permissions](catalog-permissions.md).
18
18
@@ -161,6 +161,62 @@ To create a custom classification rule:
161
161
162
162
:::image type="content" source="media/create-a-custom-classification-and-classification-rule/dictionary-generated.png" alt-text="Create dictionary rule, with Dictionary-Generated checkmark." border="true":::
163
163
164
+
## Edit or delete a custom classification
165
+
166
+
To update or edit a custom classification, follow these steps:
167
+
168
+
1. In your Microsoft Purview account, select the **Data map**, and then **Classifications**.
169
+
1. Select the **Custom** tab.
170
+
1. Select the classification you want to edit, then select the **Edit** button.
171
+
172
+
:::image type="content" source="media/create-a-custom-classification-and-classification-rule/select-edit.png" alt-text="Screenshot of the custom classification page, showing a classification selected and the edit button highlighted." border="true":::
173
+
174
+
1. Now can edit the description of this custom classification. Select the **Ok** button when you're finished to save your changes.
175
+
176
+
To delete a custom classification:
177
+
178
+
1. After opening the **Data map**, and then **Classifications**, select the **Custom** tab.
179
+
1. Select the classification you want to delete, or multiple classifications you want to delete, and then select the **Delete** button.
180
+
:::image type="content" source="media/create-a-custom-classification-and-classification-rule/select-delete.png" alt-text="Screenshot of the custom classification page, showing a classification selected and the delete button highlighted." border="true":::
181
+
182
+
You can also edit or delete a classification from inside the classification itself. Just select your classification, then select the **Edit** or **Delete** buttons in the top menu.
183
+
184
+
:::image type="content" source="media/create-a-custom-classification-and-classification-rule/edit-inside-asset.png" alt-text="Screenshot of a custom classification asset page, with the edit and delete buttons highlighted at the top of the page." border="true":::
185
+
186
+
## Enable or disable classification rules
187
+
188
+
1. In your Microsoft Purview account, select the **Data map**, and then **Classification rules**.
189
+
1. Select the **Custom** tab.
190
+
1. You can check the current status of a classification rule by looking at the **Status** column in the table.
191
+
1. Select the classification rule, or multiple classification rules, that you want to enable or disable.
192
+
1. Select either the **Enable** or **Disable** buttons in the top menu.
193
+
194
+
:::image type="content" source="media/create-a-custom-classification-and-classification-rule/enable-or-disable.png" alt-text="Screenshot of the custom classification rule page, showing a classification rule selected and the enable and disable buttons highlighted." border="true":::
195
+
196
+
You can also update the status of a rule when editing the rule.
197
+
198
+
## Edit or delete a classification rule
199
+
200
+
To update or edit a custom classification rule, follow these steps:
201
+
202
+
1. In your Microsoft Purview account, select the **Data map**, and then **Classification rules**.
203
+
1. Select the **Custom** tab.
204
+
1. Select the classification rule you want to edit, then select the **Edit** button.
205
+
206
+
:::image type="content" source="media/create-a-custom-classification-and-classification-rule/select-edit-rule.png" alt-text="Screenshot of the custom classification rule page, showing a classification rule selected and the edit button highlighted." border="true":::
207
+
208
+
1. Now you can edit the state, the description, and the associated classification rule.
209
+
1. Select the **Continue** button.
210
+
1. You can upload a new file for your regular expression or dictionary rule to match against, and update your match threshold and column pattern match.
211
+
1. Select **Apply** to save your changes. Scans will need to be rerun with the new rule to apply changes across your assets.
212
+
213
+
To delete a custom classification:
214
+
215
+
1. After opening the **Data map**, and then **Classification rules**, select the **Custom** tab.
216
+
1. Select the classification rule you want to delete, and then select the **Delete** button.
217
+
218
+
:::image type="content" source="media/create-a-custom-classification-and-classification-rule/select-delete-rule.png" alt-text="Screenshot of the custom classification rule page, showing a classification selected rule and the delete button highlighted." border="true":::
219
+
164
220
## Next steps
165
221
166
222
Now that you've created your classification rule, it's ready to be added to a scan rule set so that your scan uses the rule when scanning. For more information, see [Create a scan rule set](create-a-scan-rule-set.md).
0 commit comments