Values.BatchGetUserAccessTasksRequestSourceGets user access details in a batch request. This action polls data from the tasks that are kicked off by the StartUserAccessTasks action.
type nonrec t = {appBundleIdentifier : Identifier.t;The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
*)taskIdList : TaskIdList.t;The tasks IDs to use for the request.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of UUID.t ] list | `String of Identifier.t ])
list ]