paths property
A list of paths to match against.
The match can be one of exact, prefix, suffix, or contains (substring match). Matches are always case sensitive unless the ignoreCase is set. Limited to 5 matches. Note that this path match includes the query parameters. For gRPC services, this should be a fully-qualified name of the form /package.service/method.
Optional.
Implementation
core.List<AuthzPolicyAuthzRuleStringMatch>? paths;