Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 750 Bytes

AccountAccess.md

File metadata and controls

10 lines (6 loc) · 750 Bytes

AccountAccess

Properties

Name Type Description Notes
whitelist_ips string[] List of IP addresses that are allowed to login to your account Examples: * `172.217.16.46` single IP address is allowed * `172.217.16.0/24` will match any IP staring with 172.217.16. * `172.217.0.0/16` will match any IP staring with 172.217. * `0:0:0:0:0:ffff:b2a5:246` single IPV6 address * `2001:db8::/48` will match any IPV6 address staring with 2001:db8:: [optional]

[Back to Model list] [Back to API list] [Back to README]