allowedIpAddresses property

  1. @BuiltValueField.new(wireName: r'allowedIpAddresses')
BuiltList<String> get allowedIpAddresses

List of IP addresses from which your client can make requests. If the list is empty, we allow requests from any IP. If the list is not empty and we get a request from an IP which is not on the list, you get a security error.

Implementation

@BuiltValueField(wireName: r'allowedIpAddresses')
BuiltList<String> get allowedIpAddresses;