IdentityResponse

data class IdentityResponse(val federatedClientId: String? = null, val identityType: String? = null, val userAssignedIdentities: List<DatabaseIdentityResponse>? = null)

Database Identity.

Constructors

Link copied to clipboard
constructor(federatedClientId: String? = null, identityType: String? = null, userAssignedIdentities: List<DatabaseIdentityResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The federated client id for the SQL Database. It is used for cross tenant CMK scenario.

Link copied to clipboard
val identityType: String? = null

Identity type of the main principal.

Link copied to clipboard