envoy.extensions.transport_sockets.tls.v3.SubjectAltNameMatcher
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.SubjectAltNameMatcher
.withMatcher(types.envoy.type.matcher.v3.StringMatcher)
.withSanType(types.envoy.extensions.transport_sockets.tls.v3.SubjectAltNameMatcher.SanType.SAN_TYPE_UNSPECIFIED)
._validate()
Nested Enums
Fields