allowedServices property
The list of APIs usable within the Service Perimeter.
Must be empty unless 'enable_restriction' is True. You can specify a list of individual services, as well as include the 'RESTRICTED-SERVICES' value, which automatically includes all of the services protected by the perimeter.
Implementation
core.List<core.String>? allowedServices;