CustomClassificationRuleProperties interface
The properties of custom classification rule.
Properties
| classification |
The classification name of custom classification rule. |
| column |
The column patterns of custom classification rule. |
| data |
The data patterns of custom classification rule. |
| description | The description of custom classification rule. |
| minimum |
|
| rule |
The rule status of custom classification rule. |
Property Details
classificationName
The classification name of custom classification rule.
classificationName?: string
Property Value
string
columnPatterns
The column patterns of custom classification rule.
columnPatterns?: RegexClassificationRulePattern[]
Property Value
dataPatterns
The data patterns of custom classification rule.
dataPatterns?: RegexClassificationRulePattern[]
Property Value
description
The description of custom classification rule.
description?: string
Property Value
string
minimumPercentageMatch
minimumPercentageMatch?: number
Property Value
number
ruleStatus
The rule status of custom classification rule.
ruleStatus?: "Enabled" | "Disabled"
Property Value
"Enabled" | "Disabled"