Skip to content

Data Object - ADUserOrGroupSummaryView

Java Class

com.omnissa.vdi.vlsi.binding.vdi.users.ADUserOrGroup.ADUserOrGroupSummaryView

Property of

ADUserOrGroupView

Returned by

ADUserOrGroup_GetSummaryView, ADUserOrGroup_GetSummaryViews, ADUserOrGroup_Refresh, ADUserOrGroup_RefreshUsersOrGroups

See also

ADUserOrGroupBase, UserOrGroupId

Since

Horizon View 6.0

Data Object Description

Summary view for ADUserOrGroup.

Queryable Data Object

This data object is queryable using QueryService.

Query definitions can specify the following member types:

The following caveats apply: * The first filter may be any of the above or an QueryFilterAnd filter specifying any combination of the above. An Or filter is also allowed, but only in two valid scenarios: * it specifies (group=true AND group=false). This signifies a query that should return both users and groups. * it specifies multiple domain with QueryFilterEquals filter. This signifies a query that should search users or groups in all the specified domains. Note: If more than one domain is passed then it will gracefully ignore any exceptions occurred during search in any of the domains. * The default query searches both users and groups for any all usernames, names, domains, and descriptions. * If either name or username is specified in a filter, the query will be done on both of these fields regardless of which is specified. * If sortBy is specified, only the first limit results in the system will be included. * limit cannot exceed 2000. * startingOffset cannot be specified.

Data Object Properties

Name Type Description
id UserOrGroupId User or group ID of this entity.
base ADUserOrGroupBase Basic active directory data for a user or group.