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 is 2.63.1, with numerous previous versions listed ranging back to 2.7.1."],["This content details the `MtlsProvider.MtlsEndpointUsagePolicy` enum, which controls the usage of mutual TLS endpoints."],["The `MtlsEndpointUsagePolicy` has three static fields: `ALWAYS`, `AUTO`, and `NEVER`, which indicate when to use the mTLS endpoint, and it also comes with two static methods `valueOf()` and `values()`."],["This enum defines three policies for mTLS endpoint usage: `NEVER` for regular endpoints, `ALWAYS` for mTLS endpoints, and `AUTO` for switching to mTLS if a client certificate exists."]]],[]]