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?: ResourceIdentityType

プロパティ値

userAssignedIdentities

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

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

プロパティ値

{[propertyName: string]: UserAssignedIdentity}