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.
- : [IpInfoInput!]!
- }