Get Cluster Master Auth
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)
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 public certificate that is the root of trust for the cluster.