Skip to content

Data Object - ADDomainInfo

Java Class

com.omnissa.vdi.vlsi.binding.vdi.utils.ADDomain.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

Name Type Description
id ADDomainId The ID of the domain.
dnsName xsd:string The DNS name of the domain. 2
netBiosName xsd:string The NetBIOS name of the domain. 2
domainType xsd:string The relationship of the domain with connection server. Since Horizon 8.1 1 2
* This property will be one of:
ValueDescription
CONNECTION_SERVER_DOMAINThe domain having trust with connection server domain.
NO_TRUST_DOMAINThe domain not having any trust with connection server domain.
primaryAccount ServiceAccountCredentials Primary service account details. This property will set if domainType is set to "NO_TRUST_DOMAIN". Since Horizon 8.1
auxiliaryAccounts ServiceAccountCredentialsInfo[] Auxiliary service account details. This property will set if domainType is set to "NO_TRUST_DOMAIN". Since Horizon 8.1 1 2
adDomainAdvancedSettings ADDomainAdvancedSettings Advanced information of No Trust domain. This property will set if domainType is set to "NO_TRUST_DOMAIN". Since Horizon 8.1 1

  1. This property need not be set. 

  2. This property cannot be updated.