Skip to content

Commit 9d7918e

Browse files
authored
Merge pull request #197560 from ankitscribbles/View-Classification-details
Adding section about view classification details.
2 parents dd825aa + 25d1dce commit 9d7918e

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

articles/purview/apply-classifications.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This article discusses how to apply classifications on assets.
1414

1515
## Introduction
1616

17-
Classifications can be system or custom types. System classifications are present in Microsoft Purview by default. Custom classifications can be created based on a regular expression pattern. Classifications can be applied to assets either automatically or manually.
17+
Classifications can be system or custom types. System classifications are present in Microsoft Purview by default. Custom classifications can be created based on a regular expression pattern and keyword lists. Classifications can be applied to assets either automatically via scanning or manually.
1818

1919
This document explains how to apply classifications to your data.
2020

@@ -27,9 +27,9 @@ This document explains how to apply classifications to your data.
2727
In Microsoft Purview, you can apply system or custom classifications on a file, table, or column asset. This article describes the steps to manually apply classifications on your assets.
2828

2929
### Apply classification to a file asset
30-
Microsoft Purview can scan and automatically classify documentation files. For example, if you have a file named *multiple.docx* and it has a National ID number in its content, Microsoft Purview adds the classification **EU National Identification Number** to the file asset's detail page.
30+
Microsoft Purview can scan and automatically classify documents. For example, if you have a file named *multiple.docx* and it has a National ID number in its content, Microsoft Purview adds the classification **EU National Identification Number** to the file asset's detail page.
3131

32-
In some scenarios, you might want to manually add classifications to your file asset. If you have multiple files that are grouped into a resource set, add classifications at the resource set level.
32+
In some scenarios, you might want to manually add classifications to your file asset or if you have multiple files that are grouped into a resource set, add classifications at the resource set level.
3333

3434
Follow these steps to add a custom or system classification to a partition resource set:
3535

@@ -93,6 +93,17 @@ To add a classification to a column:
9393

9494
:::image type="content" source="./media/apply-classifications/confirm-classification-added.png" alt-text="Screenshot showing how to confirm that a classification was added to a column schema.":::
9595

96+
## View classification details
97+
Microsoft Purview captures important details like who applied a classification and when it was applied. To view the details, hover over the classification to revel the Classification details card. The classification details card shows the following information:
98+
- Classification name - Name of the classification applied on the asset or column.
99+
- Applied by - Who applied the classification. Possible values are scan and user name.
100+
- Applied time - Local timestamp when the classification was applied via scan or manually.
101+
- Classification type - System or custom.
102+
103+
Users with *Data Curator* role will see additional details for classifications that were applied automatically via scan. These details will include sample count that the scanner read to classify the data and distinct data count in the sample that the scanner found.
104+
105+
:::image type="content" source="./media/apply-classifications/view-classification-detail.png" alt-text="Screenshot showing how to view classification detail.":::
106+
96107
## Impact of rescanning on existing classifications
97108

98109
Classifications are applied the first time, based on sample set check on your data and matching it against the set regex pattern. At the time of rescan, if new classifications apply, the column gets additional classifications on it. Existing classifications stay on the column, and must be removed manually.
60 KB
Loading

0 commit comments

Comments
 (0)