CustomClassificationRulePropertiesOutput interface
The properties of custom classification rule.
Properties
| classification |
The action of classification rule. |
| classification |
The classification name of custom classification rule. |
| column |
The column patterns of custom classification rule. |
| created |
The create time of custom classification rule. |
| data |
The data patterns of custom classification rule. |
| description | The description of custom classification rule. |
| last |
The last modified time of custom classification rule. |
| minimum |
|
| rule |
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