Class: Aws::OpenSearchService::Types::SAMLOptionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::SAMLOptionsOutput
- Defined in:
- gems/aws-sdk-opensearchservice/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.
6455 6456 6457 6458 6459 6460 6461 6462 6463 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6455 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.
6455 6456 6457 6458 6459 6460 6461 6462 6463 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6455 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.
6455 6456 6457 6458 6459 6460 6461 6462 6463 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6455 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.
6455 6456 6457 6458 6459 6460 6461 6462 6463 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6455 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.
6455 6456 6457 6458 6459 6460 6461 6462 6463 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6455 class SAMLOptionsOutput < Struct.new( :enabled, :idp, :subject_key, :roles_key, :session_timeout_minutes) SENSITIVE = [] include Aws::Structure end |