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

ManagedIdentityCredential interface

用户托管标识的凭据

扩展

属性

credentialType

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

managedIdentityType

ManagedIdentityCredential 标识类型

userManagedIdentityClientId

UAMI 的 ClientId。 对于 ManagedIdentityType = SystemManaged,此字段为 null。

userManagedIdentityPrincipalId

UAMI 的 PrincipalId。 对于 ManagedIdentityType = SystemManaged,此字段为 null。

userManagedIdentityResourceId

ID 的完整臂范围。对于 ManagedIdentityType = SystemManaged,此字段为 null。

userManagedIdentityTenantId

UAMI 的 TenantId。 对于 ManagedIdentityType = SystemManaged,此字段为 null。

属性详细信息

credentialType

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

credentialType: "ManagedIdentity"

属性值

"ManagedIdentity"

managedIdentityType

ManagedIdentityCredential 标识类型

managedIdentityType?: string

属性值

string

userManagedIdentityClientId

UAMI 的 ClientId。 对于 ManagedIdentityType = SystemManaged,此字段为 null。

userManagedIdentityClientId?: string

属性值

string

userManagedIdentityPrincipalId

UAMI 的 PrincipalId。 对于 ManagedIdentityType = SystemManaged,此字段为 null。

userManagedIdentityPrincipalId?: string

属性值

string

userManagedIdentityResourceId

ID 的完整臂范围。对于 ManagedIdentityType = SystemManaged,此字段为 null。

userManagedIdentityResourceId?: string

属性值

string

userManagedIdentityTenantId

UAMI 的 TenantId。 对于 ManagedIdentityType = SystemManaged,此字段为 null。

userManagedIdentityTenantId?: string

属性值

string