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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 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."]]],[]]