Values.SuperuserParametersSourceConfiguration information for the superuser.
type nonrec t = {emailAddress : EmailId.t;The email address of the superuser.
*)firstName : NameString.t;The first name of the superuser.
*)lastName : NameString.t;The last name of the superuser.
*)}val make :
emailAddress:EmailId.t ->
firstName:NameString.t ->
lastName:NameString.t ->
unit ->
t