Remove-PowerAppDlpPolicyExemptResources
Deletes the specific DLP policy exempt resources by TenantId
and PolicyName
.
Syntax
Default (Default)
Remove-PowerAppDlpPolicyExemptResources
-TenantId <String>
-PolicyName <String>
[-ApiVersion <String>]
[<CommonParameters>]
Description
The Remove-PowerAppDlpPolicyExemptResources cmdlet deletes exempt resources for a DLP policy. Use Get-Help Remove-PowerAppDlpPolicyExemptResources -Examples for more detail.
Examples
EXAMPLE 1
Remove-PowerAppDlpPolicyExemptResources -TenantId $TenantId -PolicyName $PolicyName
Deletes exempt resources for the specified DLP 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 with the specified policy ID is deleted.
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: | True |
Value from remaining arguments: | False |
-TenantId
The policy with the specified tenant ID is deleted.
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.