DatabaseIdentity interface
Azure Active Directory-identitáskonfiguráció egy erőforráshoz.
Tulajdonságok
| tenant |
Az Azure Active Directory tenant id. |
| type | Az identitás típusa |
| user |
A felhasználó által hozzárendelt használt identitások erőforrás-azonosítói |
Tulajdonság adatai
tenantId
Az Azure Active Directory tenant id.
tenantId?: string
Tulajdonság értéke
string
type
Az identitás típusa
type?: string
Tulajdonság értéke
string
userAssignedIdentities
A felhasználó által hozzárendelt használt identitások erőforrás-azonosítói
userAssignedIdentities?: Record<string, DatabaseUserIdentity>
Tulajdonság értéke
Record<string, DatabaseUserIdentity>