Class: Aws::QBusiness::Types::SamlProviderConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#authentication_urlString

The URL where Amazon Q Business end users will be redirected for authentication.

Returns:

  • (String)


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