OrphanedUserInfoResponse

data class OrphanedUserInfoResponse(val databaseName: String? = null, val name: String? = null)

Information of orphaned users on the SQL server database.

Constructors

Link copied to clipboard
constructor(databaseName: String? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val databaseName: String? = null

Parent database of the user

Link copied to clipboard
val name: String? = null

Name of the orphaned user