Class: Aws::OpenSearchService::Types::SAMLIdp
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::SAMLIdp
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
The SAML identity povider information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entity_id ⇒ String
The unique entity ID of the application in the 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 the SAML identity provider.
7008 7009 7010 7011 7012 7013 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7008 class SAMLIdp < Struct.new( :metadata_content, :entity_id) SENSITIVE = [] include Aws::Structure end |
#metadata_content ⇒ String
The metadata of the SAML application, in XML format.
7008 7009 7010 7011 7012 7013 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7008 class SAMLIdp < Struct.new( :metadata_content, :entity_id) SENSITIVE = [] include Aws::Structure end |