Class: Aws::ElasticsearchService::Types::SAMLOptionsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::SAMLOptionsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Specifies the SAML application configuration for the domain.
Constant Summary collapse
- SENSITIVE =
[:master_user_name]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
True if SAML is enabled.
-
#idp ⇒ Types::SAMLIdp
Specifies the SAML Identity Provider’s information.
-
#master_backend_role ⇒ String
The backend role to which the SAML master user is mapped to.
-
#master_user_name ⇒ String
The SAML master username, which is stored in the Amazon Elasticsearch Service domain’s internal database.
-
#roles_key ⇒ String
The key to use for matching the SAML Roles attribute.
-
#session_timeout_minutes ⇒ Integer
The duration, in minutes, after which a user session becomes inactive.
-
#subject_key ⇒ String
The key to use for matching the SAML Subject attribute.
Instance Attribute Details
#enabled ⇒ Boolean
True if SAML is enabled.
3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3686 class SAMLOptionsInput < Struct.new( :enabled, :idp, :master_user_name, :master_backend_role, :subject_key, :roles_key, :session_timeout_minutes) SENSITIVE = [:master_user_name] include Aws::Structure end |
#idp ⇒ Types::SAMLIdp
Specifies the SAML Identity Provider’s information.
3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3686 class SAMLOptionsInput < Struct.new( :enabled, :idp, :master_user_name, :master_backend_role, :subject_key, :roles_key, :session_timeout_minutes) SENSITIVE = [:master_user_name] include Aws::Structure end |
#master_backend_role ⇒ String
The backend role to which the SAML master user is mapped to.
3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3686 class SAMLOptionsInput < Struct.new( :enabled, :idp, :master_user_name, :master_backend_role, :subject_key, :roles_key, :session_timeout_minutes) SENSITIVE = [:master_user_name] include Aws::Structure end |
#master_user_name ⇒ String
The SAML master username, which is stored in the Amazon Elasticsearch Service domain’s internal database.
3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3686 class SAMLOptionsInput < Struct.new( :enabled, :idp, :master_user_name, :master_backend_role, :subject_key, :roles_key, :session_timeout_minutes) SENSITIVE = [:master_user_name] include Aws::Structure end |
#roles_key ⇒ String
The key to use for matching the SAML Roles attribute.
3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3686 class SAMLOptionsInput < Struct.new( :enabled, :idp, :master_user_name, :master_backend_role, :subject_key, :roles_key, :session_timeout_minutes) SENSITIVE = [:master_user_name] include Aws::Structure end |
#session_timeout_minutes ⇒ Integer
The duration, in minutes, after which a user session becomes inactive. Acceptable values are between 1 and 1440, and the default value is 60.
3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3686 class SAMLOptionsInput < Struct.new( :enabled, :idp, :master_user_name, :master_backend_role, :subject_key, :roles_key, :session_timeout_minutes) SENSITIVE = [:master_user_name] include Aws::Structure end |
#subject_key ⇒ String
The key to use for matching the SAML Subject attribute.
3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3686 class SAMLOptionsInput < Struct.new( :enabled, :idp, :master_user_name, :master_backend_role, :subject_key, :roles_key, :session_timeout_minutes) SENSITIVE = [:master_user_name] include Aws::Structure end |