Server Certificate Common Names Args
data class ServerCertificateCommonNamesArgs(val commonNames: Output<List<ServerCertificateCommonNameArgs>>? = null, val x509StoreName: Output<String>? = null) : ConvertibleToJava<ServerCertificateCommonNamesArgs>
Describes a list of server certificates referenced by common name that are used to secure the cluster.
Constructors
Link copied to clipboard
constructor(commonNames: Output<List<ServerCertificateCommonNameArgs>>? = null, x509StoreName: Output<String>? = null)