Class: Aws::ElasticsearchService::Types::SAMLIdp
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::SAMLIdp
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Note:
When making an API call, you may pass SAMLIdp data as a hash:
{
metadata_content: "SAMLMetadata", # required
entity_id: "SAMLEntityId", # required
}
Specifies the SAML Identity Provider's information.
Constant Summary collapse
- SENSITIVE =
[]
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.