AccessSettingsType

Type:
AccessSettingsType
Namespace:
http://www.vmware.com/vcloud/v1.5
Description:
A list of access settings for a resource.
Since:
0.9
Schema:
common.xsd
Media type(s):
None
Extends:
VCloudExtensibleType
XML Representation:
<AccessSettingsType xmlns="http://www.vmware.com/vcloud/v1.5">
    <AccessSetting>
        <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>
    </AccessSetting>
</AccessSettingsType>

Elements

Element Type Required Modifiable Since Deprecated Description
AccessSetting AccessSettingType Yes always 0.9 Access setting for a resource.
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.