Amazon Managed Grafana · JSON Structure

Amazon Managed Grafana Saml Configuration Structure

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

Type: object Properties: 5 Required: 1
DashboardsMonitoringObservabilityVisualization

SamlConfiguration is a JSON Structure definition published by Amazon Managed Grafana, describing 5 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

allowedOrganizations assertionAttributes idpMetadata loginValidityDuration roleValues

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-grafana/refs/heads/main/json-structure/amazon-managed-grafana-saml-configuration-structure.json",
  "name": "SamlConfiguration",
  "description": "A structure containing information about how this workspace works with SAML. ",
  "type": "object",
  "properties": {
    "allowedOrganizations": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AllowedOrganizations"
        },
        {
          "description": "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."
        }
      ]
    },
    "assertionAttributes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AssertionAttributes"
        },
        {
          "description": "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."
        }
      ]
    },
    "idpMetadata": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IdpMetadata"
        },
        {
          "description": "A structure containing the identity provider (IdP) metadata used to integrate the identity provider with this workspace."
        }
      ]
    },
    "loginValidityDuration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LoginValidityDuration"
        },
        {
          "description": "How long a sign-on session by a SAML user is valid, before the user has to sign on again."
        }
      ]
    },
    "roleValues": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RoleValues"
        },
        {
          "description": "A structure containing arrays that map group names in the SAML assertion to the Grafana <code>Admin</code> and <code>Editor</code> roles in the workspace."
        }
      ]
    }
  },
  "required": [
    "idpMetadata"
  ]
}