]> source.dussan.org Git - sonarqube.git/blob
4666ffb2417cf74165c2233f3f33dc89c803e210
[sonarqube.git] /
1 <dataset>
2
3   <!-- user 100 has no direct grant access, but is in the group 200 that has the role "user"
4   on the all the projects  -->
5   <user_roles id="1"
6               user_id="100"
7               resource_id="999"
8               role="user"
9               organization_uuid="org1"/>
10   <groups_users user_id="100"
11                 group_id="200"/>
12   <group_roles id="1"
13                group_id="200"
14                resource_id="[null]"
15                role="user"
16                organization_uuid="org1"/>
17
18   <projects organization_uuid="org1"
19             id="301"
20             kee="pj-w-snapshot:package"
21             root_id="300"
22             uuid="ABCD"
23             uuid_path="NOT_USED"
24             module_uuid="DEFG"/>
25   <projects organization_uuid="org1"
26             id="302"
27             kee="pj-w-snapshot:file"
28             root_id="300"
29             uuid="BCDE"
30             uuid_path="NOT_USED"
31             module_uuid="DEFG"/>
32   <projects organization_uuid="org1"
33             id="303"
34             kee="pj-w-snapshot:other"
35             root_id="300"
36             uuid="CDEF"
37             uuid_path="NOT_USED"
38             module_uuid="DEFG"/>
39   <projects organization_uuid="org1"
40             id="300"
41             kee="pj-w-snapshot"
42             uuid="DEFG"
43             uuid_path="NOT_USED"
44             module_uuid="[null]"/>
45   <projects organization_uuid="org1"
46             id="400"
47             kee="pj-wo-snapshot"
48             uuid="EFGH"
49             uuid_path="NOT_USED"
50             module_uuid="[null]"/>
51
52 </dataset>