Amazon OpenSearch Service API · JSON Structure

Openapi Saml Options Output Structure

Describes the SAML application configured for the domain.

Type: object Properties: 5
AnalyticsElasticsearchSearch

SAMLOptionsOutput is a JSON Structure definition published by Amazon OpenSearch Service API, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Enabled Idp SubjectKey RolesKey SessionTimeoutMinutes

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-options-output-structure.json",
  "name": "SAMLOptionsOutput",
  "description": "Describes the SAML application configured for the domain.",
  "type": "object",
  "properties": {
    "Enabled": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Boolean"
        },
        {
          "description": "True if SAML is enabled."
        }
      ]
    },
    "Idp": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SAMLIdp"
        },
        {
          "description": "Describes the SAML Identity Provider's information."
        }
      ]
    },
    "SubjectKey": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The key used for matching the SAML Subject attribute."
        }
      ]
    },
    "RolesKey": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The key used for matching the SAML Roles attribute."
        }
      ]
    },
    "SessionTimeoutMinutes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IntegerClass"
        },
        {
          "description": "The duration, in minutes, after which a user session becomes inactive."
        }
      ]
    }
  }
}