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