INPUT_OBJECT
CreateNetflowWhitelistMutationInput
The input object that defines the fields for the createNetflowWhitelist mutation.
link GraphQL Schema definition
- input CreateNetflowWhitelistMutationInput {
- # The ID of a `NetflowEndpoint`.
- : Int64Bit!
- # An IPv4/IPv6 subnet.
- : SubnetScalar!
- # A note about this entity.
- : NoteMutationInput
- }