Files
deb-python-pyvmomi/docs/vim/host/AuthenticationManagerInfo.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.1 KiB

vim.host.AuthenticationManagerInfo

The HostAuthenticationManagerInfo data object provides access to authentication information for the ESX host.

extends

vmodl.DynamicData

since

vSphere API 4.1

Attributes:

authConfig (vim.host.AuthenticationStoreInfo):

An array containing entries for local authentication and host Active Directory authentication.
  • HostLocalAuthenticationInfo
    • Local authentication is always enabled.
  • HostActiveDirectoryInfo
    • Host Active Directory authentication information includes the name of the domain, membership status, and a list of other domains trusted by the membership domain.