OBJECT
GetWhitelistReply
Description
Get IP whitelist configuration.
link GraphQL Schema definition
- type GetWhitelistReply {
- : Boolean!
- : [String!]!
- # List of all IP entries in the allowlist.
- : [IpInfo!]!
- : WhitelistModeEnum!
- }
OBJECT
Get IP whitelist configuration.
- type GetWhitelistReply {
- : Boolean!
- : [String!]!
- # List of all IP entries in the allowlist.
- : [IpInfo!]!
- : WhitelistModeEnum!
- }