Service - ADContainer
Java Class
com.omnissa.vdi.vlsi.binding.vdi.utils.ADContainer
See also
ADContainerInfo, ADDomainId, ViewComposerDomainAdministratorId
Since
Horizon View 6.0
Service Description¶
Provides the ability to retrieve domain container information for the View Cluster.
Methods
Methods defined in this Service: ADContainer_ListByDomain, ADContainer_ListByViewComposerDomainAdministrator
Lists the Active Directory containers for a specific domain. Requires at least one of the listed privileges.
Privileges
Privilege | Description |
---|---|
GLOBAL_CONFIG_VIEW | Global configuration (read-only) privilege is required to list the active directory containers. |
POOL_VIEW | privilege is required to list the active directory containers. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the ADContainer used to make the method call. |
domain | ADDomainId | The domain to list containers. |
Return Value
Type | Description |
---|---|
ADContainerInfo[] | A list of ADContainerInfo containing information about the AD containers. |
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
Lists the Active Directory containers for a specific domain. Requires at least one of the listed privileges.
Privileges
Privilege | Description |
---|---|
GLOBAL_CONFIG_VIEW | Global configuration (read-only) privilege is required to list the active directory containers. |
POOL_VIEW | privilege is required to list the active directory containers. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the ADContainer used to make the method call. |
domainAdministrator | ViewComposerDomainAdministratorId | The domain administrator to list containers. |
Return Value
Type | Description |
---|---|
ADContainerInfo[] | A list of ADContainerInfo containing information about the AD containers. |
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. |
InvalidRequest | Thrown if the domain of the specified administrator is unknown to the View cluster. |
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