You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticsearchService::Types::SAMLIdp

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SAMLIdp as input to an Aws::Client method, you can use a vanilla Hash:

{
  metadata_content: "SAMLMetadata", # required
  entity_id: "SAMLEntityId", # required
}

Specifies the SAML Identity Provider's information.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#entity_idString

The unique Entity ID of the application in SAML Identity Provider.

Returns:

  • (String)

    The unique Entity ID of the application in SAML Identity Provider.

#metadata_contentString

The Metadata of the SAML application in xml format.

Returns:

  • (String)

    The Metadata of the SAML application in xml format.