
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
27 lines
669 B
ReStructuredText
27 lines
669 B
ReStructuredText
.. _long: https://docs.python.org/2/library/stdtypes.html
|
|
|
|
.. _string: ../../str
|
|
|
|
.. _AcquireCredentialsInGuest: ../../vim/vm/guest/AuthManager.rst#acquireCredentials
|
|
|
|
.. _vim.fault.GuestOperationsFault: ../../vim/fault/GuestOperationsFault.rst
|
|
|
|
|
|
vim.fault.GuestAuthenticationChallenge
|
|
======================================
|
|
:extends:
|
|
|
|
`vim.fault.GuestOperationsFault`_
|
|
|
|
Fault is thrown when a call to `AcquireCredentialsInGuest`_ requires a challenge response in order to authenticate in the guest. The authToken string in serverChallenge contains a base64 encoded challenge token.
|
|
|
|
Attributes:
|
|
|
|
serverChallenge (`str`_)
|
|
|
|
sessionID (`long`_)
|
|
|
|
|
|
|
|
|