resources property
A list of resources, currently only projects in the form projects/
,
protected by this ServicePerimeter that are allowed to be accessed by
sources defined in the corresponding IngressFrom.
If a single *
is specified, then access to all resources inside the
perimeter are allowed.
Implementation
core.List<core.String>? resources;