VMware Cloud Director API - OrgRights
OrganizationRightsType
- Element:
- OrgRights
- Type:
- OrganizationRightsType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- Represents all the rights that have been granted to an organization.
- Since:
- 27.0
- Deprecated:
- 31.0
- Schema:
- vCloudEntities.xsd
- Media type(s):
-
application/vnd.vmware.admin.org.rights+json
application/vnd.vmware.admin.org.rights+xml
- Extends:
- ResourceType
- XML Representation:
-
<OrgRights xmlns="http://www.vmware.com/vcloud/v1.5" href="xs:anyURI" type="xs:string">
<Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
rel="xs:string" model="xs:string"/>
<RightReference href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
</OrgRights>
-
Attributes
-
Attribute Type Required Modifiable Since Deprecated Description href anyURI No always 27.0 The URI of the entity. type string No always 27.0 The MIME type of the entity. -
Elements
-
Element Type Required Modifiable Since Deprecated Description Link LinkType No none 27.0 A reference to an entity or operation associated with this object. RightReference ReferenceType No none 27.0 A reference to a role. VCloudExtension VCloudExtensionType No always 27.0 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services. -
Operations
-
CRUD Operation Description Since Deprecated create POST /admin/org/{orgId}/rights Add rights to an organization 38.1 read GET /admin/org/{orgId}/rights Retrieve rights for an organization 38.1 update PUT /admin/org/{orgId}/rights Modify rights for an organization 38.1 delete DELETE /admin/org/{orgId}/rights Remove all rights from an organization 38.1