Share via


CustomClassificationRulePropertiesOutput interface

The properties of custom classification rule.

Properties

classificationAction

The action of classification rule.

classificationName

The classification name of custom classification rule.

columnPatterns

The column patterns of custom classification rule.

createdAt

The create time of custom classification rule.

dataPatterns

The data patterns of custom classification rule.

description

The description of custom classification rule.

lastModifiedAt

The last modified time of custom classification rule.

minimumPercentageMatch
ruleStatus

The rule status of custom classification rule.

version

The version of custom classification rule.

Property Details

classificationAction

The action of classification rule.

classificationAction?: "Keep" | "Delete"

Property Value

"Keep" | "Delete"

classificationName

The classification name of custom classification rule.

classificationName?: string

Property Value

string

columnPatterns

The column patterns of custom classification rule.

columnPatterns?: RegexClassificationRulePatternOutput[]

Property Value

createdAt

The create time of custom classification rule.

createdAt?: string

Property Value

string

dataPatterns

The data patterns of custom classification rule.

dataPatterns?: RegexClassificationRulePatternOutput[]

Property Value

description

The description of custom classification rule.

description?: string

Property Value

string

lastModifiedAt

The last modified time of custom classification rule.

lastModifiedAt?: 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"

version

The version of custom classification rule.

version?: number

Property Value

number