View API
| Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |
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 | ||||||
---|---|---|---|---|---|---|---|---|
id | ADDomainId |
The ID of the domain.
|
||||||
dnsName | xsd:string |
The DNS name of the domain.
|
||||||
netBiosName | xsd:string |
The NetBIOS name of the domain.
|
||||||
domainType | xsd:string |
The relationship of the domain with connection server.
Since Horizon 8.1
|
||||||
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
|
||||||
adDomainAdvancedSettings | ADDomainAdvancedSettings |
Advanced information of No Trust domain. This property will set if
domainType is set to "NO_TRUST_DOMAIN".
Since Horizon 8.1
|
Top of page | Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |