AzureSqlCredentialScanPropertiesOutput interface
Azure SQL credential scan properties.
- Extends
Properties
| credential | The credential reference. |
Inherited Properties
| business |
The name of the business rule set. |
| collection | The collection reference of the scan. |
| connected |
The integration runtime reference of the scan. |
| created |
The creation time of the scan. |
| database |
The database name. |
| domain | The domain of the scan. |
| is |
The flag to indicate whether the live view is enabled or not. |
| is |
The flag to indicate whether the scan is a preset scan or not. |
| last |
The last modified time of the scan. |
| log |
The log level of the scan. |
| parallel |
The number of parallel scans. |
| scan |
The name of the scan ruleset. |
| scan |
The type of the scan ruleset. |
| server |
The endpoint of Azure SQL server. |
| workers | The number of workers of the scan. |
Property Details
credential
The credential reference.
credential?: CredentialReferenceOutput
Property Value
Inherited Property Details
businessRuleSetName
The name of the business rule set.
businessRuleSetName?: string
Property Value
string
Inherited From AzureSqlScanPropertiesOutput.businessRuleSetName
collection
The collection reference of the scan.
collection?: CollectionReferenceOutput
Property Value
Inherited From AzureSqlScanPropertiesOutput.collection
connectedVia
The integration runtime reference of the scan.
connectedVia?: ConnectedViaOutput
Property Value
Inherited From AzureSqlScanPropertiesOutput.connectedVia
createdAt
The creation time of the scan.
createdAt?: string
Property Value
string
Inherited From AzureSqlScanPropertiesOutput.createdAt
databaseName
The database name.
databaseName?: string
Property Value
string
Inherited From AzureSqlScanPropertiesOutput.databaseName
domain
The domain of the scan.
domain?: string
Property Value
string
Inherited From AzureSqlScanPropertiesOutput.domain
isLiveViewEnabled
The flag to indicate whether the live view is enabled or not.
isLiveViewEnabled?: boolean
Property Value
boolean
Inherited From AzureSqlScanPropertiesOutput.isLiveViewEnabled
isPresetScan
The flag to indicate whether the scan is a preset scan or not.
isPresetScan?: boolean
Property Value
boolean
Inherited From AzureSqlScanPropertiesOutput.isPresetScan
lastModifiedAt
The last modified time of the scan.
lastModifiedAt?: string
Property Value
string
Inherited From AzureSqlScanPropertiesOutput.lastModifiedAt
logLevel
The log level of the scan.
logLevel?: string
Property Value
string
Inherited From AzureSqlScanPropertiesOutput.logLevel
parallelScanCount
The number of parallel scans.
parallelScanCount?: number
Property Value
number
Inherited From AzureSqlScanPropertiesOutput.parallelScanCount
scanRulesetName
The name of the scan ruleset.
scanRulesetName?: string
Property Value
string
Inherited From AzureSqlScanPropertiesOutput.scanRulesetName
scanRulesetType
The type of the scan ruleset.
scanRulesetType?: "System" | "Custom"
Property Value
"System" | "Custom"
Inherited From AzureSqlScanPropertiesOutput.scanRulesetType
serverEndpoint
The endpoint of Azure SQL server.
serverEndpoint?: string
Property Value
string
Inherited From AzureSqlScanPropertiesOutput.serverEndpoint
workers
The number of workers of the scan.
workers?: number
Property Value
number
Inherited From AzureSqlScanPropertiesOutput.workers