Uses of Class
com.ngrok.definitions.EndpointMutualTlsMutate.Builder
-
Uses of EndpointMutualTlsMutate.Builder in com.ngrok.definitions
Modifier 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.