UserEntityRightsType

Element:
UserEntityRights
Type:
UserEntityRightsType
Namespace:
http://www.vmware.com/vcloud/extension/v1.5
Description:
Container for EntityRights elements. Each element contains a reference to an entity and a list of user rights that the entity supports.
Since:
5.1
Schema:
vmwextensions.xsd
Media type(s):
application/vnd.vmware.admin.userEntityRights+xml
Extends:
anyType
XML Representation:
<UserEntityRights xmlns="http://www.vmware.com/vcloud/extension/v1.5" xmlns:vcloud_v1.5="http://www.vmware.com/vcloud/v1.5">
    <EntityRights>
        <vcloud_v1.5:Reference href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
        <Rights href="xs:anyURI" type="xs:string">
            <vcloud_v1.5:Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
                    rel="xs:string"/>
            <vcloud_v1.5:Right href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
        </Rights>
    </EntityRights>
</UserEntityRights>

Elements

Element Type Required Modifiable Since Deprecated Description
EntityRights EntityRightsType No 5.1 Single EntityRightsType

Operations

CRUD Operation Description Since Deprecated
as output POST /admin/user/{id}/entityRights Queries user privileges on a set of entities 5.1