sources property

List<Source>? sources
getter/setter pair

List of attributes for the traffic source.

All of the sources must match. A source is a match if both principals and ip_blocks match. If not set, the action specified in the 'action' field will be applied without any rule checks for the source.

Optional.

Implementation

core.List<Source>? sources;