ADDomainSpec
ADDomainSpec
Specification of untrusted domain.
JSON Example
{
"ad_domain_advanced_settings": {
"ad_domain_auto_discovery": true,
"ad_domain_context": "dc=abc,dc=com",
"ad_domain_controllers": [
"example.com",
"example1.com"
],
"ad_domain_preferred_site": "Bengaluru",
"port": 389
},
"dns_name": "example.com",
"netbios_name": "EXAMPLE",
"primary_account": {
"password": [
"<password>"
],
"username": "Administrator"
}
}
string As ^((?!-)[A-Za-z0-9-]{1,63}(?<!-)\.)+[A-Za-z0-9]{2,63}$
dns_name
Required
The DNS name of the domain.
string
netbios_name
Required
The NetBIOS name of the domain.