Class: Aws::OpenSearchService::Types::SAMLIdp

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#entity_idString

The unique entity ID of the application in the SAML identity provider.

Returns:

  • (String)


5342
5343
5344
5345
5346
5347
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5342

class SAMLIdp < Struct.new(
  :metadata_content,
  :entity_id)
  SENSITIVE = []
  include Aws::Structure
end

#metadata_contentString

The metadata of the SAML application, in XML format.

Returns:

  • (String)


5342
5343
5344
5345
5346
5347
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5342

class SAMLIdp < Struct.new(
  :metadata_content,
  :entity_id)
  SENSITIVE = []
  include Aws::Structure
end