ManagedClusterAuthenticationCertificate

data class ManagedClusterAuthenticationCertificate(val commonName: String? = null, val thumbprint: String, val type: String)

Constructors

Link copied to clipboard
constructor(commonName: String? = null, thumbprint: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val commonName: String? = null

The certificate's CN.

Link copied to clipboard

The thumbprint of the certificate.

Link copied to clipboard

The type of the certificate. Can be AdminClient or ReadOnlyClient.