|
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. |