-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy pathdefinition.json
49 lines (49 loc) · 1.16 KB
/
definition.json
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
{
"attributes": {
"avatar_url": {
"description": "Avatar url of the GitLab User",
"misp-attribute": "link",
"ui-priority": 1
},
"id": {
"description": "GitLab User id",
"misp-attribute": "text",
"ui-priority": 1
},
"name": {
"description": "Complete Name of the GitLab User Id",
"misp-attribute": "text",
"ui-priority": 1
},
"state": {
"description": "State of the GitLab User",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1,
"values_list": [
"active",
"inactive",
"blocked"
]
},
"username": {
"description": "Username of the GitLab User",
"misp-attribute": "text",
"ui-priority": 1
},
"web_url": {
"description": "Profile url of the GitLab User",
"misp-attribute": "link",
"multiple": true,
"ui-priority": 96
}
},
"description": "GitLab user. Gitlab.com user or self-hosted GitLab instance",
"meta-category": "misc",
"name": "gitlab-user",
"requiredOneOf": [
"username"
],
"uuid": "39ef3197-08f5-445f-b3b6-9d4d8604071c",
"version": 1
}