resources property
A list of resources, currently only projects in the form projects/, that
are allowed to be accessed by sources defined in the corresponding
EgressFrom.
A request matches if it contains a resource in this list. If * is
specified for resources, then this EgressTo rule will authorize access
to all resources outside the perimeter.
Implementation
core.List<core.String>? resources;