Values.SamlConfigurationSourceProvides the SAML 2.0 compliant identity provider (IdP) configuration information Amazon Q Business needs to deploy a Amazon Q Business web experience.
type nonrec t = {metadataXML : SamlMetadataXML.t;The metadata XML that your IdP generated.
*)roleArn : RoleArn.t;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.
*)userIdAttribute : SamlAttribute.t;The user attribute name in your IdP that maps to the user email.
*)userGroupAttribute : SamlAttribute.t option;The group attribute name in your IdP that maps to user groups.
*)}val make :
?userGroupAttribute:??? ->
metadataXML:SamlMetadataXML.t ->
roleArn:RoleArn.t ->
userIdAttribute:SamlAttribute.t ->
unit ->
t