authorizedNetworks property

List<SqlAclEntry>? authorizedNetworks
getter/setter pair

The list of external networks that are allowed to connect to the instance using the IP.

See https://en.wikipedia.org/wiki/CIDR_notation#CIDR_notation, also known as 'slash' notation (e.g. 192.168.100.0/24).

Implementation

core.List<SqlAclEntry>? authorizedNetworks;