Get-AzADAppPermission

Een lijst met API-machtigingen die de toepassing heeft aangevraagd.

Syntax

Get-AzADAppPermission
   -ObjectId <Guid>
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzADAppPermission
   -ApplicationId <Guid>
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]

Description

Een lijst met API-machtigingen die de toepassing heeft aangevraagd.

Voorbeelden

Voorbeeld 1: API-machtiging ophalen

Get-AzADAppPermission -ObjectId 18797549-86a9-4906-b2a9-54f08cd3c427

ApiId                                Id                                   Type
-----                                --                                   ----
00000003-0000-0000-c000-000000000000 df021288-bdef-4463-88db-98f22de89214 Scope
00000003-0000-0000-c000-000000000000 5b567255-7703-4780-807c-7be8301ae99b Scope

Haalt alle API-machtigingen van Azure AD-object 18797549-86a9-4906-b2a9-54f08cd3c427 op

Parameters

-ApplicationId

De toepassings-id.

Type:Guid
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-DefaultProfile

De referenties, accounts, tenants en abonnementen die worden gebruikt voor communicatie met Azure.

Type:PSObject
Aliases:AzContext, AzureRmContext, AzureCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ObjectId

De object-id van de toepassing.

Type:Guid
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

Uitvoerwaarden

MicrosoftGraphApplicationApiPermission

Notities

ALIASSEN