Home

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

Name Type One-of group Required Constraints
matcher envoy.type.matcher.v3.StringMatcher yes 
san_type envoy.extensions.transport_sockets.tls.v3.SubjectAltNameMatcher.SanType   {"Enum":{"defined_only":true,"not_in":[0]}}