HostActiveDirectoryInfo
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.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"enabled": false,
"joinedDomain": "string",
"trustedDomain": [
"string"
],
"domainMembershipStatus": "string",
"smartCardAuthenticationEnabled": false
}
string
joinedDomain
Optional
The domain that this host joined.
array of
string
trustedDomain
Optional
List of domains with which the joinedDomain
has a trust.
The joinedDomain
is not included in the
trustedDomain
list.
string
domainMembershipStatus
Optional
Health information about the domain membership.
boolean
smartCardAuthenticationEnabled
Optional
Whether local smart card authentication is enabled.