]> source.dussan.org Git - sonarqube.git/blob
c813b02e6f8fbd716aad4415df04841c01dcf33b
[sonarqube.git] /
1 <dataset>
2
3   <!-- users 100 and 101 have no direct grant access, but are in the group 200 that has the role "user" on the project 300  -->
4   <user_roles id="1" user_id="100" resource_id="999" role="user"/>
5   <user_roles id="2" user_id="101" resource_id="999" role="user"/>
6   <user_roles id="3" user_id="102" resource_id="999" role="user"/>
7
8   <groups_users user_id="100" group_id="200"/>
9   <groups_users user_id="101" group_id="200"/>
10   <groups_users user_id="102" group_id="201"/>
11
12   <group_roles id="1" group_id="200" resource_id="300" role="user"/>
13   <group_roles id="2" group_id="201" resource_id="400" role="user"/>
14
15   <projects id="300" kee="pj-w-snapshot" uuid="DEFG" module_uuid="[null]"/>
16   <projects id="400" kee="pj-wo-snapshot" uuid="EFGH" module_uuid="[null]"/>
17
18 </dataset>