ipBlocks property

List<AuthzPolicyAuthzRuleIpBlock>? ipBlocks
getter/setter pair

A list of IP addresses or IP address ranges to match against the source IP address of the request.

Limited to 10 ip_blocks per Authorization Policy

Optional.

Implementation

core.List<AuthzPolicyAuthzRuleIpBlock>? ipBlocks;