HostActiveDirectorySpec

HostActiveDirectorySpec
HostActiveDirectorySpec

The HostActiveDirectorySpec data object defines properties for Active Directory domain access.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "domainName": "string",
    "userName": "string",
    "password": "string",
    "camServer": "string",
    "thumbprint": "string",
    "certificate": "string",
    "smartCardAuthenticationEnabled": false,
    "smartCardTrustAnchors": [
        "string"
    ]
}
string
domainName
Optional

Domain name.

string
userName
Optional

Name of an Active Directory account with the authority to add a host to the domain.

string As password As password
password
Optional

Password for the Active Directory account.

string
camServer
Optional

If set, the CAM server will be used to join the domain and the userName and password fields will be ignored.

string
thumbprint
Optional

Thumbprint for the SSL certficate of CAM server

string
certificate
Optional

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

boolean
smartCardAuthenticationEnabled
Optional

Deprecated as of vSphere API 8.0U3, and there is no replacement for it.

Support smart card authentication of local users.

array of string
smartCardTrustAnchors
Optional

Deprecated as of vSphere API 8.0U3, and there is no replacement for it.

Trusted root certificates for smart cards.