WorkspaceIdpMetadata

data class WorkspaceIdpMetadata(val url: String? = null, val xml: String? = null)

IdP Metadata used to configure SAML authentication in Grafana.

Constructors

Link copied to clipboard
constructor(url: String? = null, xml: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val url: String? = null

URL that vends the IdPs metadata.

Link copied to clipboard
val xml: String? = null

XML blob of the IdPs metadata.