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
- Struct
- Aws::ElasticsearchService::Types::SAMLIdp
- 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
-
#entity_id ⇒ String
The unique Entity ID of the application in SAML Identity Provider.
-
#metadata_content ⇒ String
The Metadata of the SAML application in xml format.
Instance Attribute Details
#entity_id ⇒ String
The unique Entity ID of the application in SAML Identity Provider.
#metadata_content ⇒ String
The Metadata of the SAML application in xml format.