mirror of https://github.com/MISP/misp-objects
Added employee-type
parent
8b8ffaea17
commit
01df8c715e
|
@ -38,6 +38,19 @@
|
||||||
"description": "the organizational business unit associated with the employee",
|
"description": "the organizational business unit associated with the employee",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "target-org"
|
"misp-attribute": "target-org"
|
||||||
|
},
|
||||||
|
"employee-type": {
|
||||||
|
"description": "type of employee",
|
||||||
|
"ui-priority": 0,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"values_list": [
|
||||||
|
"Mid-Level Manager",
|
||||||
|
"Senior Manager",
|
||||||
|
"Non-Manager",
|
||||||
|
"Supervisor",
|
||||||
|
"First-Line Manager",
|
||||||
|
"Director"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 1,
|
"version": 1,
|
||||||
|
|
Loading…
Reference in New Issue