View API
|
| Local Methods | ||
| Service Types | Data Object Types | All Properties | All Methods |
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_Get
Get an AD user or group info by ID.Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the ADUserOrGroup used to make the method call. |
| id | UserOrGroupId |
UserOrGroupId of entity to get.
|
Return Value
| Type | Description |
|---|---|
| ADUserOrGroupInfo | requested user or group info. |
Faults
| Type | Description |
|---|---|
| EntityNotFound | Thrown if any specified entity cannot be found. |
| InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
| InvalidArgument | Thrown if any specified argument is invalid. |
| InvalidType | Thrown if the type of any specified argument is invalid. |
| UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Show WSDL type definition
ADUserOrGroup_GetInfos
Get AD user or group infos by ids.Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the ADUserOrGroup used to make the method call. |
| ids | UserOrGroupId[] |
UserOrGroupIds of entities to get.
|
Return Value
| Type | Description |
|---|---|
| ADUserOrGroupInfo[] | requested user or group infos. |
Faults
| Type | Description |
|---|---|
| EntityNotFound | Thrown if any specified entity cannot be found. |
| InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
| InvalidArgument | Thrown if any specified argument is invalid. |
| InvalidType | Thrown if the type of any specified argument is invalid. |
| UnexpectedFault | Thrown 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
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the ADUserOrGroup used to make the method call. |
| id | UserOrGroupId |
UserOrGroupId of entity to get.
|
Return Value
| Type | Description |
|---|---|
| ADUserOrGroupSummaryView | requested user or group summary vview. |
Faults
| Type | Description |
|---|---|
| EntityNotFound | Thrown if any specified entity cannot be found. |
| InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
| InvalidArgument | Thrown if any specified argument is invalid. |
| InvalidType | Thrown if the type of any specified argument is invalid. |
| UnexpectedFault | Thrown 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
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the ADUserOrGroup used to make the method call. |
| ids | UserOrGroupId[] |
UserOrGroupIds of entities to get.
|
Return Value
| Type | Description |
|---|---|
| ADUserOrGroupSummaryView[] | requested user or group summary views. |
Faults
| Type | Description |
|---|---|
| EntityNotFound | Thrown if any specified entity cannot be found. |
| InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
| InvalidArgument | Thrown if any specified argument is invalid. |
| InvalidType | Thrown if the type of any specified argument is invalid. |
| UnexpectedFault | Thrown 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
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the ADUserOrGroup used to make the method call. |
| id | UserOrGroupId |
UserOrGroupId of entity to get.
|
Return Value
| Type | Description |
|---|---|
| ADUserOrGroupView | requested user or group full view. |
Faults
| Type | Description |
|---|---|
| EntityNotFound | Thrown if any specified entity cannot be found. |
| InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
| InvalidArgument | Thrown if any specified argument is invalid. |
| InvalidType | Thrown if the type of any specified argument is invalid. |
| UnexpectedFault | Thrown 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
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the ADUserOrGroup used to make the method call. |
| ids | UserOrGroupId[] |
UserOrGroupIds of entities to get.
|
Return Value
| Type | Description |
|---|---|
| ADUserOrGroupView[] | requested user or group full views. |
Faults
| Type | Description |
|---|---|
| EntityNotFound | Thrown if any specified entity cannot be found. |
| InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
| InvalidArgument | Thrown if any specified argument is invalid. |
| InvalidType | Thrown if the type of any specified argument is invalid. |
| UnexpectedFault | Thrown 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
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the ADUserOrGroup used to make the method call. |
| id | UserOrGroupId |
UserOrGroupId of entities to refresh.
|
Return Value
| Type | Description |
|---|---|
| ADUserOrGroupSummaryView | The refreshed summary view of the user or group. |
Faults
| Type | Description |
|---|---|
| EntityNotFound | Thrown if any specified entity cannot be found. |
| InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
| InvalidArgument | Thrown if any specified argument is invalid. |
| InvalidType | Thrown if the type of any specified argument is invalid. |
| UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Show WSDL type definition
| Top of page | Local Methods | ||
| Service Types | Data Object Types | All Properties | All Methods |