restrictedServices property

List<String>? restrictedServices
getter/setter pair

Google Cloud services that are subject to the Service Perimeter restrictions.

For example, if storage.googleapis.com is specified, access to the storage buckets inside the perimeter must meet the perimeter's access restrictions.

Implementation

core.List<core.String>? restrictedServices;