Data Object - ADDomainInfo

Class
VMware.Hv.ADDomainInfo
Returned by
ADDomain_List
See also
ADDomainAdvancedSettings, ADDomainId, ServiceAccountCredentials, ServiceAccountCredentialsInfo
Since
Horizon View 6.0

Data Object Description

Information about an active directory domain.

Data Object Properties

Properties

Name Type Description
idADDomainId

The ID of the domain.
dnsNamexsd:string

The DNS name of the domain.
  • This property cannot be updated.
netBiosNamexsd:string

The NetBIOS name of the domain.
  • This property cannot be updated.
domainTypexsd:string

The relationship of the domain with connection server.

Since Horizon 8.1
  • This property need not be set.
  • This property cannot be updated.
  • This property will be one of:
    Value Description
    "CONNECTION_SERVER_DOMAIN"The domain having trust with connection server domain.
    "NO_TRUST_DOMAIN"The domain not having any trust with connection server domain.
primaryAccountServiceAccountCredentials

Primary service account details. This property will set if domainType is set to "NO_TRUST_DOMAIN".

Since Horizon 8.1
auxiliaryAccountsServiceAccountCredentialsInfo[]

Auxiliary service account details. This property will set if domainType is set to "NO_TRUST_DOMAIN".

Since Horizon 8.1
  • This property need not be set.
  • This property cannot be updated.
adDomainAdvancedSettingsADDomainAdvancedSettings

Advanced information of No Trust domain. This property will set if domainType is set to "NO_TRUST_DOMAIN".

Since Horizon 8.1
  • This property need not be set.