envoy.extensions.transport_sockets.tls.v3.Secret
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.transport_sockets.tls.v3.Secret
.withGenericSecret(types.envoy.extensions.transport_sockets.tls.v3.GenericSecret)
.withName('string')
.withSessionTicketKeys(types.envoy.extensions.transport_sockets.tls.v3.TlsSessionTicketKeys)
.withTlsCertificate(types.envoy.extensions.transport_sockets.tls.v3.TlsCertificate)
.withValidationContext(types.envoy.extensions.transport_sockets.tls.v3.CertificateValidationContext)
._validate()
Fields