Class: Aws::ElasticsearchService::Types::SAMLOptionsOutput

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

Overview

Describes the SAML application configured for the domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

True if SAML is enabled.

Returns:

  • (Boolean)


3881
3882
3883
3884
3885
3886
3887
3888
3889
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3881

class SAMLOptionsOutput < Struct.new(
  :enabled,
  :idp,
  :subject_key,
  :roles_key,
  :session_timeout_minutes)
  SENSITIVE = []
  include Aws::Structure
end

#idpTypes::SAMLIdp

Describes the SAML Identity Provider's information.

Returns:



3881
3882
3883
3884
3885
3886
3887
3888
3889
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3881

class SAMLOptionsOutput < Struct.new(
  :enabled,
  :idp,
  :subject_key,
  :roles_key,
  :session_timeout_minutes)
  SENSITIVE = []
  include Aws::Structure
end

#roles_keyString

The key used for matching the SAML Roles attribute.

Returns:

  • (String)


3881
3882
3883
3884
3885
3886
3887
3888
3889
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3881

class SAMLOptionsOutput < Struct.new(
  :enabled,
  :idp,
  :subject_key,
  :roles_key,
  :session_timeout_minutes)
  SENSITIVE = []
  include Aws::Structure
end

#session_timeout_minutesInteger

The duration, in minutes, after which a user session becomes inactive.

Returns:

  • (Integer)


3881
3882
3883
3884
3885
3886
3887
3888
3889
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3881

class SAMLOptionsOutput < Struct.new(
  :enabled,
  :idp,
  :subject_key,
  :roles_key,
  :session_timeout_minutes)
  SENSITIVE = []
  include Aws::Structure
end

#subject_keyString

The key used for matching the SAML Subject attribute.

Returns:

  • (String)


3881
3882
3883
3884
3885
3886
3887
3888
3889
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3881

class SAMLOptionsOutput < Struct.new(
  :enabled,
  :idp,
  :subject_key,
  :roles_key,
  :session_timeout_minutes)
  SENSITIVE = []
  include Aws::Structure
end