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-17 UTC."],[[["The content focuses on `MtlsProvider.MtlsEndpointUsagePolicy`, an enum defining policies for mutual TLS (mTLS) endpoint usage."],["The latest version available is 2.63.1, but the page provides links to documentation for numerous previous versions, ranging from 2.63.1 back to version 2.7.1."],["`MtlsEndpointUsagePolicy` has three static fields: `ALWAYS` (always use mTLS), `AUTO` (auto-switch to mTLS if possible), and `NEVER` (never use mTLS)."],["The `MtlsEndpointUsagePolicy` enum inherits standard methods from the `Enum` and `Object` classes, including `valueOf`, `clone`, `compareTo`, `equals`, `hashCode`, `name`, etc."],["The enum provides two static methods `valueOf(String name)` and `values()` to get either a single MtlsEndpointUsagePolicy or an array of all available."]]],[]]