Class: Aws::OpenSearchService::Types::SAMLOptionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::SAMLOptionsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/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.
5602 5603 5604 5605 5606 5607 5608 5609 5610 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5602 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.
5602 5603 5604 5605 5606 5607 5608 5609 5610 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5602 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.
5602 5603 5604 5605 5606 5607 5608 5609 5610 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5602 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.
5602 5603 5604 5605 5606 5607 5608 5609 5610 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5602 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.
5602 5603 5604 5605 5606 5607 5608 5609 5610 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5602 class SAMLOptionsOutput < Struct.new( :enabled, :idp, :subject_key, :roles_key, :session_timeout_minutes) SENSITIVE = [] include Aws::Structure end |