Values.ServiceMetadataSourceA container object for the session details that are associated with a workflow.
type nonrec t = {userDetails : UserDetails.t option;The Server ID (ServerId), Session ID (SessionId) and user (UserName) make up the UserDetails.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Structure of (string * [> `String of UserName.t ]) list ])
list ]