RoleValues

This structure defines which groups defined in the SAML assertion attribute are to be mapped to the Grafana Admin and Editor roles in the workspace. SAML authenticated users not part of Admin or Editor role groups have Viewer permission over the workspace.

Types

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

Properties

Link copied to clipboard

A list of groups from the SAML assertion attribute to grant the Grafana Admin role to.

Link copied to clipboard

A list of groups from the SAML assertion attribute to grant the Grafana Editor role to.

Functions

Link copied to clipboard
inline fun copy(block: RoleValues.Builder.() -> Unit = {}): RoleValues
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