UNPKG
mcafee
Version:
latest (0.8.3)
0.8.3
0.8.1
0.8.0
mcafee api via restful
github.com/IZIPhAnToMIZI/node-mcafee
IZIPhAnToMIZI/node-mcafee
mcafee
/
test
/
nock
/
core.listUsers.js
21 lines
(20 loc)
•
359 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module
.
exports
= {
"success"
: {
"status"
:
"OK"
,
"code"
:
0
,
"result"
: [ {
"id"
:
1
,
"name"
:
"administrator"
,
"fullName"
:
""
,
"email"
:
""
,
"phoneNumber"
:
""
,
"disabled"
:
false
,
"admin"
:
true
,
"authType"
:
"pwd"
,
"authDetails"
:
""
,
"notes"
:
""
} ] } }