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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6373
6374
6375
6376
6377
6378
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6373

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)


6373
6374
6375
6376
6377
6378
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6373

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