次の方法で共有


ManagedIdentityCredential interface

ユーザー マネージド ID の資格情報

Extends

プロパティ

credentialType

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

managedIdentityType

ManagedIdentityCredential ID の種類

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 ID の種類

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