Values.SamlProviderConfigurationSourceInformation about the SAML 2.0-compliant identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.
type nonrec t = {authenticationUrl : SamlAuthenticationUrl.t;The URL where Amazon Q Business end users will be redirected for authentication.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of SamlAuthenticationUrl.t ]) list ]