INPUT_OBJECT

UpdateIpWhitelistEntryInput

Description

Values to update for an entry in the IP allowlist.

link GraphQL Schema definition

  • input UpdateIpWhitelistEntryInput {
  • # Required. New description of the entry.
  • newDescription: String!
  • # Required. Specifies the new IP address, range, or subnet of the entry.
  • newIpCidr: String!
  • # Required. Specifies the ID of the entry to be updated.
  • targetEntryId: Long!
  • }

link Require by