SamlConfiguration

A structure containing information about how this workspace works with SAML.

Types

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

Properties

Link copied to clipboard

Lists which organizations defined in the SAML assertion are allowed to use the Amazon Managed Grafana workspace. If this is empty, all organizations in the assertion attribute have access.

Link copied to clipboard

A structure that defines which attributes in the SAML assertion are to be used to define information about the users authenticated by that IdP to use the workspace.

Link copied to clipboard

A structure containing the identity provider (IdP) metadata used to integrate the identity provider with this workspace.

Link copied to clipboard

How long a sign-on session by a SAML user is valid, before the user has to sign on again.

Link copied to clipboard

A structure containing arrays that map group names in the SAML assertion to the Grafana Admin and Editor roles in the workspace.

Functions

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