ManagedClusterAuthenticationCertificateArgs

data class ManagedClusterAuthenticationCertificateArgs(val commonName: Output<String>? = null, val thumbprint: Output<String>, val type: Output<String>) : ConvertibleToJava<ManagedClusterAuthenticationCertificateArgs>

Constructors

constructor(commonName: Output<String>? = null, thumbprint: Output<String>, type: Output<String>)

Properties

Link copied to clipboard
val commonName: Output<String>? = null

The certificate's CN.

Link copied to clipboard
val thumbprint: Output<String>

The thumbprint of the certificate.

Link copied to clipboard
val type: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): ManagedClusterAuthenticationCertificateArgs