INPUT_OBJECT

AddIpWhitelistEntriesInput

Description

Specifies the entries to be added to the IP allowlist.

link GraphQL Schema definition

  • input AddIpWhitelistEntriesInput {
  • # Required. Specifies the entries to be added to the IP allowlist.
  • ipInfos: [IpInfoInput!]!
  • }

link Require by