Class: Aws::QBusiness::Types::SamlConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::SamlConfiguration
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
Provides the SAML 2.0 compliant identity provider (IdP) configuration information Amazon Q Business needs to deploy a Amazon Q Business web experience.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metadata_xml ⇒ String
The metadata XML that your IdP generated.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of an IAM role assumed by users when they authenticate into their Amazon Q Business web experience, containing the relevant Amazon Q Business permissions for conversing with Amazon Q Business.
-
#user_group_attribute ⇒ String
The group attribute name in your IdP that maps to user groups.
-
#user_id_attribute ⇒ String
The user attribute name in your IdP that maps to the user email.
Instance Attribute Details
#metadata_xml ⇒ String
The metadata XML that your IdP generated.
5464 5465 5466 5467 5468 5469 5470 5471 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5464 class SamlConfiguration < Struct.new( :metadata_xml, :role_arn, :user_id_attribute, :user_group_attribute) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The Amazon Resource Name (ARN) of an IAM role assumed by users when they authenticate into their Amazon Q Business web experience, containing the relevant Amazon Q Business permissions for conversing with Amazon Q Business.
5464 5465 5466 5467 5468 5469 5470 5471 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5464 class SamlConfiguration < Struct.new( :metadata_xml, :role_arn, :user_id_attribute, :user_group_attribute) SENSITIVE = [] include Aws::Structure end |
#user_group_attribute ⇒ String
The group attribute name in your IdP that maps to user groups.
5464 5465 5466 5467 5468 5469 5470 5471 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5464 class SamlConfiguration < Struct.new( :metadata_xml, :role_arn, :user_id_attribute, :user_group_attribute) SENSITIVE = [] include Aws::Structure end |
#user_id_attribute ⇒ String
The user attribute name in your IdP that maps to the user email.
5464 5465 5466 5467 5468 5469 5470 5471 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5464 class SamlConfiguration < Struct.new( :metadata_xml, :role_arn, :user_id_attribute, :user_group_attribute) SENSITIVE = [] include Aws::Structure end |