SEND US FEEDBACK!
vSphere API/SDK Documentation > vSphere Management SDK > vSphere Web Services SDK Documentation > VMware vSphere API Reference > Fault Types > U
  • 0 Ratings

Fault - UserNotFound(vim.fault.UserNotFound)

Thrown by
AssignUserToGroup, ChangeAccessMode, ChangeOwner, RemoveGroup, RemoveUser, ResetEntityPermissions, SetEntityPermissions, UnassignUserFromGroup, UpdateLockdownExceptions, UpdateSystemUsers, UpdateUser
Extends
VimFault

Fault Description

Thrown when the request refers to a user or group name that could not be resolved.

Properties

Name Type Description
principalxsd:string

Principal value that failed lookup.
unresolvedxsd:boolean

Flag to indicate whether or not the lookup was unsuccessful. A false value indicates that the user does not exist in the directory. A true value indicates that the directory could not be contacted, possibly due to a network error.
Properties inherited from VimFault
None
Properties inherited from MethodFault
faultCause, faultMessage

Show WSDL type definition




Feedback

  • 0 Ratings