Class: Aws::ElasticsearchService::Types::SAMLIdp

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb

Overview

Specifies the SAML Identity Provider's information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entity_idString

The unique Entity ID of the application in SAML Identity Provider.

Returns:

  • (String)


3806
3807
3808
3809
3810
3811
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3806

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)


3806
3807
3808
3809
3810
3811
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3806

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