Remove-PowerAppDlpConnectorBlockingPolicy
Deletes the connector blocking policy for the tenant if it exists.
PowerShell
Remove-PowerAppDlpConnectorBlockingPolicy
-TenantId <String>
-PolicyId <String>
[-ApiVersion <String>]
[<CommonParameters>]
The Remove-PowerAppDlpConnectorBlockingPolicy cmdlet deletes the connector blocking policy for the tenant. Use Get-Help Remove-PowerAppDlpConnectorBlockingPolicy -Examples for more detail.
PowerShell
Remove-PowerAppDlpConnectorBlockingPolicy -TenantId $TenantId -PolicyId $PolicyId
Deletes the connector blocking policy for the tenant if it exists.
Specifies the Api version that is called.
Type: | String |
Position: | Named |
Default value: | 2020-06-01 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
The policy identifier.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
The tenant identifier.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |