Files
deb-python-pyvmomi/docs/vim/host/AuthenticationManagerInfo.rst
Shawn Hartsock c83651f5be pyvmomi RST docs do not properly show lists
Fixes RST documents to include list mark up when appropriate.

closes: https://github.com/vmware/pyvmomi/issues/76
2014-08-13 14:49:24 -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.