Amazon OpenSearch Service API · JSON Structure

Openapi Saml Idp Structure

Specifies the SAML Identity Provider's information.

Type: object Properties: 2 Required: 2
AnalyticsElasticsearchSearch

SAMLIdp is a JSON Structure definition published by Amazon OpenSearch Service API, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

MetadataContent EntityId

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-opensearch/refs/heads/main/json-structure/openapi-saml-idp-structure.json",
  "name": "SAMLIdp",
  "description": "Specifies the SAML Identity Provider's information.",
  "type": "object",
  "properties": {
    "MetadataContent": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SAMLMetadata"
        },
        {
          "description": "The Metadata of the SAML application in xml format."
        }
      ]
    },
    "EntityId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SAMLEntityId"
        },
        {
          "description": "The unique Entity ID of the application in SAML Identity Provider."
        }
      ]
    }
  },
  "required": [
    "MetadataContent",
    "EntityId"
  ]
}