Get-AzADAppPermission
列出應用程式所要求的 API 許可權。
語法
Get-AzADAppPermission
-ObjectId <Guid>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzADAppPermission
-ApplicationId <Guid>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
列出應用程式所要求的 API 許可權。
範例
範例 1:取得 API 許可權
Get-AzADAppPermission -ObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb
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
擷取 Azure AD 物件 aaaaaaaaaa-0000-1111-2222-bbbbbb 的所有 API 許可權
參數
-ApplicationId
應用程式識別碼。
類型: | Guid |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-DefaultProfile
用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | PSObject |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-ObjectId
應用程式的物件識別碼。
類型: | Guid |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |