Windows Gmsa Profile Response
data class WindowsGmsaProfileResponse(val dnsServer: String? = null, val enabled: Boolean? = null, val rootDomainName: String? = null)
Windows gMSA Profile in the managed cluster.
Constructors
Link copied to clipboard
fun WindowsGmsaProfileResponse(dnsServer: String? = null, enabled: Boolean? = null, rootDomainName: String? = null)