DatabaseIdentityResponse

data class DatabaseIdentityResponse(val tenantId: String, val type: String? = null, val userAssignedIdentities: Map<String, DatabaseUserIdentityResponse>? = null)

Azure Active Directory identity configuration for a resource.

Constructors

Link copied to clipboard
constructor(tenantId: String, type: String? = null, userAssignedIdentities: Map<String, DatabaseUserIdentityResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure Active Directory tenant id.

Link copied to clipboard
val type: String? = null

The identity type

Link copied to clipboard

The resource ids of the user assigned identities to use