|
| Local Methods | ||
| Service Types | Data Object Types | All Properties | All Methods |
Methods
| Methods defined in this Service |
|---|
| ADContainer_ListByDomain, ADContainer_ListByViewComposerDomainAdministrator |
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. |
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. |
| Top of page | Local Methods | ||
| Service Types | Data Object Types | All Properties | All Methods |