UpdateInstruction

Contains the instructions for one Grafana role permission update in a UpdatePermissions operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies whether this update is to add or revoke role permissions.

Link copied to clipboard
val role: Role

The role to add or revoke for the user or the group specified in users.

Link copied to clipboard

A structure that specifies the user or group to add or revoke the role for.

Functions

Link copied to clipboard
inline fun copy(block: UpdateInstruction.Builder.() -> Unit = {}): UpdateInstruction
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String