Class: Aws::ElasticsearchService::Types::SAMLOptionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::SAMLOptionsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Describes the SAML application configured for the domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
True if SAML is enabled.
-
#idp ⇒ Types::SAMLIdp
Describes the SAML Identity Provider’s information.
-
#roles_key ⇒ String
The key used 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 used for matching the SAML Subject attribute.
Instance Attribute Details
#enabled ⇒ Boolean
True if SAML is enabled.
3721 3722 3723 3724 3725 3726 3727 3728 3729 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3721 class SAMLOptionsOutput < Struct.new( :enabled, :idp, :subject_key, :roles_key, :session_timeout_minutes) SENSITIVE = [] include Aws::Structure end |
#idp ⇒ Types::SAMLIdp
Describes the SAML Identity Provider’s information.
3721 3722 3723 3724 3725 3726 3727 3728 3729 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3721 class SAMLOptionsOutput < Struct.new( :enabled, :idp, :subject_key, :roles_key, :session_timeout_minutes) SENSITIVE = [] include Aws::Structure end |
#roles_key ⇒ String
The key used for matching the SAML Roles attribute.
3721 3722 3723 3724 3725 3726 3727 3728 3729 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3721 class SAMLOptionsOutput < Struct.new( :enabled, :idp, :subject_key, :roles_key, :session_timeout_minutes) SENSITIVE = [] include Aws::Structure end |
#session_timeout_minutes ⇒ Integer
The duration, in minutes, after which a user session becomes inactive.
3721 3722 3723 3724 3725 3726 3727 3728 3729 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3721 class SAMLOptionsOutput < Struct.new( :enabled, :idp, :subject_key, :roles_key, :session_timeout_minutes) SENSITIVE = [] include Aws::Structure end |
#subject_key ⇒ String
The key used for matching the SAML Subject attribute.
3721 3722 3723 3724 3725 3726 3727 3728 3729 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3721 class SAMLOptionsOutput < Struct.new( :enabled, :idp, :subject_key, :roles_key, :session_timeout_minutes) SENSITIVE = [] include Aws::Structure end |