snis property

List<AuthzPolicyAuthzRuleStringMatch>? snis
getter/setter pair

A list of SNIs to match against.

The match can be one of exact, prefix, suffix, or contains (substring match). If there is no SNI (i.e. plaintext HTTP traffic), the request will be denied. Matches are always case sensitive unless the ignoreCase is set. Limited to 10 SNIs per Authorization Policy.

Optional.

Implementation

core.List<AuthzPolicyAuthzRuleStringMatch>? snis;