HostAuthenticationManagerInfo
HostAuthenticationManagerInfo
The HostAuthenticationManagerInfo data object provides access to authentication information for the ESX host.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"authConfig": [
{
"_typeName": "string",
"enabled": false
}
]
}
array of HostAuthenticationStoreInfo
authConfig
Required
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.
Returned By