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:
@@ -138,11 +140,13 @@ This example creates a DLP policy for Microsoft 365 Copilot (Preview) in several
138
140
139
141
- The second command stores the GUID value of the sensitivity label in the variable named $guidVar.
140
142
141
-
- The third command creates the DLP policy. The Location value 470f2276-e011-4e9d-a6ec-20768be3a4b0 is Microsoft 365 Copilot. The $loc value needs to be updated depending on what Inclusions/Exclusions scoping you want to provide.
143
+
- The third command stores the Microsoft 365 Copilot location (470f2276-e011-4e9d-a6ec-20768be3a4b0) in the variable named $loc. Update the $loc value based on the Inclusions/Exclusions scoping that you want to provide.
144
+
145
+
- The fourth command creates the DLP policy. Replace "Policy Name" with the name you want to use.
142
146
143
-
- The fourth command creates the variable named $advRule. The advanced rule needs to be updated depending on the grouping of labels you want to provide as input.
147
+
- The fifth command creates the variable named $advRule. The advanced rule needs to be updated depending on the grouping of labels you want to provide as input.
144
148
145
-
- The last command creates the DLP rule. Replace "Policy Name" and "Rule Name" with the values you want to use.
149
+
- The last command creates the DLP rule. Replace "Rule Name" with the name you want to use. Replace "Policy Name" with the name value from the fourth step.
0 commit comments