GetClusterMasterAuth

data class GetClusterMasterAuth(val clientCertificate: String, val clientCertificateConfigs: List<GetClusterMasterAuthClientCertificateConfig>, val clientKey: String, val clusterCaCertificate: String)

Constructors

Link copied to clipboard
constructor(clientCertificate: String, clientCertificateConfigs: List<GetClusterMasterAuthClientCertificateConfig>, clientKey: String, clusterCaCertificate: String)

Types

Link copied to clipboard
object Companion

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.

Link copied to clipboard

Base64 encoded private key used by clients to authenticate to the cluster endpoint.

Link copied to clipboard

Base64 encoded public certificate that is the root of trust for the cluster.