Values.UserContextSourceDetails for user initiating insights job
type nonrec t = {role : ProviderRole.t;userId : SensitiveNonEmptyString.t;Unique identifier of the user
*)specialty : Specialty.t option;}val make :
?specialty:??? ->
role:ProviderRole.t ->
userId:SensitiveNonEmptyString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of SensitiveNonEmptyString.t ])
list ]