次の方法で共有


Get-PowerAppPolicyUrlPatterns

Retrieves a list of URL patterns for a DLP policy.

Syntax

Default (Default)

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.

Parameter properties

Type:String
Default value:2016-11-01
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-PolicyName

The policy name's identifier.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-TenantId

The tenant identifier.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.