Get-AdminPowerAppConditionalAccessAuthenticationContextIds
Gets the authentication context IDs attached to the app.
Syntax
Get-AdminPowerAppConditionalAccessAuthenticationContextIds
[-EnvironmentName] <String>
[-AppName] <String>
[[-ApiVersion] <String>]
[<CommonParameters>]
Description
The Get-AdminPowerAppConditionalAccessAuthenticationContextIds cmdlet returns information about all authentication context IDs attached to the specified app. These values are used to check against conditional access policies set by the admin in the tenant. Use Get-Help Get-AdminPowerAppConditionalAccessAuthenticationContextIds -Examples for more detail.
Examples
EXAMPLE 1
Get-AdminPowerAppConditionalAccessAuthenticationContextIds -EnvironmentName 643268a6-c680-446f-b8bc-a3ebbf98895f -AppName fc947231-728a-4a74-a654-64b0f22a0d71
Returns all authentication context ids attached to the app 'fc947231-728a-4a74-a654-64b0f22a0d71' if any.
Parameters
-ApiVersion
The api version to call with.
Type: | String |
Position: | 3 |
Default value: | 2021-02-01 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-AppName
App to list connectors for.
Type: | String |
Position: | 2 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-EnvironmentName
Environment ID where the specified app is located.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |