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",
"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
boolean
smartCardAuthenticationEnabled
Optional
Support smart card authentication of local users.
array of string
smartCardTrustAnchors
Optional
Trusted root certificates for smart cards.