DatabaseIdentityResponse

data class DatabaseIdentityResponse(val clientId: String? = null, val principalId: String? = null, val resourceId: String? = null)

Database Identity properties.

Constructors

Link copied to clipboard
constructor(clientId: String? = null, principalId: String? = null, resourceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val clientId: String? = null

Client Id of the database identity.

Link copied to clipboard
val principalId: String? = null

Principal Id of the database identity.

Link copied to clipboard
val resourceId: String? = null

Resource Id of the database identity.