createCustomAnalyzer
Create a new custom analyzer.
Arguments
| Argument | Type | Description |
|---|---|---|
| input (required) | CreateCustomAnalyzerInput! |
Returns
Sample
mutation CreateCustomAnalyzer($input: CreateCustomAnalyzerInput!) {
createCustomAnalyzer(input: $input) {
analyzerType
dictionary
dictionaryCsv
excludeFieldNamePattern
excludePathPattern
id
isInactive
keyRegex
name
proximityDistance
proximityKeywordsRegex
regex
risk
ruleTypes
structuredDictionary
structuredDictionaryCsv
structuredKeyDictionary
structuredKeyDictionaryCsv
structuredValueRegex
tagId
}
}
{
"data": {
"createCustomAnalyzer": {
"analyzerType": "ABA_ROUTING_NUMBER",
"dictionary": [
"example-string"
],
"dictionaryCsv": "example-string",
"excludeFieldNamePattern": "example-string",
"excludePathPattern": "example-string",
"id": "example-string",
"analyzerRiskInstance": {
"analyzerId": "example-string",
"risk": "HIGH_RISK",
"riskVersion": 0
}
}
}
}