Amazon Managed Grafana · JSON Structure

Amazon Managed Grafana Saml Authentication Structure

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

Type: object Properties: 2 Required: 1
DashboardsMonitoringObservabilityVisualization

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

Properties

configuration status

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-authentication-structure.json",
  "name": "SamlAuthentication",
  "description": "A structure containing information about how this workspace works with SAML. ",
  "type": "object",
  "properties": {
    "configuration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SamlConfiguration"
        },
        {
          "description": "A structure containing details about how this workspace works with SAML. "
        }
      ]
    },
    "status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SamlConfigurationStatus"
        },
        {
          "description": "Specifies whether the workspace's SAML configuration is complete."
        }
      ]
    }
  },
  "required": [
    "status"
  ]
}