Share via


ScanProperties interface

Scan properties.

Properties

businessRuleSetName

The name of the business rule set.

collection

The collection reference of the scan.

connectedVia

The integration runtime reference of the scan.

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.

workers

The number of workers of the scan.

Property Details

businessRuleSetName

The name of the business rule set.

businessRuleSetName?: string

Property Value

string

collection

The collection reference of the scan.

collection?: CollectionReference

Property Value

connectedVia

The integration runtime reference of the scan.

connectedVia?: ConnectedVia

Property Value

domain

The domain of the scan.

domain?: string

Property Value

string

isLiveViewEnabled

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

isLiveViewEnabled?: boolean

Property Value

boolean

isPresetScan

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

isPresetScan?: boolean

Property Value

boolean

logLevel

The log level of the scan.

logLevel?: string

Property Value

string

parallelScanCount

The number of parallel scans.

parallelScanCount?: number

Property Value

number

scanRulesetName

The name of the scan ruleset.

scanRulesetName?: string

Property Value

string

scanRulesetType

The type of the scan ruleset.

scanRulesetType?: "System" | "Custom"

Property Value

"System" | "Custom"

workers

The number of workers of the scan.

workers?: number

Property Value

number