Skip to content

Commit 3f87b12

Browse files
authored
[DLP] Sublabel limitation (cloudflare#26474)
1 parent a749ff8 commit 3f87b12

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

src/content/docs/cloudflare-one/data-loss-prevention/dlp-profiles/integration-profiles.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ sidebar:
55
order: 4
66
---
77

8+
import { Render } from "~/components";
9+
810
:::note
911

1012
Integration profiles require [Cloudflare CASB](/cloudflare-one/integrations/cloud-and-saas/).
@@ -18,6 +20,8 @@ Detection entries in integration profiles are managed by the third-party platfor
1820

1921
Microsoft provides [Purview Information Protection sensitivity labels](https://learn.microsoft.com/en-us/purview/sensitivity-labels) to classify and protect sensitive data.
2022

23+
<Render file="dlp/mip-nested-labels-limitation" product="cloudflare-one" />
24+
2125
### Setup
2226

2327
To add MIP sensitivity labels to a DLP Profile, simply integrate your Microsoft account with [Cloudflare CASB](/cloudflare-one/integrations/cloud-and-saas/microsoft-365/). A new integration profile will appear under **Data loss prevention** > **DLP profiles**. The profile is named **MIP Sensitivity Labels** followed by the name of the CASB integration.
@@ -26,4 +30,4 @@ MIP sensitivity labels can also be added to a [custom DLP profile](/cloudflare-o
2630

2731
### Syncing
2832

29-
Allow 24 hours for label additions and edits in your Microsoft account to propagate to Cloudflare DLP. At this time, deletions in your Microsoft account will not delete entries in your Cloudflare DLP Profile.
33+
Allow 24 hours for label additions and edits in your Microsoft account to propagate to Cloudflare DLP. Deletions in your Microsoft account will not delete entries in your Cloudflare DLP Profile.

src/content/docs/cloudflare-one/integrations/cloud-and-saas/microsoft-365/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ To learn more about each permission, refer to the [Microsoft Graph permissions d
111111
## Microsoft Information Protection (MIP) sensitivity labels
112112

113113
:::note
114-
115-
Requires [Cloudflare DLP](/cloudflare-one/data-loss-prevention/).
116-
114+
Requires [Cloudflare Data Loss Prevention (DLP)](/cloudflare-one/data-loss-prevention/).
117115
:::
118116

119117
Microsoft provides [MIP sensitivity labels](https://learn.microsoft.com/en-us/microsoft-365/compliance/sensitivity-labels?view=o365-worldwide) to classify and protect sensitive data. When you add the CASB Microsoft 365 integration, Cloudflare will automatically retrieve the labels from your Microsoft account and populate them in a [DLP Profile](/cloudflare-one/data-loss-prevention/dlp-profiles/integration-profiles/).
118+
119+
<Render file="dlp/mip-nested-labels-limitation" product="cloudflare-one" />
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
{}
3+
---
4+
5+
:::caution
6+
DLP does not filter or log [MIP sublabels](https://learn.microsoft.com/purview/sensitivity-labels#sublabels-that-use-parent-labels-or-label-groups). Only top-level sensitivity labels will be detected, filtered, and logged.
7+
8+
To ensure DLP will detect and filter all sensitive data, use only [MIP top-level labels](https://learn.microsoft.com/purview/sensitivity-labels#top-level-labels).
9+
:::

0 commit comments

Comments
 (0)