Kaspersky Security Center Automation  10.0
Permissions structure

Attributes of permissions IKlAkParams container are presented below.

"KLSPL_INHERITED" Boolean If the permissions list is inherited.
"KLSPL_POSSIBLE_RIGHTS" Integer Bitmask of access rights available for editing. See Access rights for bits meanings.
"KLSPL_PERMISSIONS" IKlAkCollection Permission list. Each entry of the array is a IKlAkParams container that contains attributes KLSPLU_*, see the table below.


Attributes of permissions entry IKlAkParams container are presented below.

"KLSPLU_SID" String Security ID (if OS account).
"KLSPLU_NAME" String User or group name (if OS account).
"KLSPLU_IS_GROUP" Boolean Is group (if OS account).
"KLSPLU_AKUSER_ID" Integer Id of AK user.
"KLSPLU_MAY_WRITE" Boolean The entry may be modified.
"KLSPLU_MAY_REMOVE" Boolean The entry may be removed.
"KLSPLU_ALLOWMASK" Integer Allow access mask. See Access rights for bits meanings.
"KLSPLU_DENYMASK" Integer Deny access mask. See Access rights for bits meanings.