Share via


ScanResultWithIngestionOutput interface

The scan result with ingestion.

Properties

dataSourceType

The data source type.

diagnostics

The scan diagnostics.

discoveryExecutionDetails

The discovery execution details.

endTime

The scan end time.

error

The error.

errorMessage

The error message.

id

The scan result identifier.

ingestionExecutionDetails

The ingestion execution details.

ingestionJobId

The ingestion job identifier.

parentId

The parent scan result identifier.

resourceId

The resource identifier.

runType

The run type.

scanLevelType

Scan level type.

scanRulesetType

The scan ruleset type.

scanRulesetVersion

The scan ruleset version.

startTime

The scan start time.

status

The scan result status.

Property Details

dataSourceType

The data source type.

dataSourceType?: "None" | "Fabric" | "AzureSubscription" | "AzureResourceGroup" | "AzureSynapseWorkspace" | "AzureSynapse" | "AdlsGen1" | "AdlsGen2" | "AmazonAccount" | "AmazonS3" | "AmazonSql" | "AzureCosmosDb" | "AzureDataExplorer" | "AzureFileService" | "AzureSqlDatabase" | "ArcEnabledSqlServer" | "AmazonPostgreSql" | "AzurePostgreSql" | "Databricks" | "SqlServerDatabase" | "AzureSqlDatabaseManagedInstance" | "AzureSqlDataWarehouse" | "AzureMySql" | "Hdfs" | "TableauServer" | "AzureStorage" | "Teradata" | "Oracle" | "PostgreSql" | "AmazonRedShift" | "DatabricksHms" | "SapS4Hana" | "SapEcc" | "Snowflake" | "PowerBI" | "Trident" | "Dataverse" | "DatabricksUnityCatalog"

Property Value

"None" | "Fabric" | "AzureSubscription" | "AzureResourceGroup" | "AzureSynapseWorkspace" | "AzureSynapse" | "AdlsGen1" | "AdlsGen2" | "AmazonAccount" | "AmazonS3" | "AmazonSql" | "AzureCosmosDb" | "AzureDataExplorer" | "AzureFileService" | "AzureSqlDatabase" | "ArcEnabledSqlServer" | "AmazonPostgreSql" | "AzurePostgreSql" | "Databricks" | "SqlServerDatabase" | "AzureSqlDatabaseManagedInstance" | "AzureSqlDataWarehouse" | "AzureMySql" | "Hdfs" | "TableauServer" | "AzureStorage" | "Teradata" | "Oracle" | "PostgreSql" | "AmazonRedShift" | "DatabricksHms" | "SapS4Hana" | "SapEcc" | "Snowflake" | "PowerBI" | "Trident" | "Dataverse" | "DatabricksUnityCatalog"

diagnostics

The scan diagnostics.

diagnostics?: ScanDiagnosticsOutput

Property Value

discoveryExecutionDetails

The discovery execution details.

discoveryExecutionDetails?: DiscoveryExecutionDetailsOutput

Property Value

endTime

The scan end time.

endTime?: string

Property Value

string

error

The error.

error?: ErrorModelOutput

Property Value

errorMessage

The error message.

errorMessage?: string

Property Value

string

id

The scan result identifier.

id?: string

Property Value

string

ingestionExecutionDetails

The ingestion execution details.

ingestionExecutionDetails?: IngestionExecutionDetailsOutput

Property Value

ingestionJobId

The ingestion job identifier.

ingestionJobId?: string

Property Value

string

parentId

The parent scan result identifier.

parentId?: string

Property Value

string

resourceId

The resource identifier.

resourceId?: string

Property Value

string

runType

The run type.

runType?: string

Property Value

string

scanLevelType

Scan level type.

scanLevelType?: "Full" | "Incremental"

Property Value

"Full" | "Incremental"

scanRulesetType

The scan ruleset type.

scanRulesetType?: "System" | "Custom"

Property Value

"System" | "Custom"

scanRulesetVersion

The scan ruleset version.

scanRulesetVersion?: number

Property Value

number

startTime

The scan start time.

startTime?: string

Property Value

string

status

The scan result status.

status?: "Accepted" | "InProgress" | "TransientFailure" | "Succeeded" | "Failed" | "Canceled"

Property Value

"Accepted" | "InProgress" | "TransientFailure" | "Succeeded" | "Failed" | "Canceled"