Get-PowerAppPolicyUrlPatterns
Retrieves a list of URL patterns for a DLP policy.
Syntax
Get-PowerAppPolicyUrlPatterns
-TenantId <String>
-PolicyName <String>
[-ApiVersion <String>]
[<CommonParameters>]
Description
The Get-PolicyUrlPatterns cmdlet retrieves policy URL patterns for the logged in admin's policy. Use Get-Help Get-PolicyUrlPatterns -Examples for more detail.
Examples
EXAMPLE 1
Get-PolicyUrlPatterns -TenantId $TenantId -PolicyName $PolicyName
Retrieves URL patterns for the given policy.
Parameters
-ApiVersion
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 |
-PolicyName
The policy name's identifier.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-TenantId
The tenant identifier.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |