interface AddBastionAllowedIPsResponse {
    ipRanges: string[];
}

Properties

Properties

ipRanges: string[]

Ranges of IP addresses allowed to connect to the gateway's SSH bastion.