UserSqlServerUserDetail

data class UserSqlServerUserDetail(val disabled: Boolean? = null, val serverRoles: List<String>? = null)

Constructors

Link copied to clipboard
constructor(disabled: Boolean? = null, serverRoles: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val disabled: Boolean? = null

If the user has been disabled.

Link copied to clipboard
val serverRoles: List<String>? = null

The server roles for this user in the database.