vCloud API - Session
SessionType
- Element:
- Session
- Type:
- SessionType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- Represents a vCloud Session.
- Since:
- 1.5
- Schema:
- session.xsd
- Media type(s):
- None
- Extends:
- ResourceType
- XML Representation:
- <Session xmlns="http://www.vmware.com/vcloud/v1.5" href="xs:anyURI" type="xs:string" user="xs:string" org="xs:string"
userId="xs:string" roles="xs:string">
<VCloudExtension required="xs:boolean"/>
<Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
rel="xs:string">
<VCloudExtension required="xs:boolean"/>
</Link>
</Session>
Attributes
-
Attribute Type Required Modifiable Since Deprecated Description href anyURI No always 1.5 The URI of the entity. type string No always 1.5 The MIME type of the entity. user string No none 1.5 The name of the user that owns the session org string No none 1.5 The name of the user's organization userId string No none 5.5 The URN of the user entity roles string No none 5.7 Role assigned to this user during this session. Elements
-
Element Type Required Modifiable Since Deprecated Description Link LinkType No none 1.5 A reference to an entity or operation associated with this object. VCloudExtension VCloudExtensionType No always 1.5 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services.