ipBlocks property

List<String>? ipBlocks
getter/setter pair

List of CIDR ranges to match based on source IP address.

At least one IP block should match. Single IP (e.g., "1.2.3.4") and CIDR (e.g., "1.2.3.0/24") are supported.

Optional.

Implementation

core.List<core.String>? ipBlocks;