次の方法で共有


ManagedServiceIdentityOutput interface

マネージド サービス ID。

プロパティ

principalId

マネージド サービス ID のプリンシパル ID。

tenantId

マネージド サービス ID のテナント。

type

マネージド サービス ID の種類。

userAssignedIdentities

リソースに関連付けられているユーザー割り当て ID の一覧。 ユーザー ID ディクショナリ のキー参照は、'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} という形式の ARM リソース ID になります。

プロパティの詳細

principalId

マネージド サービス ID のプリンシパル ID。

principalId?: string

プロパティ値

string

tenantId

マネージド サービス ID のテナント。

tenantId?: string

プロパティ値

string

type

マネージド サービス ID の種類。

type?: "None" | "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned"

プロパティ値

"None" | "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned"

userAssignedIdentities

リソースに関連付けられているユーザー割り当て ID の一覧。 ユーザー ID ディクショナリ のキー参照は、'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} という形式の ARM リソース ID になります。

userAssignedIdentities?: Record<string, UserAssignedIdentityOutput>

プロパティ値

Record<string, UserAssignedIdentityOutput>