public sealed class GetClientTlsPolicyRequest : IMessage<GetClientTlsPolicyRequest>, IEquatable<GetClientTlsPolicyRequest>, IDeepCloneable<GetClientTlsPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Security v1beta1 API class GetClientTlsPolicyRequest.
[[["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 `GetClientTlsPolicyRequest` class is used to request a specific `ClientTlsPolicy` within the Network Security v1beta1 API, and it's the primary request type for the `GetClientTlsPolicy` method."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from the base `object` class."],["The class includes two constructors, a default constructor and one that takes another `GetClientTlsPolicyRequest` object as an argument for copying."],["It has properties for managing the `ClientTlsPolicyName` (a typed resource name) and the required `Name` string, which specifies the resource identifier of the `ClientTlsPolicy` being requested."],["The latest version of the reference documentation is 2.0.0-beta06, but version 2.0.0-beta05 and 1.0.0-beta02 are also available."]]],[]]