Package version:

Interface DatabaseIdentity

Azure Active Directory identity configuration for a resource.

Hierarchy

  • DatabaseIdentity

Properties

tenantId?: string

The Azure Active Directory tenant id. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

The identity type

userAssignedIdentities?: {
    [propertyName: string]: DatabaseUserIdentity;
}

The resource ids of the user assigned identities to use

Type declaration

Generated using TypeDoc