DatabaseIdentity interface
リソースの Azure Active Directory ID 構成。
プロパティ
| tenant |
The Azure Active Directory tenant id. |
| type | ID の種類 |
| user |
使用するユーザー割り当て ID のリソース ID |
プロパティの詳細
tenantId
The Azure Active Directory tenant id.
tenantId?: string
プロパティ値
string
type
ID の種類
type?: string
プロパティ値
string
userAssignedIdentities
使用するユーザー割り当て ID のリソース ID
userAssignedIdentities?: Record<string, DatabaseUserIdentity>
プロパティ値
Record<string, DatabaseUserIdentity>