WindowsGmsaProfileArgs

data class WindowsGmsaProfileArgs(val dnsServer: Output<String>? = null, val enabled: Output<Boolean>? = null, val rootDomainName: Output<String>? = null) : ConvertibleToJava<WindowsGmsaProfileArgs>

Windows gMSA Profile in the managed cluster.

Constructors

Link copied to clipboard
constructor(dnsServer: Output<String>? = null, enabled: Output<Boolean>? = null, rootDomainName: Output<String>? = null)

Properties

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

Specifies the DNS server for Windows gMSA.

Set it to empty if you have configured the DNS server in the vnet which is used to create the managed cluster.

Link copied to clipboard
val enabled: Output<Boolean>? = null

Specifies whether to enable Windows gMSA in the managed cluster.

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

Specifies the root domain name for Windows gMSA.

Set it to empty if you have configured the DNS server in the vnet which is used to create the managed cluster.

Functions

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