次の方法で共有


ManagedIdentity interface

クラスは、要求と応答に使用されるマネージド ID を表します

プロパティ

principalId

システム割り当て ID のプリンシパル ID を取得します。 応答でのみ使用されます。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

tenantId

システム割り当て ID のテナント ID を取得します。 応答でのみ使用します。このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

type

id の種類を表します: systemAssigned、userAssigned、None

userAssignedIdentities

ユーザー割り当て ID を取得または設定する

プロパティの詳細

principalId

システム割り当て ID のプリンシパル ID を取得します。 応答でのみ使用されます。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

principalId?: string

プロパティ値

string

tenantId

システム割り当て ID のテナント ID を取得します。 応答でのみ使用します。このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

tenantId?: string

プロパティ値

string

type

id の種類を表します: systemAssigned、userAssigned、None

type?: string

プロパティ値

string

userAssignedIdentities

ユーザー割り当て ID を取得または設定する

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

プロパティ値

{[propertyName: string]: UserAssignedIdentityProperty}