Get-PowerAppPolicyUrlPatterns
Retrieves a list of URL patterns for a DLP policy.
Syntax
Get-PowerAppPolicyUrlPatterns
-TenantId <String>
-PolicyName <String>
[-ApiVersion <String>]
[<CommonParameters>]
Description
Get-PolicyUrlPatterns cmdlet gets 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 |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
-PolicyName
The PolicyName's identifier.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
-TenantId
The TenantId's identifier.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |