interface ListIpsResponse {
    ips: RpnSanIp[];
    totalCount: number;
}

Properties

Properties

ips: RpnSanIp[]

List of authorized IPs.

totalCount: number

Total count of authorized IPs.