aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/oauth-provider/oauth-core/src/test/resources/oauth/gitlab-groups-response.json
blob: 85fc37cc835450f29218c4f612dd60e30d7c0306 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
[
    {
        "id": 51,
        "web_url": "https://my-git-server.com/groups/group1",
        "name": "Group1",
        "path": "group1",
        "description": "",
        "visibility": "private",
        "share_with_group_lock": false,
        "require_two_factor_authentication": false,
        "two_factor_grace_period": 48,
        "project_creation_level": "developer",
        "auto_devops_enabled": null,
        "subgroup_creation_level": "maintainer",
        "emails_disabled": null,
        "mentions_disabled": null,
        "lfs_enabled": true,
        "avatar_url": null,
        "request_access_enabled": true,
        "full_name": "Group1",
        "full_path": "group1",
        "parent_id": null
    },
    {
        "id": 69,
        "web_url": "https://my-git-server.com/groups/group2",
        "name": "Group2",
        "path": "group2",
        "description": "",
        "visibility": "private",
        "share_with_group_lock": false,
        "require_two_factor_authentication": false,
        "two_factor_grace_period": 48,
        "project_creation_level": "developer",
        "auto_devops_enabled": null,
        "subgroup_creation_level": "owner",
        "emails_disabled": null,
        "mentions_disabled": null,
        "lfs_enabled": true,
        "avatar_url": null,
        "request_access_enabled": true,
        "full_name": "Group2",
        "full_path": "group2",
        "parent_id": null
    },
    {
        "id": 24,
        "web_url": "https://my-git-server.com/groups/group3",
        "name": "group3",
        "path": "group3",
        "description": "",
        "visibility": "private",
        "share_with_group_lock": false,
        "require_two_factor_authentication": false,
        "two_factor_grace_period": 48,
        "project_creation_level": "developer",
        "auto_devops_enabled": null,
        "subgroup_creation_level": "owner",
        "emails_disabled": null,
        "mentions_disabled": null,
        "lfs_enabled": true,
        "avatar_url": null,
        "request_access_enabled": false,
        "full_name": "group3",
        "full_path": "group3",
        "parent_id": null
    },
    {
        "id": 22,
        "web_url": "https://my-git-server.com/groups/group4",
        "name": "group4",
        "path": "group4",
        "description": "custom desc",
        "visibility": "private",
        "share_with_group_lock": false,
        "require_two_factor_authentication": false,
        "two_factor_grace_period": 48,
        "project_creation_level": "developer",
        "auto_devops_enabled": null,
        "subgroup_creation_level": "owner",
        "emails_disabled": null,
        "mentions_disabled": null,
        "lfs_enabled": true,
        "avatar_url": "https://my-git-server.com/uploads/-/system/group/avatar/22/Factory_1b.svg.png",
        "request_access_enabled": true,
        "full_name": "group4",
        "full_path": "group4",
        "parent_id": null
    },
    {
        "id": 5,
        "web_url": "https://my-git-server.com/groups/group5",
        "name": "group5",
        "path": "group5",
        "description": "my group 5",
        "visibility": "private",
        "share_with_group_lock": false,
        "require_two_factor_authentication": false,
        "two_factor_grace_period": 48,
        "project_creation_level": "developer",
        "auto_devops_enabled": null,
        "subgroup_creation_level": "owner",
        "emails_disabled": null,
        "mentions_disabled": null,
        "lfs_enabled": true,
        "avatar_url": "https://my-git-server.com/uploads/-/system/group/avatar/5/mylogo.png",
        "request_access_enabled": true,
        "full_name": "group5",
        "full_path": "group5",
        "parent_id": null
    }
]