HostActiveDirectoryInfo
The HostActiveDirectoryInfo data object describes ESX host membership in an Active Directory domain.
If the HostAuthenticationStoreInfo.enabled property is True
, the host is a member of a domain and the ESX Server will set the domain information properties.
{
"_typeName": "string",
"enabled": false,
"joinedDomain": "string",
"trustedDomain": [
"string"
],
"domainMembershipStatus": "string",
"smartCardAuthenticationEnabled": false
}
The domain that this host joined.
List of domains with which the joinedDomain
has a trust.
The joinedDomain
is not included in the trustedDomain
list.
Health information about the domain membership.
Deprecated as of vSphere API 8.0U3, and there is no replacement for it.
Whether local smart card authentication is enabled.