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-04-09 UTC."],[[["This webpage provides documentation for the `ClientCertificateConfig` class within the `Google.Cloud.Container.V1` namespace, specifically version 2.7.0 of the library, with links to historical versions of the class."],["The `ClientCertificateConfig` class is used to configure client certificates on a cluster, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a constructor `ClientCertificateConfig` which can either be empty, or take in another object of the same class, and a property `IssueClientCertificate` of type `Boolean` used to issue a client certificate."],["The documentation lists multiple older and the latest version of the `ClientCertificateConfig` class, enabling access to documentation for versions 3.0.0 through 3.33.0."]]],[]]