Domain Controller Properties Response
data class DomainControllerPropertiesResponse(val dnsServer: String? = null, val domainName: String? = null, val ouPath: String? = null)
The properties of domain controller to which SCOM and SQL servers join for AuthN/AuthZ.
Constructors
Link copied to clipboard
fun DomainControllerPropertiesResponse(dnsServer: String? = null, domainName: String? = null, ouPath: String? = null)