Input on restriction for client connections.
type ClientRestrictionInput { # Filtering mechanism. filter: Filter! # IP ranges to apply filter on. ranges: [IPv4Range!]! }
Filtering mechanism.
IP ranges to apply filter on.