Values.UserSourceA structure that specifies one user or group in the workspace.
type nonrec t = {id : SsoId.t;The ID of the user or group. Pattern: ^([0-9a-fA-F]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$
*)type_ : UserType.t;Specifies whether this is a single user or a group.
*)}