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`, with version 2.63.1 being the latest."],["`MtlsEndpointUsagePolicy` is an enum defining the policy for mutual TLS endpoint usage, with options like ALWAYS, NEVER, and AUTO."],["The enum's policy options control whether to use a regular endpoint (NEVER), an mTLS endpoint (ALWAYS), or to automatically switch to an mTLS endpoint if a client certificate is present (AUTO)."],["The webpage displays inherited members of the enum class such as the `Enum.valueOf(Class\u003cT\u003e, String)` and `Object.wait()` methods, which are inherited from parent classes and can be used by the current class."],["Static fields (ALWAYS, AUTO, NEVER) and static methods (valueOf(String name), values()) are accessible in this enum class."]]],[]]