Skip to content

Commit b4d2145

Browse files
committed
new: [gitlab-user] GitLab user. Gitlab.com user or self-hosted GitLab instance object template
1 parent d2cfeb7 commit b4d2145

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"attributes": {
3+
"id": {
4+
"description": "GitLab User id",
5+
"misp-attribute": "text",
6+
"ui-priority": 1
7+
},
8+
"name": {
9+
"description": "Complete Name of the GitLab User Id",
10+
"misp-attribute": "text",
11+
"ui-priority": 1
12+
},
13+
"username": {
14+
"description": "Username of the GitLab User",
15+
"misp-attribute": "text",
16+
"ui-priority": 1
17+
},
18+
"state": {
19+
"description": "State of the GitLab User",
20+
"disable_correlation": true,
21+
"misp-attribute": "text",
22+
"ui-priority": 1,
23+
"values_list": [
24+
"active",
25+
"inactive",
26+
"blocked"
27+
]
28+
},
29+
"avatar_url": {
30+
"description": "Avatar url of the GitLab User",
31+
"misp-attribute": "link",
32+
"ui-priority": 1
33+
},
34+
"web_url": {
35+
"description": "Profile url of the GitLab User",
36+
"misp-attribute": "link",
37+
"multiple": true,
38+
"ui-priority": 96
39+
}
40+
},
41+
"description": "GitLab user. Gitlab.com user or self-hosted GitLab instance",
42+
"meta-category": "misc",
43+
"name": "gitlab-user",
44+
"requiredOneOf": [
45+
"username"
46+
],
47+
"uuid": "39ef3197-08f5-445f-b3b6-9d4d8604071c",
48+
"version": 1
49+
}

0 commit comments

Comments
 (0)