Files
deb-python-pyvmomi/docs/vim/SessionManager/GenericServiceTicket.rst
Shawn Hartsock 15f7be9a52 pyVmomi reStructured Text Documentation
This external documentation for pyVmomi was generated using Googly Docs
(aka Google Standard Documentation) which renders very cleanly in
GitHub. Internal documentation for a class should be done in Sphinx
format because tools like pyCharm and Eclipse can use that documentation
as a hint for code completion.

Note: External docs as Googly Docs, internal docs as Sphinx.

Closes bug#15
2014-06-17 14:07:42 -04:00

1.2 KiB

vim.SessionManager.GenericServiceTicket

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.

extends

vmodl.DynamicData

since

vSphere API 5.0

Attributes:

id (str):

A unique string identifying the ticket.

hostName (str, optional):

The name of the host that the service is running on

sslThumbprint (str, optional):

The expected thumbprint of the SSL certificate of the host. If it is empty, the host must be authenticated by name.