Cluster Master Auth Args
data class ClusterMasterAuthArgs(val clientCertificate: Output<String>? = null, val clientCertificateConfig: Output<ClusterMasterAuthClientCertificateConfigArgs>, val clientKey: Output<String>? = null, val clusterCaCertificate: Output<String>? = null) : ConvertibleToJava<ClusterMasterAuthArgs>
Constructors
Link copied to clipboard
constructor(clientCertificate: Output<String>? = null, clientCertificateConfig: Output<ClusterMasterAuthClientCertificateConfigArgs>, clientKey: Output<String>? = null, clusterCaCertificate: Output<String>? = null)
Properties
Link copied to clipboard
Base64 encoded public certificate used by clients to authenticate to the cluster endpoint.
Link copied to clipboard
Whether client certificate authorization is enabled for this cluster. For example:
Link copied to clipboard
Base64 encoded public certificate that is the root certificate of the cluster.