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) true
if the module will be applied to traffic,false
to disable.true
if the module will be applied to traffic,false
to disable.EndpointMutualTlsMutate.newBuilder()
Creates a new builder for theEndpointMutualTlsMutate
type.