Name
|
Type
|
Description
|
id | ADDomainId |
The ID of the domain.
|
dnsName | xsd:string |
The DNS name of the domain.
- This property cannot be updated.
|
netBiosName | xsd:string |
The NetBIOS name of the domain.
- This property cannot be updated.
|
domainType | xsd: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. |
|
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
- This property need not be set.
- This property cannot be updated.
|
adDomainAdvancedSettings | ADDomainAdvancedSettings |
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.
|