matcher property

String? matcher
getter/setter pair

A predefined matcher for particular cases, other than SNI selection. Possible string values are:

  • "MATCHER_UNSPECIFIED" : A matcher has't been recognized.
  • "PRIMARY" : A primary certificate that is served when SNI wasn't specified in the request or SNI couldn't be found in the map.

Implementation

core.String? matcher;