Data Object - SessionManagerGenericServiceTicket

Returned by
AcquireGenericServiceTicket
Extends
DynamicData
Since
vSphere API 5.0

Data Object Description

This data object represents a ticket which grants access to some service. The ticket may be used only once and is valid only for the SessionManagerServiceRequestSpec with which it was acquired. For HTTP service requests (when spec is of type HttpServiceRequestSpec) the returned ticket must be used by setting id as the value of a special cookie in the HTTP request. For CGI requests the name of this cookie is 'vmware_cgi_ticket'. The use of the returned ticket for other services is to be defined.

Properties

Name Type Description
idxsd:string

A unique string identifying the ticket.
Properties inherited from DynamicData
dynamicProperty, dynamicType

Show WSDL type definition