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
This example creates a DLP policy for Microsoft 365 Copilot (Preview) in several steps:
140
+
This example creates a DLP policy for Microsoft 365 Copilot in several steps:
141
141
142
142
- The first command returns information about all sensitivity labels. Select the GUID value of the sensitivity label that you want to use. For example, `e222b65a-b3a8-46ec-ae12-00c2c91b71c0`.
143
143
@@ -320,10 +320,12 @@ The EnforcementPlanes parameter defines the layer where policy actions are run.
320
320
321
321
`-EnforcementPlanes @("<Value>")`.
322
322
323
-
Currently, supported values are:
323
+
Valid values are:
324
324
325
-
- Entra: For use with policies applied to Entra-registered enterprise applications in the organization.
326
325
- Browser: For use with policies applied to unmanaged cloud apps in Edge for Business.
326
+
- CopilotExperiences
327
+
- Entra: For use with policies applied to Entra-registered enterprise applications in the organization.
The Locations parameter specifies to whom, what, and where the DLP policy applies. This parameter uses the following properties:
549
551
550
552
- Workload: What the DLP policy applies to. Use the value `Applications`.
551
-
- Location: Where the DLP policy applies. For Microsoft 365 Copilot, (Preview), use the value `470f2276-e011-4e9d-a6ec-20768be3a4b0`.
553
+
- Location: Where the DLP policy applies. For Microsoft 365 Copilot, use the value `470f2276-e011-4e9d-a6ec-20768be3a4b0`.
552
554
- Inclusions: Who the DLP policy applies to. For users, use the email address in this syntax: `{Type:IndividualResource,Identity:<EmailAddress>}`. For security groups or distribution groups, use the ObjectId value of the group from the Microsoft Entra portal in this syntax: `{Type:Group,Identity:<ObjectId>}`. For the entire tenant, use this value: `{Type:"Tenant",Identity:"All"}`.
553
555
- Exclusions: Exclude security groups, distribution groups, or users from the scope of this DLP policy. For users, use the email address in this syntax: `{Type:IndividualResource,Identity:<EmailAddress>}`. For groups, use the ObjectId value of the group from the Microsoft Entra portal in this syntax: `{Type:Group, Identity:<ObjectId>}`.
0 commit comments