42 lines
351 B
JSON
42 lines
351 B
JSON
|
{
|
||
|
"userDefault" :[
|
||
|
"create",
|
||
|
|
||
|
"link",
|
||
|
"unlink",
|
||
|
|
||
|
"search",
|
||
|
|
||
|
"getAll",
|
||
|
"getById",
|
||
|
"getByCode",
|
||
|
"getByUsername",
|
||
|
|
||
|
"getClusters",
|
||
|
|
||
|
"edit",
|
||
|
|
||
|
"delete"
|
||
|
],
|
||
|
|
||
|
"machineDefault" :[
|
||
|
"create",
|
||
|
|
||
|
"link",
|
||
|
"unlink",
|
||
|
|
||
|
"search",
|
||
|
|
||
|
"getAll",
|
||
|
"getById",
|
||
|
"getByCode",
|
||
|
"getByName",
|
||
|
|
||
|
"getClusters",
|
||
|
|
||
|
"edit",
|
||
|
|
||
|
"delete"
|
||
|
]
|
||
|
|
||
|
}
|