Values.UpdateUserRequestSourceUpdates a information associated with a user id.
type nonrec t = {applicationId : ApplicationId.t;The identifier of the application the user is attached to.
*)userId : String_.t;The email id attached to the user.
*)userAliasesToUpdate : UserAliases.t option;The user aliases attached to the user id that are to be updated.
*)userAliasesToDelete : UserAliases.t option;The user aliases attached to the user id that are to be deleted.
*)}val make :
?userAliasesToUpdate:??? ->
?userAliasesToDelete:??? ->
applicationId:ApplicationId.t ->
userId:String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of IndexId.t ]) list ]
list
| `String of ApplicationId.t ])
list ]