Get-PowerAppPolicyUrlPatterns
Retrieves a list of URL patterns for a DLP policy.
PowerShell
Get-PowerAppPolicyUrlPatterns
-TenantId <String>
-PolicyName <String>
[-ApiVersion <String>]
[<CommonParameters>]
The Get-PolicyUrlPatterns cmdlet retrieves policy URL patterns for the logged in admin's policy. Use Get-Help Get-PolicyUrlPatterns -Examples for more detail.
PowerShell
Get-PolicyUrlPatterns -TenantId $TenantId -PolicyName $PolicyName
Retrieves URL patterns for the given policy.
Specifies the Api version that is called.
Type: | String |
Position: | Named |
Default value: | 2016-11-01 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
The policy name's 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 |