ServerCertificateCommonNamesResponse

data class ServerCertificateCommonNamesResponse(val commonNames: List<ServerCertificateCommonNameResponse>? = null, val x509StoreName: String? = null)

Describes a list of server certificates referenced by common name that are used to secure the cluster.

Constructors

Link copied to clipboard
constructor(commonNames: List<ServerCertificateCommonNameResponse>? = null, x509StoreName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of server certificates referenced by common name that are used to secure the cluster.

Link copied to clipboard
val x509StoreName: String? = null

The local certificate store location.