KSC Open API
13.1
Kaspersky Security Center API description
|
By using SrvView, you can get the information about relationship between internal users and security internal groups.
Attribute name | Data type | Description |
---|---|---|
spl_nGrpId | paramInt | ID of the security group. |
spl_llGrpTrusteeId | paramLong | Unique ID within the list of users and security groups. |
spl_binGrpId | paramBinary | Binary ID of the security group. |
spl_wstrGrpName | paramString | Name of the security group. |
spl_nUsrId | paramInt | ID of a user. |
spl_llUsrTrusteeId | paramLong | Unique ID within the list of users and security groups. |
spl_binUsrId | paramBinary | Binary ID of a user. |
spl_wstrUsrName | paramString | Login of a user. |
spl_nVsId | paramInt | ID of the virtual server. |
spl_wstrVsName | paramString | Name of the virtual server. |
spl_wstrFullName | paramString | User full name. |
spl_wstrMailExtra | paramString | Additional user email. |
spl_wstrTelephoneExtra | paramString | Additional user phone number. |
spl_bUIS | paramBool | User account is based on UIS. |