chg: [gitlab-user] because -r is important

pull/297/head
Alexandre Dulaunoy 2020-10-07 09:20:54 +02:00
parent b4d21455fd
commit 8ee7728e84
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,10 @@
{ {
"attributes": { "attributes": {
"avatar_url": {
"description": "Avatar url of the GitLab User",
"misp-attribute": "link",
"ui-priority": 1
},
"id": { "id": {
"description": "GitLab User id", "description": "GitLab User id",
"misp-attribute": "text", "misp-attribute": "text",
@ -10,11 +15,6 @@
"misp-attribute": "text", "misp-attribute": "text",
"ui-priority": 1 "ui-priority": 1
}, },
"username": {
"description": "Username of the GitLab User",
"misp-attribute": "text",
"ui-priority": 1
},
"state": { "state": {
"description": "State of the GitLab User", "description": "State of the GitLab User",
"disable_correlation": true, "disable_correlation": true,
@ -26,9 +26,9 @@
"blocked" "blocked"
] ]
}, },
"avatar_url": { "username": {
"description": "Avatar url of the GitLab User", "description": "Username of the GitLab User",
"misp-attribute": "link", "misp-attribute": "text",
"ui-priority": 1 "ui-priority": 1
}, },
"web_url": { "web_url": {
@ -46,4 +46,4 @@
], ],
"uuid": "39ef3197-08f5-445f-b3b6-9d4d8604071c", "uuid": "39ef3197-08f5-445f-b3b6-9d4d8604071c",
"version": 1 "version": 1
} }