class VMware_VCloud_SDK_User extends VMware_VCloud_SDK_Abstract
| string |
getEntityId()
Get vCloud ID of the vCloud resource entity from its data object. |
from VMware_VCloud_SDK_Abstract |
| VMware_VCloud_API_ReferenceType |
getUserRef()
Get a reference to a VMware vCloud user entity. |
|
| VMware_VCloud_API_UserType |
getUser()
Get a VMware vCloud user entity. |
|
| string |
getId()
Constructs vCloud ID of this user from its UUID. |
|
| VMware_VCloud_API_UserType|null |
enable(boolean $enable = true)
Enable a user. |
|
| VMware_VCloud_API_UserType|null |
disable()
Disable a user. |
|
| VMware_VCloud_API_UserType |
modify(VMware_VCloud_API_UserType $user)
Modify a user. |
|
| null |
delete()
Delete a user. |
|
| null |
unlock()
Unlock a user. |
|
| VMware_VCloud_API_Extension_UserEntityRightsType |
getEntityRights(VMware_VCloud_API_Extension_EntityReferencesType $refs)
Queries user privileges on a set of entities. |
|
| VMware_VCloud_API_ReferencesType |
getGrantedRights()
Queries user granted privileges. |
public string
getEntityId()
Get vCloud ID of the vCloud resource entity from its data object.
public VMware_VCloud_API_ReferenceType
getUserRef()
Get a reference to a VMware vCloud user entity.
public VMware_VCloud_API_UserType
getUser()
Get a VMware vCloud user entity.
public string
getId()
Constructs vCloud ID of this user from its UUID.
public VMware_VCloud_API_UserType|null
enable(boolean $enable = true)
Enable a user.
public VMware_VCloud_API_UserType|null
disable()
Disable a user.
public VMware_VCloud_API_UserType
modify(VMware_VCloud_API_UserType $user)
Modify a user.
public null
delete()
Delete a user.
public null
unlock()
Unlock a user.
public VMware_VCloud_API_Extension_UserEntityRightsType
getEntityRights(VMware_VCloud_API_Extension_EntityReferencesType $refs)
Queries user privileges on a set of entities.
public VMware_VCloud_API_ReferencesType
getGrantedRights()
Queries user granted privileges.