ScanResultWithIngestionOutput interface
インジェストを含むスキャン結果。
プロパティ
| data |
データ ソースの種類。 |
| diagnostics | スキャン診断。 |
| discovery |
検出の実行の詳細。 |
| end |
スキャンの終了時刻。 |
| error | エラー。 |
| error |
エラー メッセージ。 |
| id | スキャン結果識別子。 |
| ingestion |
インジェスト実行の詳細。 |
| ingestion |
インジェスト ジョブ識別子。 |
| parent |
親スキャン結果識別子。 |
| resource |
リソース識別子。 |
| run |
実行の種類。 |
| scan |
スキャン レベルの種類。 |
| scan |
スキャン ルール セットの種類。 |
| scan |
スキャン ルールセットのバージョン。 |
| start |
スキャンの開始時刻。 |
| status | スキャン結果の状態。 |
プロパティの詳細
dataSourceType
データ ソースの種類。
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"
プロパティ値
"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
検出の実行の詳細。
discoveryExecutionDetails?: DiscoveryExecutionDetailsOutput
プロパティ値
endTime
スキャンの終了時刻。
endTime?: string
プロパティ値
string
error
errorMessage
エラー メッセージ。
errorMessage?: string
プロパティ値
string
id
スキャン結果識別子。
id?: string
プロパティ値
string
ingestionExecutionDetails
インジェスト実行の詳細。
ingestionExecutionDetails?: IngestionExecutionDetailsOutput
プロパティ値
ingestionJobId
インジェスト ジョブ識別子。
ingestionJobId?: string
プロパティ値
string
parentId
親スキャン結果識別子。
parentId?: string
プロパティ値
string
resourceId
リソース識別子。
resourceId?: string
プロパティ値
string
runType
実行の種類。
runType?: string
プロパティ値
string
scanLevelType
スキャン レベルの種類。
scanLevelType?: "Full" | "Incremental"
プロパティ値
"Full" | "Incremental"
scanRulesetType
スキャン ルール セットの種類。
scanRulesetType?: "System" | "Custom"
プロパティ値
"System" | "Custom"
scanRulesetVersion
スキャン ルールセットのバージョン。
scanRulesetVersion?: number
プロパティ値
number
startTime
スキャンの開始時刻。
startTime?: string
プロパティ値
string
status
スキャン結果の状態。
status?: "Accepted" | "InProgress" | "TransientFailure" | "Succeeded" | "Failed" | "Canceled"
プロパティ値
"Accepted" | "InProgress" | "TransientFailure" | "Succeeded" | "Failed" | "Canceled"