resources property
A list of Google Cloud resources that are inside of the service perimeter.
Currently only projects and VPCs are allowed. Project format:
projects/{project_number}
VPC network format:
//compute.googleapis.com/projects/{PROJECT_ID}/global/networks/{NAME}
.
Implementation
core.List<core.String>? resources;