public sealed class ClientCertificateConfig : IMessage<ClientCertificateConfig>, IEquatable<ClientCertificateConfig>, IDeepCloneable<ClientCertificateConfig>, IBufferMessage, IMessage
Configuration for client certificates on the cluster.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available for `ClientCertificateConfig` within the `Google.Cloud.Container.V1` namespace is version 3.33.0."],["This document provides a comprehensive list of available versions, ranging from version 2.3.0 up to the latest version 3.33.0."],["`ClientCertificateConfig` is a class for managing client certificate configurations on a cluster, implementing multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class `ClientCertificateConfig` has two constructors, one default and one that takes another `ClientCertificateConfig` object as a parameter."],["The `IssueClientCertificate` property of `ClientCertificateConfig` allows users to issue a client certificate, which is of type boolean."]]],[]]