INPUT_OBJECT
CreateCustomAnalyzerInput
link GraphQL Schema definition
- input CreateCustomAnalyzerInput {
- # Represents the latest analyzer risk.
- : AnalyzerRiskInstanceInput
- : AnalyzerTypeEnum
- : [String!]
- : String
- : String
- # Regex to filter fields which need to be analyzed for structured data.
- : String
- : String
- : String
- # Represents risk associated with the given analyzer.
- : RiskLevelType
- # Represents the types of data you need to analyze using this analyzer.
- : [AnalyzerRuleType!]
- # Parsed list of keywords from structuredDictionaryCsv.
- : [String!]
- # Dictionary to analyze for the structured data.
- : String
- # Parsed list of keywords from structuredKeyDictionaryCsv.
- : [String!]
- # A dictionary to filter fields that need to be analyzed for structured data by
- # dictionary analyzers.
- : String
- # Regex to analyze the structured data.
- : String
- # Represents the tag ID for the given analyzer.
- : Int
- }