|
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. |
| usr_list_tenantid | paramString | All tenants related to users (separated by the symbol ';'), each tenant id is represented as hex string in uppercase. It is not allowed to sort by this field. Don't try to search on it, use 'usr_tenantid' instead. |
| usr_tenantid | paramBinary | Tenant ID, to identify a logically separable set of users. Used for filter only! |