AzureSynapseScanRulesetPropertiesOutput interface
Azure synapse scan ruleset properties.
- Extends
Inherited Properties
| created |
The time at which the scan ruleset was created. |
| description | |
| excluded |
The system classifications that are excluded from the scan ruleset. |
| included |
The custom classification rule names that are included in the scan ruleset. |
| last |
The time at which the scan ruleset was last modified. |
Inherited Property Details
createdAt
The time at which the scan ruleset was created.
createdAt?: string
Property Value
string
Inherited From ScanRulesetPropertiesOutput.createdAt
description
excludedSystemClassifications
The system classifications that are excluded from the scan ruleset.
excludedSystemClassifications?: string[]
Property Value
string[]
Inherited From ScanRulesetPropertiesOutput.excludedSystemClassifications
includedCustomClassificationRuleNames
The custom classification rule names that are included in the scan ruleset.
includedCustomClassificationRuleNames?: string[]
Property Value
string[]
Inherited From ScanRulesetPropertiesOutput.includedCustomClassificationRuleNames
lastModifiedAt
The time at which the scan ruleset was last modified.
lastModifiedAt?: string
Property Value
string
Inherited From ScanRulesetPropertiesOutput.lastModifiedAt