Server Certificate Common Names Response
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)