“id” 和 “appId” 在 “az ad app list” 中有什么区别?

huangapple go评论64阅读模式
英文:

What's the difference between id and appId in az ad app list?

问题

IdAppId 之间的区别是什么?

英文:

Considering the command az ad app list -o table

az ad app list -o table
DisplayName                    Id                                    AppId                                 CreatedDateTime
-----------------------------  ------------------------------------  ------------------------------------  --------------------
azure-cli-...                  123                                   789                                   2023-02-13T19:30:21Z
azure-cli-...                  456                                   567                                   2023-02-13T19:30:47Z

What is the difference between the Id of an app and its AppId?

答案1

得分: 1

id 是目录应用对象的标识符,而 appIdclient的标识符。您使用前者来管理您的应用程序对象,使用后者来进行身份验证或获取令牌。

英文:

id is the directory application object id while appId is the client Id. You use the former to manage your application object and the latter to authenticate or get tokens.

huangapple
  • 本文由 发表于 2023年2月14日 03:22:46
  • 转载请务必保留本文链接:https://go.coder-hub.com/75440376.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定