Rate this page:

AuthorizedIPsInterface

Props

addAuthorizedAccountIP

Copy URL
addAuthorizedAccountIP: 

(request: AddAuthorizedAccountIPRequest) => Promise<AddAuthorizedAccountIPResponse>

Adds a new authorized IP4 or network to the white/black list.

checkAuthorizedAccountIP

Copy URL
checkAuthorizedAccountIP: 

(request: CheckAuthorizedAccountIPRequest) => Promise<CheckAuthorizedAccountIPResponse>

Tests whether the IP4 is banned or allowed.

delAuthorizedAccountIP

Copy URL
delAuthorizedAccountIP: 

(request: DelAuthorizedAccountIPRequest) => Promise<DelAuthorizedAccountIPResponse>

Removes the authorized IP4 or network from the white/black list.

getAuthorizedAccountIPs

Copy URL
getAuthorizedAccountIPs: 

(request: GetAuthorizedAccountIPsRequest) => Promise<GetAuthorizedAccountIPsResponse>

Gets the authorized IP4 or network.