resource property
A Google Cloud resource that is allowed to ingress the perimeter.
Requests from these resources will be allowed to access perimeter data.
Currently only projects and VPCs are allowed. Project format:
projects/{project_number}
VPC network format:
//compute.googleapis.com/projects/{PROJECT_ID}/global/networks/{NAME}
.
The project may be in any Google Cloud organization, not just the
organization that the perimeter is defined in. *
is not allowed, the
case of allowing all Google Cloud resources only is not supported.
Implementation
core.String? resource;