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-07 UTC."],[[["The webpage lists available versions of `MtlsProvider.MtlsEndpointUsagePolicy`, ranging from the latest version 2.63.1 down to version 2.7.1."],["`MtlsProvider.MtlsEndpointUsagePolicy` is an enum that defines the policy for mutual TLS (mTLS) endpoint usage."],["The enum `MtlsEndpointUsagePolicy` has three static fields: `ALWAYS`, `AUTO`, and `NEVER`, which respectively indicate always using the mTLS endpoint, automatically switching to mTLS if client certificates are present, or never using the mTLS endpoint."],["There are two static methods available, `valueOf(String name)` and `values()`."],["The page includes a list of inherited members from the `Enum` and `Object` classes."]]],[]]