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">
    <Subject href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"/>
    <ExternalSubject>
        <SubjectId> xs:string </SubjectId>
        <IsUser> xs:boolean </IsUser>
        <IdpType> xs:string </IdpType>
    </ExternalSubject>
    <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)
ExternalSubject ExternalSubjectType No always 11.0 Subject existing external of VCD, to which these settings apply.
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.