From 6dd5c7e9ef8a673baeb85b60087069289c5b003c Mon Sep 17 00:00:00 2001 From: evgenyfedorov2 <25526458+evgenyfedorov2@users.noreply.github.com> Date: Tue, 20 May 2025 10:11:02 +0200 Subject: [PATCH] initial commit --- docs/core/extensions/data-classification.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/core/extensions/data-classification.md b/docs/core/extensions/data-classification.md index 9e73634554090..3cb93b3b37b01 100644 --- a/docs/core/extensions/data-classification.md +++ b/docs/core/extensions/data-classification.md @@ -63,6 +63,10 @@ If you want to share your custom classification taxonomy with other apps, this c lets you compose multiple data classifications into a single set. This allows you classify your data with multiple data classifications. In addition, the .NET redaction APIs make use of a . +> [!NOTE] +> Multiple data classifications going together as a are treated as a single classification. You can think of it as a logical `AND` operation. For example, +if you configured redaction for data classified as a of `PrivateInformation` and `SocialSecurityNumber`, it will not apply to data classified as only `PrivateInformation` or only `SocialSecurityNumber`. + ## Create custom classification attributes Create custom attributes based on your custom classifications. Use these attributes to tag your data with the right classification. Consider the following custom attribute class definition: