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."],[[["This webpage lists various versions of `MtlsProvider.MtlsEndpointUsagePolicy`, ranging from the latest version 2.63.1 down to 2.7.1, with links to their respective documentation."],["`MtlsEndpointUsagePolicy` is an enum that defines the policy for mutual TLS (mTLS) endpoint usage."],["The policy for mTLS usage can be set to `NEVER` (always use regular endpoint), `ALWAYS` (always use mTLS endpoint), or `AUTO` (automatically switch to mTLS endpoint if a client certificate is available)."],["The `MtlsEndpointUsagePolicy` enum inherits several members from the `Enum` and `Object` classes, providing methods for comparison, equality checks, and class information."],["The enum has static fields for `ALWAYS`, `AUTO`, and `NEVER` and static methods for `valueOf(String name)` and `values()`."]]],[]]