Class: Aws::QBusiness::Types::SamlProviderConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::SamlProviderConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Information about the SAML 2.0-compliant identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authentication_url ⇒ String
The URL where Amazon Q Business end users will be redirected for authentication.
Instance Attribute Details
#authentication_url ⇒ String
The URL where Amazon Q Business end users will be redirected for authentication.
6632 6633 6634 6635 6636 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6632 class SamlProviderConfiguration < Struct.new( :authentication_url) SENSITIVE = [] include Aws::Structure end |