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