共用方式為


Remove-AzADAppPermission

拿掉 API 許可權。

語法

Remove-AzADAppPermission
      -PermissionId <Guid>
      -ObjectId <Guid>
      [-DefaultProfile <PSObject>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Remove-AzADAppPermission
      -PermissionId <Guid>
      -ApplicationId <Guid>
      [-DefaultProfile <PSObject>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

拿掉 API 許可權。

範例

範例 1:移除 API 許可權

Remove-AzADAppPermission -ObjectId 9cc74d5e-1162-4b90-8696-65f3d6a3f7d0 -PermissionId 5f8c59db-677d-491f-a6b8-5f174b11ec1d

從 AD 應用程式移除Microsoft圖形 API 的委派許可權 “Group.Read.All”(9cc74d5e-1162-4b90-8696-65f3d6a3f7d0)

參數

-ApplicationId

Azure AD 指派之應用程式的唯一標識碼。

類型:Guid
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-Confirm

執行 Cmdlet 之前先提示您確認。

類型:SwitchParameter
別名:cf
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-DefaultProfile

用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。

類型:PSObject
別名:AzContext, AzureRmContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-ObjectId

Azure AD 中的唯一標識符。

類型:Guid
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-PermissionId

資源應用程式公開的其中一個 oauth2PermissionScopes 或 appRole 實例的唯一標識符。

類型:Guid
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-WhatIf

顯示執行 Cmdlet 後會發生的情況。 未執行 Cmdlet。

類型:SwitchParameter
別名:wi
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

輸出

Boolean

備註

別名