AzureMySqlCredentialScanProperties interface
Azure MySQL credential scan properties.
- Extends
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. |
| credential | The credential reference. |
| 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. |
| log |
The log level of the scan. |
| parallel |
The number of parallel scans. |
| port | The port of the Azure MySQL server. |
| scan |
The name of the scan ruleset. |
| scan |
The type of the scan ruleset. |
| server |
The endpoint of the Azure MySQL 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 AzureMySqlScanProperties.businessRuleSetName
collection
The collection reference of the scan.
collection?: CollectionReference
Property Value
Inherited From AzureMySqlScanProperties.collection
connectedVia
The integration runtime reference of the scan.
connectedVia?: ConnectedVia
Property Value
Inherited From AzureMySqlScanProperties.connectedVia
credential
The credential reference.
credential?: CredentialReference
Property Value
Inherited From AzureMySqlScanProperties.credential
databaseName
The database name.
databaseName?: string
Property Value
string
Inherited From AzureMySqlScanProperties.databaseName
domain
The domain of the scan.
domain?: string
Property Value
string
Inherited From AzureMySqlScanProperties.domain
isLiveViewEnabled
The flag to indicate whether the live view is enabled or not.
isLiveViewEnabled?: boolean
Property Value
boolean
Inherited From AzureMySqlScanProperties.isLiveViewEnabled
isPresetScan
The flag to indicate whether the scan is a preset scan or not.
isPresetScan?: boolean
Property Value
boolean
Inherited From AzureMySqlScanProperties.isPresetScan
logLevel
The log level of the scan.
logLevel?: string
Property Value
string
Inherited From AzureMySqlScanProperties.logLevel
parallelScanCount
The number of parallel scans.
parallelScanCount?: number
Property Value
number
Inherited From AzureMySqlScanProperties.parallelScanCount
port
The port of the Azure MySQL server.
port?: number
Property Value
number
Inherited From AzureMySqlScanProperties.port
scanRulesetName
The name of the scan ruleset.
scanRulesetName?: string
Property Value
string
Inherited From AzureMySqlScanProperties.scanRulesetName
scanRulesetType
The type of the scan ruleset.
scanRulesetType?: "System" | "Custom"
Property Value
"System" | "Custom"
Inherited From AzureMySqlScanProperties.scanRulesetType
serverEndpoint
The endpoint of the Azure MySQL server.
serverEndpoint?: string
Property Value
string
Inherited From AzureMySqlScanProperties.serverEndpoint
workers
The number of workers of the scan.
workers?: number
Property Value
number
Inherited From AzureMySqlScanProperties.workers