networkRules property

List<AuthzPolicyAuthzRule>? networkRules
getter/setter pair

A list of authorization network rules to match against the incoming request.

A policy match occurs when at least one network rule matches the request. At least one network rule is required for Allow or Deny Action if no HTTP rules are provided. Network rules are mutually exclusive with HTTP rules. Limited to 5 rules.

Optional.

Implementation

core.List<AuthzPolicyAuthzRule>? networkRules;