DomainControllerPropertiesArgs

data class DomainControllerPropertiesArgs(val dnsServer: Output<String>? = null, val domainName: Output<String>? = null, val ouPath: Output<String>? = null) : ConvertibleToJava<DomainControllerPropertiesArgs>

The properties of domain controller to which SCOM and SQL servers join for AuthN/AuthZ.

Constructors

Link copied to clipboard
constructor(dnsServer: Output<String>? = null, domainName: Output<String>? = null, ouPath: Output<String>? = null)

Properties

Link copied to clipboard
val dnsServer: Output<String>? = null

IP address of DNS server

Link copied to clipboard
val domainName: Output<String>? = null

Fully qualified domain name

Link copied to clipboard
val ouPath: Output<String>? = null

Organizational Unit path in which the SCOM servers will be present

Functions

Link copied to clipboard
open override fun toJava(): DomainControllerPropertiesArgs