KSC Open API
Kaspersky Security Center API description
|
Users and groups relations. Only for Active Directory users or groups and internal users or groups.
Parameter 'pParams' of SrvView::ResetIterator method can contain:
Attribute name | Data type | Description |
---|---|---|
nUserId | paramInt | ID of user |
llUserId | paramLong | Unique ID within list of users and security groups. Matches to ul_llTrusteeId. |
nGroupId | paramInt | ID of security group. |
llGroupId | paramLong | Unique ID within list of users and security groups. Matches to ul_llTrusteeId. |
wstrGroupDisplayName | paramString | Security group display name. |
sUserDisplayName | paramString | User display name. |
bGroupInternal | paramBool | The attribute accepts true if a group is internal. |
nVServerId | paramInt | Virtual server ID. |
bUserInternal | paramBool | The attribute accepts true if a user is internal. |
bUserService | paramBool | Is a service user |
binId | paramBinary | Binary user id. |
wstrName | paramString | User name. |
wstrSamAccountName | paramString | User SAM account name. |
wstrMail | paramString | User mail. |
wstrMailExtra | paramString | User extra mail. |
wstrTelephoneNumber | paramString | User phone number. |
wstrTelephoneExtra | paramString | User extra phone number. |