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."],[[["This webpage provides documentation for the `ClientCertificateConfig` class within the `Google.Cloud.Container.V1` namespace, specifically detailing its implementation and functionality across multiple versions."],["The latest version available for `ClientCertificateConfig` is 3.33.0, although many prior versions (from 3.32.0 back to 2.3.0) are also documented here."],["The `ClientCertificateConfig` class is designed for configuring client certificates on a cluster and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing it's structured for use in protocol buffer messages."],["Key features of `ClientCertificateConfig` include the ability to issue a client certificate, which is managed by the boolean property `IssueClientCertificate`."],["This object inherits and contains basic object methods such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, `ToString()` and also two constructors, one of which takes another `ClientCertificateConfig` as a parameter."]]],[]]