UsersArgs

data class UsersArgs(val viewersCanEdit: Output<Boolean>? = null) : ConvertibleToJava<UsersArgs>

Grafana users settings

Constructors

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

Properties

Link copied to clipboard
val viewersCanEdit: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): UsersArgs