mirror of https://github.com/MISP/misp-objects
chg: [gitlab-user] because -r is important
parent
b4d21455fd
commit
8ee7728e84
|
@ -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
|
||||||
}
|
}
|
Loading…
Reference in New Issue