public sealed class MTLSPolicy : IMessage<ServerTlsPolicy.Types.MTLSPolicy>, IEquatable<ServerTlsPolicy.Types.MTLSPolicy>, IDeepCloneable<ServerTlsPolicy.Types.MTLSPolicy>, IBufferMessage, IMessage
[[["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-02 UTC."],[[["The `MTLSPolicy` class is a sealed class specifying the configuration for mutual TLS (mTLS) policies within the `Google.Cloud.NetworkSecurity.V1Beta1` namespace."],["It implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to support message handling, equality checks, deep cloning, and buffered message operations."],["The class provides two constructors: a default constructor `MTLSPolicy()` and another constructor `MTLSPolicy(ServerTlsPolicy.Types.MTLSPolicy other)` to create a new `MTLSPolicy` instance from an existing one."],["It contains a `ClientValidationCa` property, which is a `RepeatedField` that defines the Certificate Authority (CA) certificates used to validate client certificates."],["The class inherits members from the base `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]