srcSecureTags property

List<FirewallPolicyRuleSecureTag>? srcSecureTags
getter/setter pair

List of secure tag values, which should be matched at the source of the traffic.

For INGRESS rule, if all the srcSecureTag are INEFFECTIVE, and there is no srcIpRange, this rule will be ignored. Maximum number of source tag values allowed is 256.

Implementation

core.List<FirewallPolicyRuleSecureTag>? srcSecureTags;