Table 4.61. MS SQL Server Object
| Attribute | Type | Description | 
|---|---|---|
| name | string | User-friendly name | 
| externalAD | boolean | Is Active Directory is configured by the System Administrator | 
| domainAdminUserName | string | Username for Active Directory user with admin role, if Active Directory is configured by the System Administrator | 
| domain | string | Domain name. This attribute may be empty/null/omitted if machine is not a domain member | 
| mixedModeAuth | bool | Use LDAP to access SQL Server | 
| clusterIp | string | A valid IPv4 fixed IP | 
| clusterName | string | Service name for new SQL Cluster service | 
| agGroupName | string | Availability Group Name | 
| agListenerName | string | FQDN name of a new DNS entry for AG Listener endpoint | 
| agListenerIP | string | Availability Group Listener IP | 
| units | object | MS SQL Server Cluster Unit object | 
Table 4.62. MS SQL Server Cluster Unit object
| Attribute | Type | Description | 
|---|---|---|
| id | string | Unique ID | 
| isMaster | boolean | Is this node master? | 
| isSync | boolean | Is this node in sync mode? | 


