WorkspaceAssertionAttributesArgs

data class WorkspaceAssertionAttributesArgs(val email: Output<String>? = null, val groups: Output<String>? = null, val login: Output<String>? = null, val name: Output<String>? = null, val org: Output<String>? = null, val role: Output<String>? = null) : ConvertibleToJava<WorkspaceAssertionAttributesArgs>

Maps Grafana friendly names to the IdPs SAML attributes.

Constructors

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

Properties

Link copied to clipboard
val email: Output<String>? = null

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

Link copied to clipboard
val groups: Output<String>? = null

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

Link copied to clipboard
val login: Output<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: Output<String>? = null

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

Link copied to clipboard
val org: Output<String>? = null

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

Link copied to clipboard
val role: Output<String>? = null

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

Functions

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