WorkspaceSamlConfiguration

data class WorkspaceSamlConfiguration(val allowedOrganizations: List<String>? = null, val assertionAttributes: WorkspaceAssertionAttributes? = null, val idpMetadata: WorkspaceIdpMetadata, val loginValidityDuration: Double? = null, val roleValues: WorkspaceRoleValues? = null)

SAML configuration data associated with an AMG workspace.

Constructors

Link copied to clipboard
constructor(allowedOrganizations: List<String>? = null, assertionAttributes: WorkspaceAssertionAttributes? = null, idpMetadata: WorkspaceIdpMetadata, loginValidityDuration: Double? = null, roleValues: WorkspaceRoleValues? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of SAML organizations allowed to access Grafana.

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

The maximum lifetime an authenticated user can be logged in (in minutes) before being required to re-authenticate.

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.