Skip to content

Commit a3531e6

Browse files
authored
Merge pull request #4105 from MicrosoftDocs/jimtemp
revised
2 parents 9740a64 + ea80304 commit a3531e6

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

power-platform/admin/dlp-custom-connector-parity.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Custom connector parity | MicrosoftDocs"
33
description: About allowing makers to create and share custom connectors.
44
ms.service: power-platform
55
ms.topic: conceptual
6-
ms.date: 09/08/2021
6+
ms.date: 11/16/2021
77
ms.subservice: admin
88
author: mikferland-msft
99
ms.author: miferlan
@@ -80,6 +80,9 @@ $UrlPatterns = @{
8080
}
8181
```
8282

83+
> [!NOTE]
84+
> In the following cmdlets, *PolicyName* refers to the unique GUID. You can retrieve the DLP GUID by running the **Get-DlpPolicy** cmdlet.
85+
8386
### Retrieve existing custom connector URL patterns for a policy
8487
```powershell
8588
Get-PowerAppPolicyUrlPatterns -TenantId -PolicyName

power-platform/admin/dlp-granular-controls.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: About fine-grained controls such as the ability to block specific c
44
ms.service: power-platform
55
ms.component: pa-admin
66
ms.topic: conceptual
7-
ms.date: 09/21/2021
7+
ms.date: 11/16/2021
88
ms.subservice: admin
99
author: mikferland-msft
1010
ms.author: miferlan
@@ -101,6 +101,9 @@ Goal:
101101
- Block actions TodaysForecast and CurrentWeather of connector MSN Weather; allow all other actions.
102102
- Allow action GetRepositoryById of connector GitHub; block all other actions.
103103

104+
> [!NOTE]
105+
> In the following cmdlet, *PolicyName* refers to the unique GUID. You can retrieve the DLP GUID by running the **Get-DlpPolicy** cmdlet.
106+
104107
```powershell
105108
$ConnectorConfigurations = @{
106109
connectorActionConfigurations = @(
@@ -218,6 +221,9 @@ For the HTTP connector:
218221
- Allow endpoints https://mywebsite.com/allowedPath1 and https://mywebsite.com/allowedPath2
219222
- Deny all other URLs
220223

224+
> [!NOTE]
225+
> In the following cmdlet, *PolicyName* refers to the unique GUID. You can retrieve the DLP GUID by running the **Get-DlpPolicy** cmdlet.
226+
221227
```powershell
222228
$ConnectorConfigurations = @{
223229
endpointConfigurations = @(

0 commit comments

Comments
 (0)