UserAssignedIdentity interface
サーバーに関連付けられた ID。
プロパティ
| principal |
ユーザー割り当てマネージド ID に関連付けられているサービス プリンシパルのオブジェクトの識別子。 |
| tenant |
サーバーのテナントの識別子。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。 |
| type | サーバーに関連付けられている ID のタイプ。 |
| user |
ユーザー割り当てマネージド ID のマップ。 |
プロパティの詳細
principalId
ユーザー割り当てマネージド ID に関連付けられているサービス プリンシパルのオブジェクトの識別子。
principalId?: string
プロパティ値
string
tenantId
サーバーのテナントの識別子。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。
tenantId?: string
プロパティ値
string
type
サーバーに関連付けられている ID のタイプ。
type: string
プロパティ値
string
userAssignedIdentities
ユーザー割り当てマネージド ID のマップ。
userAssignedIdentities?: {[propertyName: string]: UserIdentity}
プロパティ値
{[propertyName: string]: UserIdentity}