你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CliAccessToken interface

描述从 Azure CLI 检索到的访问令牌。

属性

accessToken

资源的访问令牌

expiresOn

访问令牌过期的时间。

subscription

与令牌关联的 SubscriptionId。

tenant

与令牌关联的 tenantId。

tokenType

令牌类型。 示例:“Bearer”。

属性详细信息

accessToken

资源的访问令牌

accessToken: string

属性值

string

expiresOn

访问令牌过期的时间。

expiresOn: Date

属性值

Date

subscription

与令牌关联的 SubscriptionId。

subscription: string

属性值

string

tenant

与令牌关联的 tenantId。

tenant: string

属性值

string

tokenType

令牌类型。 示例:“Bearer”。

tokenType: string

属性值

string