Uses of Class
com.ngrok.definitions.EndpointMutualTlsMutate.Builder
Packages that use EndpointMutualTlsMutate.Builder
-
Uses of EndpointMutualTlsMutate.Builder in com.ngrok.definitions
Methods in com.ngrok.definitions that return EndpointMutualTlsMutate.BuilderModifier and TypeMethodDescriptionEndpointMutualTlsMutate.Builder.certificateAuthorityIds(List<String> certificateAuthorityIds) list of certificate authorities that will be used to validate the TLS client certificate presented by the initiator of the TLS connectionEndpointMutualTlsMutate.Builder.certificateAuthorityIds(Optional<List<String>> certificateAuthorityIds) list of certificate authorities that will be used to validate the TLS client certificate presented by the initiator of the TLS connectionEndpointMutualTlsMutate.Builder.enabled(boolean enabled) trueif the module will be applied to traffic,falseto disable.trueif the module will be applied to traffic,falseto disable.EndpointMutualTlsMutate.newBuilder()Creates a new builder for theEndpointMutualTlsMutatetype.