SystemClassificationRulePropertiesOutput interface
The properties of system classification rule.
Properties
| classification |
The classification name of system classification rule. |
| created |
The create time of system classification rule. |
| description | |
| last |
The last modified time of system classification rule. |
| rule |
The rule status of system classification rule. |
| version | The version of system classification rule. |
Property Details
classificationName
The classification name of system classification rule.
classificationName?: string
Property Value
string
createdAt
The create time of system classification rule.
createdAt?: string
Property Value
string
description
description?: string
Property Value
string
lastModifiedAt
The last modified time of system classification rule.
lastModifiedAt?: string
Property Value
string
ruleStatus
The rule status of system classification rule.
ruleStatus?: "Enabled" | "Disabled"
Property Value
"Enabled" | "Disabled"
version
The version of system classification rule.
version?: number
Property Value
number