Values.UserAccessTaskItemSourceContains information about a user access task.
type nonrec t = {app : String255.t option;The name of the application.
*)tenantId : TenantIdentifier.t option;The ID of the application tenant.
*)taskId : UUID.t option;The unique ID of the task.
*)error : TaskError.t option;Error from the task, if any.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of String255.t
| `Structure of (string * [> `String of String_.t ]) list ])
list ]