A structure that describes whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication, and whether that authentication is fully configured.
Type: objectProperties: 2Required: 1
DashboardsMonitoringObservabilityVisualization
AuthenticationSummary 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.
{
"$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-authentication-summary-structure.json",
"name": "AuthenticationSummary",
"description": "A structure that describes whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication, and whether that authentication is fully configured.",
"type": "object",
"properties": {
"providers": {
"allOf": [
{
"$ref": "#/components/schemas/AuthenticationProviders"
},
{
"description": "Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication."
}
]
},
"samlConfigurationStatus": {
"allOf": [
{
"$ref": "#/components/schemas/SamlConfigurationStatus"
},
{
"description": "Specifies whether the workplace's user authentication method is fully configured."
}
]
}
},
"required": [
"providers"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.