DatabaseIdentity interface

Azure Active Directory identity configuration for a resource.

Properties

tenantId

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

userAssignedIdentities

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}