allowedIps property

List<String>? allowedIps
getter/setter pair

A list of the caller IP addresses that are allowed to make API calls with this key.

Implementation

core.List<core.String>? allowedIps;