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 content provides documentation for `MtlsProvider.MtlsEndpointUsagePolicy` across various versions, ranging from 2.7.1 to the latest version 2.63.1."],["`MtlsEndpointUsagePolicy` is an enum that defines how mutual TLS (mTLS) endpoints are used, including `NEVER` (regular endpoint), `ALWAYS` (mTLS endpoint), and `AUTO` (automatic switch to mTLS if available)."],["The documentation includes inherited members from the `Enum` and `Object` classes, providing standard functionalities for enums and objects."],["Static fields `ALWAYS`, `AUTO`, and `NEVER` represent the possible mTLS endpoint usage policies, as described."],["The static methods `valueOf(String name)` and `values()` are included for managing and accessing the enum values."]]],[]]