File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: "Custom connector parity | MicrosoftDocs"
33description : About allowing makers to create and share custom connectors.
44ms.service : power-platform
55ms.topic : conceptual
6- ms.date : 09/08 /2021
6+ ms.date : 11/16 /2021
77ms.subservice : admin
88author : mikferland-msft
99ms.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
8588Get-PowerAppPolicyUrlPatterns -TenantId -PolicyName
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: About fine-grained controls such as the ability to block specific c
44ms.service : power-platform
55ms.component : pa-admin
66ms.topic : conceptual
7- ms.date : 09/21 /2021
7+ ms.date : 11/16 /2021
88ms.subservice : admin
99author : mikferland-msft
1010ms.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 = @(
You can’t perform that action at this time.
0 commit comments