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

ManagedIdentityCredential interface

托管标识凭据。

扩展

属性

resourceId

用户分配的托管标识的资源 ID

type

多态鉴别器,它指定此对象可以的不同类型的

继承属性

annotations

可用于描述凭据的标记列表。

description

凭据说明。

属性详细信息

resourceId

用户分配的托管标识的资源 ID

resourceId?: string

属性值

string

type

多态鉴别器,它指定此对象可以的不同类型的

type: "ManagedIdentity"

属性值

"ManagedIdentity"

继承属性详细信息

annotations

可用于描述凭据的标记列表。

annotations?: any[]

属性值

any[]

继承自Credential.annotations

description

凭据说明。

description?: string

属性值

string

继承自Credential.description