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.
Constructors
Link copied to clipboard
fun WindowsGmsaProfileArgs(dnsServer: Output<String>? = null, enabled: Output<Boolean>? = null, rootDomainName: Output<String>? = null)