DomainControllerPropertiesResponse

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
constructor(dnsServer: String? = null, domainName: String? = null, ouPath: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dnsServer: String? = null

IP address of DNS server

Link copied to clipboard
val domainName: String? = null

Fully qualified domain name

Link copied to clipboard
val ouPath: String? = null

Organizational Unit path in which the SCOM servers will be present