DatabaseIdentity interface
Azure Active Directory identity configuration for a resource.
Properties
| tenant |
The Azure Active Directory tenant id. |
| type | The identity type |
| user |
The resource ids of the user assigned identities to use |
Property Details
tenantId
The Azure Active Directory tenant id.
tenantId?: string
Property Value
string
type
The identity type
type?: string
Property Value
string
userAssignedIdentities
The resource ids of the user assigned identities to use
userAssignedIdentities?: Record<string, DatabaseUserIdentity>
Property Value
Record<string, DatabaseUserIdentity>