Host Authentication Manager Get Supported Store
An array that can contain managed object references to local and Active Directory authentication managed objects.
supportedStore
data implies a connection to a system that stores information about accounts. The supportedStore
array can include the following objects:
HostLocalAuthentication - Local authentication refers to user accounts on the ESX host. Local authentication is always enabled.
HostActiveDirectoryAuthentication - Active Directory authentication refers to computer accounts and user accounts on the domain controller. This object indicates the domain membership status for the host and defines the join and leave methods for Active Directory membership.
If
supportedStore
references a HostActiveDirectoryAuthentication object, the host is capable of joining a domain. However, if you try to add a host to a domain when the HostAuthenticationStoreInfo.enabled property isTrue
(accessed through theinfo
property), the join method will throw a fault.
The unique identifier for the managed object to which the property attaches; the serialized managed object reference for a request has the form moType/moId
, in this case HostAuthenticationManager/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
OK
[
{
"_typeName": "string",
"type": "string",
"value": "string"
}
]