WorkspaceAssertionAttributes

data class WorkspaceAssertionAttributes(val email: String? = null, val groups: String? = null, val login: String? = null, val name: String? = null, val org: String? = null, val role: String? = null)

Maps Grafana friendly names to the IdPs SAML attributes.

Constructors

Link copied to clipboard
constructor(email: String? = null, groups: String? = null, login: String? = null, name: String? = null, org: String? = null, role: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val email: String? = null

Name of the attribute within the SAML assert to use as the users email in Grafana.

Link copied to clipboard
val groups: String? = null

Name of the attribute within the SAML assert to use as the users groups in Grafana.

Link copied to clipboard
val login: String? = null

Name of the attribute within the SAML assert to use as the users login handle in Grafana.

Link copied to clipboard
val name: String? = null

Name of the attribute within the SAML assert to use as the users name in Grafana.

Link copied to clipboard
val org: String? = null

Name of the attribute within the SAML assert to use as the users organizations in Grafana.

Link copied to clipboard
val role: String? = null

Name of the attribute within the SAML assert to use as the users roles in Grafana.