ClusterCertificateCommonNamesCommonName

data class ClusterCertificateCommonNamesCommonName(val certificateCommonName: String, val certificateIssuerThumbprint: String? = null)

Constructors

Link copied to clipboard
constructor(certificateCommonName: String, certificateIssuerThumbprint: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The common or subject name of the certificate.

Link copied to clipboard

The Issuer Thumbprint of the Certificate.