ResourceIdentity interface
リソースの Azure Active Directory ID 構成。
プロパティ
principal |
Azure Active Directory プリンシパル ID。注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。 |
tenant |
Azure Active Directory テナント ID。注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。 |
type | ID の種類。 リソースの Azure Active Directory プリンシパルを自動的に作成して割り当てるには、これを "SystemAssigned" に設定します。 |
user |
使用するユーザー割り当て ID のリソース ID |
プロパティの詳細
principalId
Azure Active Directory プリンシパル ID。注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。
principalId?: string
プロパティ値
string
tenantId
Azure Active Directory テナント ID。注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。
tenantId?: string
プロパティ値
string
type
ID の種類。 リソースの Azure Active Directory プリンシパルを自動的に作成して割り当てるには、これを "SystemAssigned" に設定します。
type?: string
プロパティ値
string
userAssignedIdentities
使用するユーザー割り当て ID のリソース ID
userAssignedIdentities?: {[propertyName: string]: UserIdentity}
プロパティ値
{[propertyName: string]: UserIdentity}