INPUT_OBJECT
Values to update for an entry in the IP allowlist.
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!}