Remove-AdminPowerAppConditionalAccessAuthenticationContextIds
Removes the authentication context IDs associated with the input app.
Syntax
Remove-AdminPowerAppConditionalAccessAuthenticationContextIds
[-EnvironmentName] <String>
[-AppName] <String>
[[-ApiVersion] <String>]
[<CommonParameters>]
Description
The Remove-AdminPowerAppConditionalAccessAuthenticationContextIds cmdlet removes the authentication context IDs from the input app metadata. These values are used to check against conditional access policies set by the admin in the tenant. Use Get-Help Remove-AdminPowerAppConditionalAccessAuthenticationContextIds -Examples for more detail.
Examples
EXAMPLE 1
Remove-AdminPowerAppConditionalAccessAuthenticationContextIds -EnvironmentName 08b4e32a-4e0d-4a69-97da-e1640f0eb7b9 -AppName 3c2f7648-ad60-4871-91cb-b77d7ef3c239
Removes the authentication context IDs associated with the input app '3c2f7648-ad60-4871-91cb-b77d7ef3c239.'
Parameters
-ApiVersion
PowerApps Api version date, defaults to "2021-02-01"
Type: | String |
Position: | 3 |
Default value: | 2021-02-01 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-AppName
App ID of the app to operate on.
Type: | String |
Position: | 2 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-EnvironmentName
Environment ID where the app is located.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |