Data Object - ADDomainInfo
Java Class
com.omnissa.vdi.vlsi.binding.vdi.utils.ADDomain.ADDomainInfo
Returned by
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:
|
||||||
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 |