RoleResponse

data class RoleResponse(val db: String? = null, val role: String? = null)

The set of roles permitted through this Role Definition.

Constructors

Link copied to clipboard
constructor(db: String? = null, role: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val db: String? = null

The database name the role is applied.

Link copied to clipboard
val role: String? = null

The role name.