Windows Gmsa Profile Args
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.