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)


5322
5323
5324
5325
5326
5327
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5322

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)


5322
5323
5324
5325
5326
5327
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5322

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