The policy for mutual TLS endpoint usage. NEVER means always use regular endpoint; ALWAYS means
always use mTLS endpoint; AUTO means auto switch to mTLS endpoint if client certificate exists
and should be used.
[[["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 latest version of the documentation for `MtlsEndpointUsagePolicy` is 2.63.1, with many previous versions also being available."],["`MtlsEndpointUsagePolicy` is an enum that controls the usage of mutual TLS (mTLS) endpoints."],["The `MtlsEndpointUsagePolicy` enum has three static fields: `ALWAYS`, `AUTO`, and `NEVER`, dictating when to use an mTLS endpoint."],["The enum provides static methods `valueOf(String name)` and `values()`, as well as inherited members from the `Enum` and `Object` classes."]]],[]]