Values.JobRunAsUserSourceIdentifies the user for a job.
type nonrec t = {posix : PosixUser.t option;The user and group that the jobs in the queue run as.
*)windows : WindowsUser.t option;Identifies a Microsoft Windows user.
*)runAs : RunAs.t;Specifies whether the job should run using the queue's system user or if the job should run using the worker agent system user.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `String of PosixUserUserString.t ]) list ])
list ]