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-03-21 UTC."],[[["The latest version available is 2.63.1, providing the most current documentation for `MtlsProvider.MtlsEndpointUsagePolicy`."],["This document outlines the usage policy for mutual TLS (mTLS) endpoints, offering options such as `NEVER`, `ALWAYS`, and `AUTO`."],["There are multiple versions of this documentation available, ranging from version 2.7.1 up to the latest 2.63.1."],["`MtlsProvider.MtlsEndpointUsagePolicy` is an enum that inherits members from the base `Enum` and `Object` classes, with links provided to the relevant Java documentation."],["Static fields `ALWAYS`, `AUTO`, `NEVER`, and static methods `valueOf(String name)` and `values()` are available within this enum, that are used to define and control its behavior."]]],[]]