vCloud API - AccessSettingType
AccessSettingType
- Type:
- AccessSettingType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- Controls access to the resource.
- Since:
- 0.9
- Schema:
- common.xsd
- Media type(s):
- None
- Extends:
- VCloudExtensibleType
- XML Representation:
- <AccessSettingType xmlns="http://www.vmware.com/vcloud/v1.5">
<VCloudExtension required="xs:boolean"/>
<Subject href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string">
<VCloudExtension required="xs:boolean"/>
</Subject>
<AccessLevel> xs:string </AccessLevel>
</AccessSettingType>
Elements
-
Element Type Required Modifiable Since Deprecated Description AccessLevel string Yes always 0.9 The access level for the subject. One of:
FullControl
Change
ReadOnly
Deny (only for a VDC resource)Subject ReferenceType No always 0.9 The user or group to which these settings apply. VCloudExtension VCloudExtensionType No always 0.9 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.