Home

envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.SetCurrentClientCertDetails

Example

Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working code.
local types = import 'types.libsonnet';

types.envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager.SetCurrentClientCertDetails
.withCert(false)
.withChain(false)
.withDns(false)
.withSubject(false)
.withUri(false)
._validate()

Fields

Name Type One-of group Required Constraints
cert bool  
chain bool  
dns bool  
subject google.protobuf.BoolValue  
uri bool