17 lines
330 B
JSON
17 lines
330 B
JSON
{
|
|
"sCommonName" : {
|
|
"user1" : {
|
|
"canImport" : true,
|
|
"canDelete" : true,
|
|
"canEditOwnerTrust" : true,
|
|
"privKeyIds" : [
|
|
"FullKeyId1",
|
|
"FullKeyId2"
|
|
]
|
|
},
|
|
"user2" : {
|
|
"canImport" : true
|
|
}
|
|
}
|
|
}
|