Amazon Managed Grafana · JSON Structure

Amazon Managed Grafana Update Workspace Authentication Response Structure

UpdateWorkspaceAuthenticationResponse schema from Amazon Managed Grafana API

Type: object Properties: 1 Required: 1
DashboardsMonitoringObservabilityVisualization

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

Properties

authentication

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-update-workspace-authentication-response-structure.json",
  "name": "UpdateWorkspaceAuthenticationResponse",
  "description": "UpdateWorkspaceAuthenticationResponse schema from Amazon Managed Grafana API",
  "type": "object",
  "properties": {
    "authentication": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AuthenticationDescription"
        },
        {
          "description": "A structure that describes the user authentication for this workspace after the update is made."
        }
      ]
    }
  },
  "required": [
    "authentication"
  ]
}