DatabaseIdentity interface
Azure Active Directory identity configuration for a resource.
Properties
tenant |
The Azure Active Directory tenant id. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The identity type |
user |
The resource ids of the user assigned identities to use |
Property Details
tenantId
The Azure Active Directory tenant id. NOTE: This property will not be serialized. It can only be populated by the server.
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?: {[propertyName: string]: DatabaseUserIdentity}
Property Value
{[propertyName: string]: DatabaseUserIdentity}