次の方法で共有


UserAssignedIdentity interface

サーバーに関連付けられた ID。

プロパティ

principalId

ユーザー割り当てマネージド ID に関連付けられているサービス プリンシパルのオブジェクトの識別子。

tenantId

サーバーのテナントの識別子。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

type

サーバーに関連付けられている ID のタイプ。

userAssignedIdentities

ユーザー割り当てマネージド ID のマップ。

プロパティの詳細

principalId

ユーザー割り当てマネージド ID に関連付けられているサービス プリンシパルのオブジェクトの識別子。

principalId?: string

プロパティ値

string

tenantId

サーバーのテナントの識別子。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

tenantId?: string

プロパティ値

string

type

サーバーに関連付けられている ID のタイプ。

type: string

プロパティ値

string

userAssignedIdentities

ユーザー割り当てマネージド ID のマップ。

userAssignedIdentities?: {[propertyName: string]: UserIdentity}

プロパティ値

{[propertyName: string]: UserIdentity}