Service - ADUserOrGroup

Class
VMware.Hv.ADUserOrGroup
See also
ADUserOrGroupInfo, ADUserOrGroupSummaryView, ADUserOrGroupView, UserOrGroupId
Since
Horizon View 6.0


Service Description

Data originated from Active Directory for a user or group.

Methods

Methods defined in this Service
ADUserOrGroup_Get, ADUserOrGroup_GetInfos, ADUserOrGroup_GetSummaryView, ADUserOrGroup_GetSummaryViews, ADUserOrGroup_GetView, ADUserOrGroup_GetViews, ADUserOrGroup_Refresh, ADUserOrGroup_RefreshUsersOrGroups

ADUserOrGroup_Get

Get an AD user or group info by ID.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the ADUserOrGroup used to make the method call.
idUserOrGroupId

UserOrGroupId of entity to get.

Return Value

Type Description
ADUserOrGroupInforequested user or group info.

Faults

Type Description
EntityNotFoundThrown if any specified entity cannot be found.
InsufficientPermissionThrown if the user does not have sufficient permission to perform the operation.
InvalidArgumentThrown if any specified argument is invalid.
InvalidTypeThrown if the type of any specified argument is invalid.
UnexpectedFaultThrown if an unexpected error occurs while performing the operation.

Show WSDL type definition



ADUserOrGroup_GetInfos

Get AD user or group infos by ids.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the ADUserOrGroup used to make the method call.
idsUserOrGroupId[]

UserOrGroupIds of entities to get.

Return Value

Type Description
ADUserOrGroupInfo[]requested user or group infos.

Faults

Type Description
EntityNotFoundThrown if any specified entity cannot be found.
InsufficientPermissionThrown if the user does not have sufficient permission to perform the operation.
InvalidArgumentThrown if any specified argument is invalid.
InvalidTypeThrown if the type of any specified argument is invalid.
UnexpectedFaultThrown if an unexpected error occurs while performing the operation.

Show WSDL type definition



ADUserOrGroup_GetSummaryView

Get an AD user or group summary view by ID.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the ADUserOrGroup used to make the method call.
idUserOrGroupId

UserOrGroupId of entity to get.

Return Value

Type Description
ADUserOrGroupSummaryViewrequested user or group summary vview.

Faults

Type Description
EntityNotFoundThrown if any specified entity cannot be found.
InsufficientPermissionThrown if the user does not have sufficient permission to perform the operation.
InvalidArgumentThrown if any specified argument is invalid.
InvalidTypeThrown if the type of any specified argument is invalid.
UnexpectedFaultThrown if an unexpected error occurs while performing the operation.

Show WSDL type definition



ADUserOrGroup_GetSummaryViews

Get AD user or group summary views by ids.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the ADUserOrGroup used to make the method call.
idsUserOrGroupId[]

UserOrGroupIds of entities to get.

Return Value

Type Description
ADUserOrGroupSummaryView[]requested user or group summary views.

Faults

Type Description
EntityNotFoundThrown if any specified entity cannot be found.
InsufficientPermissionThrown if the user does not have sufficient permission to perform the operation.
InvalidArgumentThrown if any specified argument is invalid.
InvalidTypeThrown if the type of any specified argument is invalid.
UnexpectedFaultThrown if an unexpected error occurs while performing the operation.

Show WSDL type definition



ADUserOrGroup_GetView

Get an AD user or group full view by ID.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the ADUserOrGroup used to make the method call.
idUserOrGroupId

UserOrGroupId of entity to get.

Return Value

Type Description
ADUserOrGroupViewrequested user or group full view.

Faults

Type Description
EntityNotFoundThrown if any specified entity cannot be found.
InsufficientPermissionThrown if the user does not have sufficient permission to perform the operation.
InvalidArgumentThrown if any specified argument is invalid.
InvalidTypeThrown if the type of any specified argument is invalid.
UnexpectedFaultThrown if an unexpected error occurs while performing the operation.

Show WSDL type definition



ADUserOrGroup_GetViews

Get AD user or group full views by ids.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the ADUserOrGroup used to make the method call.
idsUserOrGroupId[]

UserOrGroupIds of entities to get.

Return Value

Type Description
ADUserOrGroupView[]requested user or group full views.

Faults

Type Description
EntityNotFoundThrown if any specified entity cannot be found.
InsufficientPermissionThrown if the user does not have sufficient permission to perform the operation.
InvalidArgumentThrown if any specified argument is invalid.
InvalidTypeThrown if the type of any specified argument is invalid.
UnexpectedFaultThrown if an unexpected error occurs while performing the operation.

Show WSDL type definition



ADUserOrGroup_Refresh

Refresh and return the given user or group with current general information from Active Directory (including name, phone, email, user name, and default Windows domain) for any entitled or admin user or group stored in LDAP FSPs. This information is cached by the broker, both locally and globally if Multi-DataCenter View is enabled. The latter will only be refreshed if permissions exist to modify global data. If the given user or group's domain is one-way trusted, the refresh for that user may occur asynchronously when that user next logs in. In those cases, the returned value will be null.

Privileges

Privilege Description
FEDERATED_LDAP_MANAGE Global LDAP management is required to update the user or group in global LDAP in addition to local LDAP.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the ADUserOrGroup used to make the method call.
idUserOrGroupId

UserOrGroupId of entities to refresh.

Return Value

Type Description
ADUserOrGroupSummaryViewThe refreshed summary view of the user or group.

Faults

Type Description
EntityNotFoundThrown if any specified entity cannot be found.
InsufficientPermissionThrown if the user does not have sufficient permission to perform the operation.
InvalidArgumentThrown if any specified argument is invalid.
InvalidTypeThrown if the type of any specified argument is invalid.
UnexpectedFaultThrown if an unexpected error occurs while performing the operation.

Show WSDL type definition



ADUserOrGroup_RefreshUsersOrGroups

Refreshes the given users and/or groups with current general information from Active Directory (including name, phone, email, user name, and default Windows domain) for any entitled or admin user or group stored in LDAP FSPs. This information is cached by the broker, both locally and globally if Multi-DataCenter View is enabled. The latter will only be refreshed if permissions exist to modify global data.
If the given user or group's domain is one-way trusted, the refresh for that user may occur asynchronously when that user next logs in. In those cases, the returned value will be null.
If this method is invoked with null argument, it refreshes the FSP entries from local LDAP. In this case, refresh for the user will occur asynchronously when the user next logs in. So, the returned value will be null.

Privileges

Privilege Description
FEDERATED_LDAP_MANAGE Global LDAP management is required to update the user or group in global LDAP in addition to local LDAP.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the ADUserOrGroup used to make the method call.
idsUserOrGroupId[]

UserOrGroupIds of entities to refresh.
  • Optional parameter. If not specifing any value, this should be set to null.

Return Value

Type Description
ADUserOrGroupSummaryView[]Refreshed summary views of given users/groups.

Faults

Type Description
EntityNotFoundThrown if any specified entity cannot be found.
InsufficientPermissionThrown if the user does not have sufficient permission to perform the operation.
InvalidArgumentThrown if any specified argument is invalid.
InvalidTypeThrown if the type of any specified argument is invalid.
UnexpectedFaultThrown if an unexpected error occurs while performing the operation.

Show WSDL type definition