Class: Aws::OpenSearchService::Types::SAMLIdp
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::SAMLIdp
- Defined in:
- gems/aws-sdk-opensearchservice/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.
6617 6618 6619 6620 6621 6622 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6617 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.
6617 6618 6619 6620 6621 6622 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6617 class SAMLIdp < Struct.new( :metadata_content, :entity_id) SENSITIVE = [] include Aws::Structure end |