Share via


Get-AdminPowerAppConditionalAccessAuthenticationContextIds

Gets the authentication context IDs attached to the app.

Syntax

Default (Default)

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.

Parameter properties

Type:String
Default value:2021-02-01
Supports wildcards:False
DontShow:False

Parameter sets

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

-AppName

App to list connectors for.

Parameter properties

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

Parameter sets

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

-EnvironmentName

Environment ID where the specified app is located.

Parameter properties

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

Parameter sets

(All)
Position:1
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:True
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.