Get-PowerAppDlpConnectorBlockingPolicy
Fetches the connector blocking policy for the tenant by ID.
Get-PowerAppDlpConnectorBlockingPolicy
-TenantId <String>
-PolicyId <String>
[-ApiVersion <String>]
[<CommonParameters>]
The Get-PowerAppDlpConnectorBlockingPolicy cmdlet retrieves the connector blocking policy for the logged in user and the ID mentioned. Use Get-Help Get-PowerAppDlpConnectorBlockingPolicy -Examples for more detail.
Get-PowerAppDlpConnectorBlockingPolicy -TenantId $tenantId -PolicyId $PolicyId
Fetches the connector blocking policy for the logged in tenant admin recognized by ID otherwise returns null.
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 |