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