ADDomainInfoV3
ADDomainInfoV3
Information related to AD Domains of the environment.
JSON Example
{
"ad_domain_advanced_settings": {
"ad_domain_auto_discovery": true,
"ad_domain_context": "dc=abc,dc=com",
"ad_domain_controllers": [
"example.com"
],
"ad_domain_preferred_site": "Bengaluru",
"port": 389
},
"auxiliary_accounts": [
{
"id": "554c9fc8-d948-4fbb-9612-69cd640191e6_user1",
"username": "Administrator"
}
],
"dns_name": "example.com",
"domain_type": "CONNECTION_SERVER_DOMAIN",
"id": "S-1-5-21-1085031214-1563985344-725345543",
"netbios_name": "AD-EXAMPLE1",
"primary_account": {
"username": "Administrator"
}
}
array of ADDomainAuxiliaryServiceAccountInfo
auxiliary_accounts
Optional
Auxiliary service accounts information of untrusted domain.
string
dns_name
Optional
DNS name of the AD Domain.
string
domain_type
Optional
AD Domain Type.
- CONNECTION_SERVER_DOMAIN: The domain having trust with connection server domain.
- NO_TRUST_DOMAIN: The domain not having any trust with connection server domain.
Possible values are : CONNECTION_SERVER_DOMAIN, NO_TRUST_DOMAIN,
string
id
Optional
Unique SID representing AD Domain.
string
netbios_name
Optional
NetBIOS name of the AD Domain.