Files
k7/WTAPPROOT/K7/k7config.json
SET e434315940 Edit owner trust level.
Inplace editing with a combobox if user is allowed. in app config file.
2020-10-25 17:28:47 +01:00

17 lines
330 B
JSON

{
"sCommonName" : {
"user1" : {
"canImport" : true,
"canDelete" : true,
"canEditOwnerTrust" : true,
"privKeyIds" : [
"FullKeyId1",
"FullKeyId2"
]
},
"user2" : {
"canImport" : true
}
}
}