INPUT_OBJECT

UpdateNetflowEndpointMutationInput

The input object that defines the fields for the updateNetflowEndpoint mutation.

link GraphQL Schema definition

  • input UpdateNetflowEndpointMutationInput {
  • # A descriptive name.
  • name: String
  • # Whitelist mode.
  • whitelist_mode: Boolean
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by