OBJECT

GetWhitelistReply

Description

Get IP whitelist configuration.

link GraphQL Schema definition

  • type GetWhitelistReply {
  • # Specifies whether the IP allowlist is enabled.
  • enabled: Boolean!
  • # The list of IP addresses in the allowlist.
  • ipCidrs: [String!]!
  • # List of all IP entries in the allowlist.
  • ipInfos: [IpInfo!]!
  • # The mode of the IP allowlist.
  • mode: WhitelistModeEnum!
  • }

link Require by