rules property

List<SecurityPolicyRule>? rules
getter/setter pair

A list of rules that belong to this policy.

There must always be a default rule which is a rule with priority 2147483647 and match all condition (for the match condition this means match "" for srcIpRanges and for the networkMatch condition every field must be either match "" or not set). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.

Implementation

core.List<SecurityPolicyRule>? rules;