WorkspaceRoleValuesArgs

data class WorkspaceRoleValuesArgs(val admin: Output<List<String>>? = null, val editor: Output<List<String>>? = null) : ConvertibleToJava<WorkspaceRoleValuesArgs>

Maps SAML roles to the Grafana Editor and Admin roles.

Constructors

Link copied to clipboard
constructor(admin: Output<List<String>>? = null, editor: Output<List<String>>? = null)

Properties

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

List of SAML roles which will be mapped into the Grafana Admin role.

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

List of SAML roles which will be mapped into the Grafana Editor role.

Functions

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