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-09 UTC."],[[["This document details the `MtlsEndpointUsagePolicy` enum within the `MtlsProvider` class, outlining the policy for mutual TLS (mTLS) endpoint usage."],["The latest version documented is 2.63.1, with a comprehensive list of versions back to 2.7.1, each with its respective documentation link."],["The `MtlsEndpointUsagePolicy` enum defines three static fields: `ALWAYS` (always use mTLS), `AUTO` (auto-switch to mTLS if applicable), and `NEVER` (always use regular endpoint)."],["The document also includes a listing of inherited members and static methods, such as `valueOf` and `values`, that are standard to Java enum classes."]]],[]]