Share via


SqlServerDatabaseCredentialScanProperties interface

SQL server database credential scan properties.

Extends

Inherited Properties

businessRuleSetName

The name of the business rule set.

collection

The collection reference of the scan.

connectedVia

The integration runtime reference of the scan.

credential

The credential reference.

databaseName

The database name.

domain

The domain of the scan.

isLiveViewEnabled

The flag to indicate whether the live view is enabled or not.

isPresetScan

The flag to indicate whether the scan is a preset scan or not.

logLevel

The log level of the scan.

parallelScanCount

The number of parallel scans.

scanRulesetName

The name of the scan ruleset.

scanRulesetType

The type of the scan ruleset.

serverEndpoint

The endpoint of Azure SQL server.

workers

The number of workers of the scan.

Inherited Property Details

businessRuleSetName

The name of the business rule set.

businessRuleSetName?: string

Property Value

string

Inherited From AzureSqlCredentialScanProperties.businessRuleSetName

collection

The collection reference of the scan.

collection?: CollectionReference

Property Value

Inherited From AzureSqlCredentialScanProperties.collection

connectedVia

The integration runtime reference of the scan.

connectedVia?: ConnectedVia

Property Value

Inherited From AzureSqlCredentialScanProperties.connectedVia

credential

The credential reference.

credential?: CredentialReference

Property Value

Inherited From AzureSqlCredentialScanProperties.credential

databaseName

The database name.

databaseName?: string

Property Value

string

Inherited From AzureSqlCredentialScanProperties.databaseName

domain

The domain of the scan.

domain?: string

Property Value

string

Inherited From AzureSqlCredentialScanProperties.domain

isLiveViewEnabled

The flag to indicate whether the live view is enabled or not.

isLiveViewEnabled?: boolean

Property Value

boolean

Inherited From AzureSqlCredentialScanProperties.isLiveViewEnabled

isPresetScan

The flag to indicate whether the scan is a preset scan or not.

isPresetScan?: boolean

Property Value

boolean

Inherited From AzureSqlCredentialScanProperties.isPresetScan

logLevel

The log level of the scan.

logLevel?: string

Property Value

string

Inherited From AzureSqlCredentialScanProperties.logLevel

parallelScanCount

The number of parallel scans.

parallelScanCount?: number

Property Value

number

Inherited From AzureSqlCredentialScanProperties.parallelScanCount

scanRulesetName

The name of the scan ruleset.

scanRulesetName?: string

Property Value

string

Inherited From AzureSqlCredentialScanProperties.scanRulesetName

scanRulesetType

The type of the scan ruleset.

scanRulesetType?: "System" | "Custom"

Property Value

"System" | "Custom"

Inherited From AzureSqlCredentialScanProperties.scanRulesetType

serverEndpoint

The endpoint of Azure SQL server.

serverEndpoint?: string

Property Value

string

Inherited From AzureSqlCredentialScanProperties.serverEndpoint

workers

The number of workers of the scan.

workers?: number

Property Value

number

Inherited From AzureSqlCredentialScanProperties.workers