Get-PowerAppDlpErrorSettings
Fetches the error settings for the tenant if present otherwise returns null.
Syntax
Get-PowerAppDlpErrorSettings
-TenantId <String>
[-ApiVersion <String>]
[<CommonParameters>]
Description
The Get-PowerAppDlpErrorSettings cmdlet returns error settings for the logged in tenant admin user. Use Get-Help Get-PowerAppDlpErrorSettings -Examples for more detail.
Examples
EXAMPLE 1
Get-PowerAppDlpErrorSettings -TenantId $TenantId
Fetches the error settings for the tenant if it exists otherwise returns null.
Parameters
-ApiVersion
Specifies the Api version that is called.
Type: | String |
Position: | Named |
Default value: | 2020-06-01 |
Required: | False |
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 |