| Local Methods | ||
Service Types | Data Object Types | All Properties | All Methods |
Methods
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. |
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 |
---|---|
ADGroupInfo[] | Array of ADGroupInfo that can be entitled for the user. |
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. |
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. |
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 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. |
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. |
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. |
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. |
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. |
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. |
ids | UserOrGroupId[] |
UserOrGroupIds of entities to refresh.
|
Return Value
Type | Description |
---|---|
ADUserOrGroupSummaryView[] | Refreshed summary views of given users/groups. |
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. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the ADUserOrGroup used to make the method call. |
adUserCredentialSpec | ADUserCredentialSpec |
|
Return Value
Type | Description |
---|---|
None |
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. |
Top of page | Local Methods | ||
Service Types | Data Object Types | All Properties | All Methods |