UsersResponse

data class UsersResponse(val viewersCanEdit: Boolean? = null)

Grafana users settings

Constructors

Link copied to clipboard
constructor(viewersCanEdit: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val viewersCanEdit: Boolean? = null

Set to true so viewers can access and use explore and perform temporary edits on panels in dashboards they have access to. They cannot save their changes.