Data Object - ADUserOrGroupSummaryView
Java Class
com.omnissa.vdi.vlsi.binding.vdi.users.ADUserOrGroup.ADUserOrGroupSummaryView
Property of
Returned by
ADUserOrGroup_GetSummaryView, ADUserOrGroup_GetSummaryViews, ADUserOrGroup_Refresh, ADUserOrGroup_RefreshUsersOrGroups
See also
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:
- base.group (QueryFilterEquals filter only)
- base.loginName/name (QueryFilterEquals, QueryFilterContains, or QueryFilterStartsWith filter only)
- base.domain (QueryFilterEquals filter only). This can be specified as either the DNS or NetBIOS name of the domain.
- base.description (QueryFilterEquals, QueryFilterContains, or QueryFilterStartsWith filter only)
- base.phone (QueryFilterEquals, QueryFilterContains, or QueryFilterStartsWith filter only)
- base.email (QueryFilterEquals, QueryFilterContains, or QueryFilterStartsWith filter only)
- base.guid (QueryFilterEquals filter only)
- base.formattedGuid (QueryFilterEquals filter only)
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. |