new: [gitlab-user] GitLab user. Gitlab.com user or self-hosted GitLab instance object template

pull/297/head
Alexandre Dulaunoy 2020-10-07 09:13:29 +02:00
parent d2cfeb7c3e
commit b4d21455fd
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,49 @@
{
"attributes": {
"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
},
"username": {
"description": "Username of the GitLab User",
"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"
]
},
"avatar_url": {
"description": "Avatar url of the GitLab User",
"misp-attribute": "link",
"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
}