prefixMatch property

String? prefixMatch
getter/setter pair

For satisfying the matchRule condition, the request's path must begin with the specified prefixMatch.

prefixMatch must begin with a /. The value must be from 1 to 1024 characters. Only one of prefixMatch, fullPathMatch or regexMatch must be specified.

Implementation

core.String? prefixMatch;