ManagedIdentityCredential interface
用户托管标识的凭据
- 扩展
属性
credential |
多态鉴别器,它指定此对象可以的不同类型的 |
managed |
ManagedIdentityCredential 标识类型 |
user |
UAMI 的 ClientId。 对于 ManagedIdentityType = SystemManaged,此字段为 null。 |
user |
UAMI 的 PrincipalId。 对于 ManagedIdentityType = SystemManaged,此字段为 null。 |
user |
ID 的完整臂范围。对于 ManagedIdentityType = SystemManaged,此字段为 null。 |
user |
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