Share via


CustomClassificationRuleProperties interface

The properties of custom classification rule.

Properties

classificationName

The classification name of custom classification rule.

columnPatterns

The column patterns of custom classification rule.

dataPatterns

The data patterns of custom classification rule.

description

The description of custom classification rule.

minimumPercentageMatch
ruleStatus

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"