ScanResultWithIngestionOutput interface
The scan result with ingestion.
Properties
| data |
The data source type. |
| diagnostics | The scan diagnostics. |
| discovery |
The discovery execution details. |
| end |
The scan end time. |
| error | The error. |
| error |
The error message. |
| id | The scan result identifier. |
| ingestion |
The ingestion execution details. |
| ingestion |
The ingestion job identifier. |
| parent |
The parent scan result identifier. |
| resource |
The resource identifier. |
| run |
The run type. |
| scan |
Scan level type. |
| scan |
The scan ruleset type. |
| scan |
The scan ruleset version. |
| start |
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
discoveryExecutionDetails
The discovery execution details.
discoveryExecutionDetails?: DiscoveryExecutionDetailsOutput
Property Value
endTime
The scan end time.
endTime?: string
Property Value
string
error
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"