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