INPUT_OBJECT
AddCustomIntelFeedInput
Description
Custom intel feed input.
link GraphQL Schema definition
- input AddCustomIntelFeedInput {
- # Metadata for auto quarantine.
- : AutoQuarantineMetadataInput
- # Custom feed description.
- : String
- # Custom entries.
- : [CustomEntries!]!
- # Custom feed name.
- : String
- }