databases_list_whitelist_ips {civis} | R Documentation |
List whitelisted IPs for the specified database
Description
List whitelisted IPs for the specified database
Usage
databases_list_whitelist_ips(id)
Arguments
id |
integer required. The ID for the database. |
Value
An array containing the following fields:
id |
integer, The ID of this whitelisted IP address. |
remoteHostId |
integer, The ID of the database this rule is applied to. |
securityGroupId |
string, The ID of the security group this rule is applied to. |
subnetMask |
string, The subnet mask that is allowed by this rule. |
createdAt |
string, The time this rule was created. |
updatedAt |
string, The time this rule was last updated. |
[Package civis version 3.1.2 Index]