1.5

Table Of Contents
<RightReferences>
<RightReference
type="application/vnd.vmware.admin.right+xml"
name="vApp: View"
href="https://vcloud.example.com/api/admin/right/16"/>
<RightReference
type="application/vnd.vmware.admin.right+xml"
name="vApp: Power Operations"
href="https://vcloud.example.com/api/admin/right/9"/>
<RightReference
type="application/vnd.vmware.admin.right+xml"
name="vApp: Download"
href="https://vcloud.example.com/api/admin/right/11"/>
</RightReferences>
</Role>
Response:
201 Created
Content-Type: application/vnd.vmware.admin.role+xml
...
<Role
name="vAppWrangler"
id="urn:vcloud:role:102"
xmlns="http://www.vmware.com/vcloud/v1.5"
href="https://vcloud.example.com/api/admin/role/102" ...>
<Link
rel="edit"
type="application/vnd.vmware.admin.role+xml"
href="https://vcloud.example.com/api/admin/role/102"/>
<Link
rel="remove"
href="https://vcloud.example.com/api/admin/role/102"/>
<Description>Create and manage vApps</Description>
<RightReferences>
...
</RightReferences>
</Role>
Controlling Access to vApps and Catalogs
An organization administrator can use controlAccess links to control access to vApps and catalogs.
Catalogs and vApps include two types of access control links:
n
Links where rel="down".
<Link
rel="down"
type="application/vnd.vmware.vcloud.controlAccess+xml"
href="https://vcloud.example.com/api/
object-type
/
id
/controlAccess/"/>
Use this kind of link to retrieve the access control settings for the object identified in the href value.
Chapter 6 Creating, Provisioning, and Managing Organizations
VMware, Inc. 157