INPUT_OBJECT
UpdateIocStatusInput
Description
Specify IOC operation and IOC. One and only one IOC type should be set.
link GraphQL Schema definition
- input UpdateIocStatusInput {
- # IOC operation.
- IocOperation! :
- # IOC hash only.
- IocHashOnly :
- # IOC hash with provider.
- IocHashWithProvider :
- # IOC provider with threat feed type.
- IocProviderWithThreatFeedType :
- }