Input Object GitHub::UpdateIpAllowListEntryInput
Autogenerated input type of UpdateIpAllowListEntry
Input Fields
ipAllowListEntryId: ID!
The ID of the IP allow list entry to update.
allowListValue: String!
An IP address or range of addresses in CIDR notation.
name: String
An optional name for the IP allow list entry.
isActive: Boolean!
Whether the IP allow list entry is active when an IP allow list is enabled.
clientMutationId: String
A unique identifier for the client performing the mutation.