次の方法で共有


Identity 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: string

プロパティ値

string

userAssignedIdentities

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

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

プロパティ値

{[propertyName: string]: UserIdentityProperties}