Module Values.SamlProviderConfigurationSource

Information about the SAML 2.0-compliant identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.

Sourcetype nonrec t = {
  1. authenticationUrl : SamlAuthenticationUrl.t;
    (*

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

    *)
}
Sourceval context_ : string
Sourceval make : authenticationUrl:SamlAuthenticationUrl.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of SamlAuthenticationUrl.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t