Values.PrincipalSourceProvides user and group information used for filtering documents to use for generating Amazon Q Business conversation responses.
type nonrec t = {user : PrincipalUser.t option;The user associated with the principal.
*)group : PrincipalGroup.t option;The group associated with the principal.
*)}