HostActiveDirectorySpec
The HostActiveDirectorySpec data object defines properties for Active Directory domain access.
{
"_typeName": "string",
"domainName": "string",
"userName": "string",
"password": "string",
"camServer": "string",
"thumbprint": "string",
"certificate": "string",
"smartCardAuthenticationEnabled": false,
"smartCardTrustAnchors": [
"string"
]
}
Domain name.
Name of an Active Directory account with the authority to add a host to the domain.
Password for the Active Directory account.
If set, the CAM server will be used to join the domain and the userName
and password
fields will be ignored.
Thumbprint for the SSL certficate of CAM server
PEM-encoded certificate of the CAM server This field replaces thumbprint.
If both thumbprint and certificate fields are set, the thumbprint should match the certificate.
Since: vSphere API Release 8.0.3.0
Deprecated as of vSphere API 8.0U3, and there is no replacement for it.
Support smart card authentication of local users.
Deprecated as of vSphere API 8.0U3, and there is no replacement for it.
Trusted root certificates for smart cards.