共用方式為


Scan Rulesets - List

清單 資料目錄中的掃描規則集。

GET {endpoint}/scan/scanrulesets?api-version=2023-09-01

URI 參數

名稱 位於 必要 類型 Description
endpoint
path True

string

url

purview 帳戶的掃描端點。 範例:https://{accountName}.purview.azure.com。

api-version
query True

string

要使用的 API 版本。

回應

名稱 類型 Description
200 OK

ScanRulesetList

成功。

Other Status Codes

ErrorResponseModel

從掃描服務收到的錯誤回應。

標題

x-ms-error-code: string

安全性

azure_auth

Azure Active Directory OAuth2 Flow。

類型: oauth2
Flow: implicit
授權 URL: https://login.microsoftonline.com/common/oauth2/authorize

範圍

名稱 Description
user_impersonation 模擬您的用戶帳戶

範例

ScanRulesets_List

範例要求

GET {endpoint}/scan/scanrulesets?api-version=2023-09-01

範例回覆

x-ms-request-id: d5496da4-9c52-402f-b067-83cc9ddea888
{
  "count": 2,
  "nextLink": null,
  "value": [
    {
      "name": "ScanRuleset1",
      "kind": "AzureStorage"
    },
    {
      "name": "ScanRuleset2",
      "kind": "AzureStorage"
    }
  ]
}

定義

名稱 Description
AdlsGen1ScanRuleset

ADLS Gen1 掃描規則集。

AdlsGen1ScanRulesetProperties

ADLS Gen1 掃描規則集屬性。

AdlsGen2ScanRuleset

Adls gen 2 掃描規則集。

AdlsGen2ScanRulesetProperties

Adls gen 2 掃描規則集屬性。

AmazonAccountScanRuleset

Amazon 帳戶掃描規則集。

AmazonAccountScanRulesetProperties

Amazon 帳戶掃描規則集屬性。

AmazonPostgreSqlScanRuleset

Azure Postgre SQL 掃描規則集。

AmazonPostgreSqlScanRulesetProperties

Azure Postgre SQL 掃描規則集屬性。

AmazonS3ScanRuleset

Amazon S3 掃描規則集。

AmazonS3ScanRulesetProperties

Amazon S3 掃描規則集屬性。

AmazonSqlScanRuleset

Amazon SQL 掃描規則集。

AmazonSqlScanRulesetProperties

Amazon SQL 掃描規則集屬性。

AzureCosmosDbScanRuleset

Azure Cosmos DB 掃描規則集。

AzureCosmosDbScanRulesetProperties

Azure Cosmos DB 掃描規則集屬性。

AzureDataExplorerScanRuleset

Azure 數據總管掃描規則集。

AzureDataExplorerScanRulesetProperties

Azure 資料總管掃描規則集屬性。

AzureFileServiceScanRuleset

Azure 檔案服務掃描規則集。

AzureFileServiceScanRulesetProperties

Azure 檔案服務掃描規則集屬性。

AzureMySqlScanRuleset

Azure MySQL 掃描規則集。

AzureMySqlScanRulesetProperties

Azure MySQL 掃描規則集屬性。

AzurePostgreSqlScanRuleset

Azure Postgre SQL 掃描規則集。

AzurePostgreSqlScanRulesetProperties

Azure Postgre SQL 掃描規則集屬性。

AzureResourceGroupScanRuleset

Azure 資源群組掃描規則集。

AzureResourceGroupScanRulesetProperties

Azure 資源群組掃描規則集屬性。

AzureSqlDatabaseManagedInstanceScanRuleset

Azure SQL 資料庫受控實例掃描規則集。

AzureSqlDatabaseManagedInstanceScanRulesetProperties

Azure SQL db 受控實例掃描規則集屬性。

AzureSqlDatabaseScanRuleset

Azure SQL 資料庫掃描規則集。

AzureSqlDatabaseScanRulesetProperties

Azure SQL 資料庫掃描規則集屬性。

AzureSqlDataWarehouseScanRuleset

Azure SQL 數據倉儲掃描規則集。

AzureSqlDataWarehouseScanRulesetProperties

Azure SQL 數據倉儲掃描規則集屬性。

AzureStorageScanRuleset

Azure 記憶體掃描規則集。

AzureStorageScanRulesetProperties

Azure 記憶體掃描規則集屬性。

AzureSubscriptionScanRuleset

Azure 訂用帳戶掃描規則集。

AzureSubscriptionScanRulesetProperties

Azure 訂用帳戶掃描規則集屬性。

AzureSynapseScanRuleset

Azure synapse 掃描規則集。

AzureSynapseScanRulesetProperties

Azure synapse 掃描規則集屬性。

AzureSynapseWorkspaceScanRuleset

Azure synapse 工作區掃描規則集。

AzureSynapseWorkspaceScanRulesetProperties

Azure synapse 工作區掃描規則集屬性。

CustomFileExtension

自定義擴展名。

CustomFileType

自訂檔案類型。

DataSourceType

數據源類型。

ErrorModel

錯誤模型。

ErrorResponseModel

錯誤回應模型。

FileExtensionsType

自訂檔案類型的內建檔類型。

OracleScanRuleset

Oracle 掃描規則集。

OracleScanRulesetProperties

Oracle 掃描規則集屬性。

PowerBIScanRuleset

Power BI 掃描規則集。

PowerBIScanRulesetProperties

Power BI 掃描規則集屬性。

SapEccScanRuleset

SAP ECC 掃描規則集。

SapEccScanRulesetProperties

SAP ECC 掃描規則集屬性。

SapS4HanaScanRuleset

SAP S/4HANA 掃描規則集。

SapS4HanaScanRulesetProperties

SAP S/4HANA 掃描規則集屬性。

ScanningRule

掃描規則。

ScanRulesetList

掃描規則集的清單。

ScanRulesetStatus

版本設定掃描規則集屬性的狀態。

ScanRulesetType

掃描規則集類型。

SqlServerDatabaseScanRuleset

Sql Server 資料庫掃描規則集。

SqlServerDatabaseScanRulesetProperties

Sql Server 資料庫掃描規則集屬性。

TeradataScanRuleset

Teradata 掃描規則集。

TeradataScanRulesetProperties

Teradata 掃描規則集屬性。

AdlsGen1ScanRuleset

ADLS Gen1 掃描規則集。

名稱 類型 Description
id

string

資源標識碼。

kind string:

AdlsGen1

數據源類型。

name

string

資源名稱。

properties

AdlsGen1ScanRulesetProperties

ADLS Gen1 掃描規則集屬性。

scanRulesetType

ScanRulesetType

已設定版本的掃描規則集屬性。

status

ScanRulesetStatus

已設定版本的掃描規則集屬性的狀態。

version

integer

版本設定版本的掃描規則集屬性。

AdlsGen1ScanRulesetProperties

ADLS Gen1 掃描規則集屬性。

名稱 類型 Description
createdAt

string

建立掃描規則集的時間。

description

string

excludedSystemClassifications

string[]

從掃描規則集排除的系統分類。

includedCustomClassificationRuleNames

string[]

掃描規則集中包含的自定義分類規則名稱。

lastModifiedAt

string

上次修改掃描規則集的時間。

scanningRule

ScanningRule

掃描規則掃描規則集的掃描規則。

AdlsGen2ScanRuleset

Adls gen 2 掃描規則集。

名稱 類型 Description
id

string

資源標識碼。

kind string:

AdlsGen2

數據源類型。

name

string

資源名稱。

properties

AdlsGen2ScanRulesetProperties

Adls gen 2 掃描規則集屬性。

scanRulesetType

ScanRulesetType

已設定版本的掃描規則集屬性。

status

ScanRulesetStatus

已設定版本的掃描規則集屬性的狀態。

version

integer

版本設定版本的掃描規則集屬性。

AdlsGen2ScanRulesetProperties

Adls gen 2 掃描規則集屬性。

名稱 類型 Description
createdAt

string

建立掃描規則集的時間。

description

string

excludedSystemClassifications

string[]

從掃描規則集排除的系統分類。

includedCustomClassificationRuleNames

string[]

掃描規則集中包含的自定義分類規則名稱。

lastModifiedAt

string

上次修改掃描規則集的時間。

scanningRule

ScanningRule

掃描規則掃描規則集的掃描規則。

AmazonAccountScanRuleset

Amazon 帳戶掃描規則集。

名稱 類型 Description
id

string

資源標識碼。

kind string:

AmazonAccount

數據源類型。

name

string

資源名稱。

properties

AmazonAccountScanRulesetProperties

Amazon 帳戶掃描規則集屬性。

scanRulesetType

ScanRulesetType

已設定版本的掃描規則集屬性。

status

ScanRulesetStatus

已設定版本的掃描規則集屬性的狀態。

version

integer

版本設定版本的掃描規則集屬性。

AmazonAccountScanRulesetProperties

Amazon 帳戶掃描規則集屬性。

名稱 類型 Description
createdAt

string

建立掃描規則集的時間。

description

string

excludedSystemClassifications

string[]

從掃描規則集排除的系統分類。

includedCustomClassificationRuleNames

string[]

掃描規則集中包含的自定義分類規則名稱。

lastModifiedAt

string

上次修改掃描規則集的時間。

AmazonPostgreSqlScanRuleset

Azure Postgre SQL 掃描規則集。

名稱 類型 Description
id

string

資源標識碼。

kind string:

AmazonPostgreSql

數據源類型。

name

string

資源名稱。

properties

AmazonPostgreSqlScanRulesetProperties

Azure Postgre SQL 掃描規則集屬性。

scanRulesetType

ScanRulesetType

版本化掃描規則集屬性。

status

ScanRulesetStatus

版本設定掃描規則集屬性的狀態。

version

integer

版本設定版本的掃描規則集屬性。

AmazonPostgreSqlScanRulesetProperties

Azure Postgre SQL 掃描規則集屬性。

名稱 類型 Description
createdAt

string

建立掃描規則集的時間。

description

string

excludedSystemClassifications

string[]

從掃描規則集排除的系統分類。

includedCustomClassificationRuleNames

string[]

掃描規則集中包含的自定義分類規則名稱。

lastModifiedAt

string

上次修改掃描規則集的時間。

AmazonS3ScanRuleset

Amazon S3 掃描規則集。

名稱 類型 Description
id

string

資源標識碼。

kind string:

AmazonS3

數據源類型。

name

string

資源名稱。

properties

AmazonS3ScanRulesetProperties

Amazon S3 掃描規則集屬性。

scanRulesetType

ScanRulesetType

已設定版本的掃描規則集屬性。

status

ScanRulesetStatus

已設定版本的掃描規則集屬性的狀態。

version

integer

版本設定版本的掃描規則集屬性。

AmazonS3ScanRulesetProperties

Amazon S3 掃描規則集屬性。

名稱 類型 Description
createdAt

string

建立掃描規則集的時間。

description

string

excludedSystemClassifications

string[]

從掃描規則集排除的系統分類。

includedCustomClassificationRuleNames

string[]

掃描規則集中包含的自定義分類規則名稱。

lastModifiedAt

string

上次修改掃描規則集的時間。

scanningRule

ScanningRule

掃描規則掃描規則集的掃描規則。

AmazonSqlScanRuleset

Amazon SQL 掃描規則集。

名稱 類型 Description
id

string

資源標識碼。

kind string:

AmazonSql

數據源類型。

name

string

資源名稱。

properties

AmazonSqlScanRulesetProperties

Amazon SQL 掃描規則集屬性。

scanRulesetType

ScanRulesetType

已設定版本的掃描規則集屬性。

status

ScanRulesetStatus

已設定版本的掃描規則集屬性的狀態。

version

integer

版本設定版本的掃描規則集屬性。

AmazonSqlScanRulesetProperties

Amazon SQL 掃描規則集屬性。

名稱 類型 Description
createdAt

string

建立掃描規則集的時間。

description

string

excludedSystemClassifications

string[]

從掃描規則集排除的系統分類。

includedCustomClassificationRuleNames

string[]

掃描規則集中包含的自定義分類規則名稱。

lastModifiedAt

string

上次修改掃描規則集的時間。

AzureCosmosDbScanRuleset

Azure Cosmos DB 掃描規則集。

名稱 類型 Description
id

string

資源標識碼。

kind string:

AzureCosmosDb

數據源類型。

name

string

資源名稱。

properties

AzureCosmosDbScanRulesetProperties

Azure Cosmos DB 掃描規則集屬性。

scanRulesetType

ScanRulesetType

已設定版本的掃描規則集屬性。

status

ScanRulesetStatus

已設定版本的掃描規則集屬性的狀態。

version

integer

版本設定版本的掃描規則集屬性。

AzureCosmosDbScanRulesetProperties

Azure Cosmos DB 掃描規則集屬性。

名稱 類型 Description
createdAt

string

建立掃描規則集的時間。

description

string

excludedSystemClassifications

string[]

從掃描規則集排除的系統分類。

includedCustomClassificationRuleNames

string[]

掃描規則集中包含的自定義分類規則名稱。

lastModifiedAt

string

上次修改掃描規則集的時間。

AzureDataExplorerScanRuleset

Azure 數據總管掃描規則集。

名稱 類型 Description
id

string

資源標識碼。

kind string:

AzureDataExplorer

數據源類型。

name

string

資源名稱。

properties

AzureDataExplorerScanRulesetProperties

Azure 資料總管掃描規則集屬性。

scanRulesetType

ScanRulesetType

已設定版本的掃描規則集屬性。

status

ScanRulesetStatus

已設定版本的掃描規則集屬性的狀態。

version

integer

版本設定版本的掃描規則集屬性。

AzureDataExplorerScanRulesetProperties

Azure 資料總管掃描規則集屬性。

名稱 類型 Description
createdAt

string

建立掃描規則集的時間。

description

string

excludedSystemClassifications

string[]

從掃描規則集排除的系統分類。

includedCustomClassificationRuleNames

string[]

掃描規則集中包含的自定義分類規則名稱。

lastModifiedAt

string

上次修改掃描規則集的時間。

AzureFileServiceScanRuleset

Azure 檔案服務掃描規則集。

名稱 類型 Description
id

string

資源標識碼。

kind string:

AzureFileService

數據源類型。

name

string

資源名稱。

properties

AzureFileServiceScanRulesetProperties

Azure 檔案服務掃描規則集屬性。

scanRulesetType

ScanRulesetType

版本化掃描規則集屬性。

status

ScanRulesetStatus

版本設定掃描規則集屬性的狀態。

version

integer

版本設定版本的掃描規則集屬性。

AzureFileServiceScanRulesetProperties

Azure 檔案服務掃描規則集屬性。

名稱 類型 Description
createdAt

string

建立掃描規則集的時間。

description

string

excludedSystemClassifications

string[]

從掃描規則集排除的系統分類。

includedCustomClassificationRuleNames

string[]

掃描規則集中包含的自定義分類規則名稱。

lastModifiedAt

string

上次修改掃描規則集的時間。

scanningRule

ScanningRule

掃描規則掃描規則集的掃描規則。

AzureMySqlScanRuleset

Azure MySQL 掃描規則集。

名稱 類型 Description
id

string

資源標識碼。

kind string:

AzureMySql

數據源類型。

name

string

資源名稱。

properties

AzureMySqlScanRulesetProperties

Azure MySQL 掃描規則集屬性。

scanRulesetType

ScanRulesetType

版本化掃描規則集屬性。

status

ScanRulesetStatus

版本設定掃描規則集屬性的狀態。

version

integer

版本設定版本的掃描規則集屬性。

AzureMySqlScanRulesetProperties

Azure MySQL 掃描規則集屬性。

名稱 類型 Description
createdAt

string

建立掃描規則集的時間。

description

string

excludedSystemClassifications

string[]

從掃描規則集排除的系統分類。

includedCustomClassificationRuleNames

string[]

掃描規則集中所包含的自定義分類規則名稱。

lastModifiedAt

string

上次修改掃描規則集的時間。

AzurePostgreSqlScanRuleset

Azure Postgre SQL 掃描規則集。

名稱 類型 Description
id

string

資源標識碼。

kind string:

AzurePostgreSql

數據源類型。

name

string

資源名稱。

properties

AzurePostgreSqlScanRulesetProperties

Azure Postgre SQL 掃描規則集屬性。

scanRulesetType

ScanRulesetType

版本化掃描規則集屬性。

status

ScanRulesetStatus

版本設定掃描規則集屬性的狀態。

version

integer

版本設定版本的掃描規則集屬性。

AzurePostgreSqlScanRulesetProperties

Azure Postgre SQL 掃描規則集屬性。

名稱 類型 Description
createdAt

string

建立掃描規則集的時間。

description

string

excludedSystemClassifications

string[]

從掃描規則集排除的系統分類。

includedCustomClassificationRuleNames

string[]

掃描規則集中包含的自定義分類規則名稱。

lastModifiedAt

string

上次修改掃描規則集的時間。

AzureResourceGroupScanRuleset

Azure 資源群組掃描規則集。

名稱 類型 Description
id

string

資源標識碼。

kind string:

AzureResourceGroup

數據源類型。

name

string

資源名稱。

properties

AzureResourceGroupScanRulesetProperties

Azure 資源群組掃描規則集屬性。

scanRulesetType

ScanRulesetType

已設定版本的掃描規則集屬性。

status

ScanRulesetStatus

已設定版本的掃描規則集屬性的狀態。

version

integer

版本設定版本的掃描規則集屬性。

AzureResourceGroupScanRulesetProperties

Azure 資源群組掃描規則集屬性。

名稱 類型 Description
createdAt

string

建立掃描規則集的時間。

description

string

excludedSystemClassifications

string[]

從掃描規則集排除的系統分類。

includedCustomClassificationRuleNames

string[]

掃描規則集中包含的自定義分類規則名稱。

lastModifiedAt

string

上次修改掃描規則集的時間。

AzureSqlDatabaseManagedInstanceScanRuleset

Azure SQL 資料庫受控實例掃描規則集。

名稱 類型 Description
id

string

資源標識碼。

kind string:

AzureSqlDatabaseManagedInstance

數據源類型。

name

string

資源名稱。

properties

AzureSqlDatabaseManagedInstanceScanRulesetProperties

Azure SQL 資料庫受控實例掃描規則集屬性。

scanRulesetType

ScanRulesetType

版本化掃描規則集屬性。

status

ScanRulesetStatus

版本設定掃描規則集屬性的狀態。

version

integer

版本設定版本的掃描規則集屬性。

AzureSqlDatabaseManagedInstanceScanRulesetProperties

Azure SQL db 受控實例掃描規則集屬性。

名稱 類型 Description
createdAt

string

建立掃描規則集的時間。

description

string

excludedSystemClassifications

string[]

從掃描規則集排除的系統分類。

includedCustomClassificationRuleNames

string[]

掃描規則集中所包含的自定義分類規則名稱。

lastModifiedAt

string

上次修改掃描規則集的時間。

AzureSqlDatabaseScanRuleset

Azure SQL 資料庫掃描規則集。

名稱 類型 Description
id

string

資源標識碼。

kind string:

AzureSqlDatabase

數據源類型。

name

string

資源名稱。

properties

AzureSqlDatabaseScanRulesetProperties

Azure SQL 資料庫掃描規則集屬性。

scanRulesetType

ScanRulesetType

版本化掃描規則集屬性。

status

ScanRulesetStatus

版本設定掃描規則集屬性的狀態。

version

integer

版本設定版本的掃描規則集屬性。

AzureSqlDatabaseScanRulesetProperties

Azure SQL 資料庫掃描規則集屬性。

名稱 類型 Description
createdAt

string

建立掃描規則集的時間。

description

string

excludedSystemClassifications

string[]

從掃描規則集排除的系統分類。

includedCustomClassificationRuleNames

string[]

掃描規則集中包含的自定義分類規則名稱。

lastModifiedAt

string

上次修改掃描規則集的時間。

AzureSqlDataWarehouseScanRuleset

Azure SQL 數據倉儲掃描規則集。

名稱 類型 Description
id

string

資源標識碼。

kind string:

AzureSqlDataWarehouse

數據源類型。

name

string

資源名稱。

properties

AzureSqlDataWarehouseScanRulesetProperties

Azure SQL 數據倉儲掃描規則集屬性。

scanRulesetType

ScanRulesetType

版本化掃描規則集屬性。

status

ScanRulesetStatus

版本設定掃描規則集屬性的狀態。

version

integer

版本設定版本的掃描規則集屬性。

AzureSqlDataWarehouseScanRulesetProperties

Azure SQL 數據倉儲掃描規則集屬性。

名稱 類型 Description
createdAt

string

建立掃描規則集的時間。

description

string

excludedSystemClassifications

string[]

從掃描規則集排除的系統分類。

includedCustomClassificationRuleNames

string[]

掃描規則集中所包含的自定義分類規則名稱。

lastModifiedAt

string

上次修改掃描規則集的時間。

AzureStorageScanRuleset

Azure 記憶體掃描規則集。

名稱 類型 Description
id

string

資源標識碼。

kind string:

AzureStorage

數據源類型。

name

string

資源名稱。

properties

AzureStorageScanRulesetProperties

Azure 記憶體掃描規則集屬性。

scanRulesetType

ScanRulesetType

版本化掃描規則集屬性。

status

ScanRulesetStatus

版本設定掃描規則集屬性的狀態。

version

integer

版本設定版本的掃描規則集屬性。

AzureStorageScanRulesetProperties

Azure 記憶體掃描規則集屬性。

名稱 類型 Description
createdAt

string

建立掃描規則集的時間。

description

string

excludedSystemClassifications

string[]

從掃描規則集排除的系統分類。

includedCustomClassificationRuleNames

string[]

掃描規則集中所包含的自定義分類規則名稱。

lastModifiedAt

string

上次修改掃描規則集的時間。

scanningRule

ScanningRule

掃描規則掃描規則集的掃描規則。

AzureSubscriptionScanRuleset

Azure 訂用帳戶掃描規則集。

名稱 類型 Description
id

string

資源標識碼。

kind string:

AzureSubscription

數據源類型。

name

string

資源名稱。

properties

AzureSubscriptionScanRulesetProperties

Azure 訂用帳戶掃描規則集屬性。

scanRulesetType

ScanRulesetType

已設定版本的掃描規則集屬性。

status

ScanRulesetStatus

已設定版本的掃描規則集屬性的狀態。

version

integer

版本設定版本的掃描規則集屬性。

AzureSubscriptionScanRulesetProperties

Azure 訂用帳戶掃描規則集屬性。

名稱 類型 Description
createdAt

string

建立掃描規則集的時間。

description

string

excludedSystemClassifications

string[]

從掃描規則集排除的系統分類。

includedCustomClassificationRuleNames

string[]

掃描規則集中包含的自定義分類規則名稱。

lastModifiedAt

string

上次修改掃描規則集的時間。

AzureSynapseScanRuleset

Azure synapse 掃描規則集。

名稱 類型 Description
id

string

資源標識碼。

kind string:

AzureSynapse

數據源類型。

name

string

資源名稱。

properties

AzureSynapseScanRulesetProperties

Azure synapse 掃描規則集屬性。

scanRulesetType

ScanRulesetType

已設定版本的掃描規則集屬性。

status

ScanRulesetStatus

已設定版本的掃描規則集屬性的狀態。

version

integer

版本設定版本的掃描規則集屬性。

AzureSynapseScanRulesetProperties

Azure synapse 掃描規則集屬性。

名稱 類型 Description
createdAt

string

建立掃描規則集的時間。

description

string

excludedSystemClassifications

string[]

從掃描規則集排除的系統分類。

includedCustomClassificationRuleNames

string[]

掃描規則集中包含的自定義分類規則名稱。

lastModifiedAt

string

上次修改掃描規則集的時間。

AzureSynapseWorkspaceScanRuleset

Azure synapse 工作區掃描規則集。

名稱 類型 Description
id

string

資源標識碼。

kind string:

AzureSynapseWorkspace

數據源類型。

name

string

資源名稱。

properties

AzureSynapseWorkspaceScanRulesetProperties

Azure synapse 工作區掃描規則集屬性。

scanRulesetType

ScanRulesetType

已設定版本的掃描規則集屬性。

status

ScanRulesetStatus

已設定版本的掃描規則集屬性的狀態。

version

integer

版本設定版本的掃描規則集屬性。

AzureSynapseWorkspaceScanRulesetProperties

Azure synapse 工作區掃描規則集屬性。

名稱 類型 Description
createdAt

string

建立掃描規則集的時間。

description

string

excludedSystemClassifications

string[]

從掃描規則集排除的系統分類。

includedCustomClassificationRuleNames

string[]

掃描規則集中包含的自定義分類規則名稱。

lastModifiedAt

string

上次修改掃描規則集的時間。

CustomFileExtension

自定義擴展名。

名稱 類型 Description
customFileType

CustomFileType

自訂擴展名的自定義檔案類型。

description

string

自定義擴展名的描述。

enabled

boolean

旗標,指出是否啟用自定義擴展名。

fileExtension

string

自定義擴展名的擴展名。

CustomFileType

自訂檔案類型。

名稱 類型 Description
builtInType

FileExtensionsType

自訂檔案類型的內建檔類型。

customDelimiter

string

自訂檔案類型的自定義分隔符。

DataSourceType

數據源類型。

名稱 類型 Description
AdlsGen1

string

AdlsGen2

string

AmazonAccount

string

AmazonPostgreSql

string

AmazonRedShift

string

AmazonS3

string

AmazonSql

string

ArcEnabledSqlServer

string

AzureCosmosDb

string

AzureDataExplorer

string

AzureFileService

string

AzureMySql

string

AzurePostgreSql

string

AzureResourceGroup

string

AzureSqlDataWarehouse

string

AzureSqlDatabase

string

AzureSqlDatabaseManagedInstance

string

AzureStorage

string

AzureSubscription

string

AzureSynapse

string

AzureSynapseWorkspace

string

Databricks

string

DatabricksHms

string

DatabricksUnityCatalog

string

Dataverse

string

Fabric

string

Hdfs

string

None

string

Oracle

string

PostgreSql

string

PowerBI

string

SapEcc

string

SapS4Hana

string

Snowflake

string

SqlServerDatabase

string

TableauServer

string

Teradata

string

Trident

string

ErrorModel

錯誤模型。

名稱 類型 Description
code

string

識別特定錯誤的唯一錯誤碼。

details

ErrorModel[]

巢狀 ErrorModel 物件的數位,可提供其他錯誤詳細數據。

message

string

人類可讀取的錯誤訊息,可提供錯誤的詳細數據。

target

string

錯誤相關聯的特定元件。

ErrorResponseModel

錯誤回應模型。

名稱 類型 Description
error

ErrorModel

錯誤模型。

FileExtensionsType

自訂檔案類型的內建檔類型。

名稱 類型 Description
AVRO

string

CSV

string

DOC

string

DOCM

string

DOCX

string

DOT

string

Documents

string

GZ

string

JSON

string

ODP

string

ODS

string

ODT

string

ORC

string

PARQUET

string

PDF

string

POT

string

PPS

string

PPSX

string

PPT

string

PPTM

string

PPTX

string

PSV

string

SSV

string

TSV

string

TXT

string

XLC

string

XLS

string

XLSB

string

XLSM

string

XLSX

string

XLT

string

XML

string

OracleScanRuleset

Oracle 掃描規則集。

名稱 類型 Description
id

string

資源標識碼。

kind string:

Oracle

數據源類型。

name

string

資源名稱。

properties

OracleScanRulesetProperties

Oracle 掃描規則集屬性。

scanRulesetType

ScanRulesetType

版本化掃描規則集屬性。

status

ScanRulesetStatus

版本設定掃描規則集屬性的狀態。

version

integer

版本設定版本的掃描規則集屬性。

OracleScanRulesetProperties

Oracle 掃描規則集屬性。

名稱 類型 Description
createdAt

string

建立掃描規則集的時間。

description

string

excludedSystemClassifications

string[]

從掃描規則集排除的系統分類。

includedCustomClassificationRuleNames

string[]

掃描規則集中所包含的自定義分類規則名稱。

lastModifiedAt

string

上次修改掃描規則集的時間。

scanningRule

ScanningRule

掃描規則掃描規則集的掃描規則。

PowerBIScanRuleset

Power BI 掃描規則集。

名稱 類型 Description
id

string

資源標識碼。

kind string:

PowerBI

數據源類型。

name

string

資源名稱。

properties

PowerBIScanRulesetProperties

Power BI 掃描規則集屬性。

scanRulesetType

ScanRulesetType

版本化掃描規則集屬性。

status

ScanRulesetStatus

版本設定掃描規則集屬性的狀態。

version

integer

版本設定版本的掃描規則集屬性。

PowerBIScanRulesetProperties

Power BI 掃描規則集屬性。

名稱 類型 Description
createdAt

string

建立掃描規則集的時間。

description

string

excludedSystemClassifications

string[]

從掃描規則集排除的系統分類。

includedCustomClassificationRuleNames

string[]

掃描規則集中所包含的自定義分類規則名稱。

lastModifiedAt

string

上次修改掃描規則集的時間。

SapEccScanRuleset

SAP ECC 掃描規則集。

名稱 類型 Description
id

string

資源標識碼。

kind string:

SapEcc

數據源類型。

name

string

資源名稱。

properties

SapEccScanRulesetProperties

SAP ECC 掃描規則集屬性。

scanRulesetType

ScanRulesetType

版本化掃描規則集屬性。

status

ScanRulesetStatus

版本設定掃描規則集屬性的狀態。

version

integer

版本設定版本的掃描規則集屬性。

SapEccScanRulesetProperties

SAP ECC 掃描規則集屬性。

名稱 類型 Description
createdAt

string

建立掃描規則集的時間。

description

string

excludedSystemClassifications

string[]

從掃描規則集排除的系統分類。

includedCustomClassificationRuleNames

string[]

掃描規則集中所包含的自定義分類規則名稱。

lastModifiedAt

string

上次修改掃描規則集的時間。

SapS4HanaScanRuleset

SAP S/4HANA 掃描規則集。

名稱 類型 Description
id

string

資源標識碼。

kind string:

SapS4Hana

數據源類型。

name

string

資源名稱。

properties

SapS4HanaScanRulesetProperties

SAP S/4HANA 掃描規則集屬性。

scanRulesetType

ScanRulesetType

版本化掃描規則集屬性。

status

ScanRulesetStatus

版本設定掃描規則集屬性的狀態。

version

integer

版本設定版本的掃描規則集屬性。

SapS4HanaScanRulesetProperties

SAP S/4HANA 掃描規則集屬性。

名稱 類型 Description
createdAt

string

建立掃描規則集的時間。

description

string

excludedSystemClassifications

string[]

從掃描規則集排除的系統分類。

includedCustomClassificationRuleNames

string[]

掃描規則集中所包含的自定義分類規則名稱。

lastModifiedAt

string

上次修改掃描規則集的時間。

ScanningRule

掃描規則。

名稱 類型 Description
customFileExtensions

CustomFileExtension[]

掃描規則的自定義擴展名。

fileExtensions

FileExtensionsType[]

掃描規則的擴展名。

ScanRulesetList

掃描規則集的清單。

名稱 類型 Description
count

integer

掃描規則集的數目。

nextLink

string

如果有任何剩餘的結果存在,則為結果下一頁的連結。

value ScanRuleset[]:

掃描規則集的清單。

ScanRulesetStatus

版本設定掃描規則集屬性的狀態。

名稱 類型 Description
Disabled

string

Enabled

string

ScanRulesetType

掃描規則集類型。

名稱 類型 Description
Custom

string

掃描規則集類型為自定義

System

string

掃描規則集類型為系統預設值

SqlServerDatabaseScanRuleset

Sql Server 資料庫掃描規則集。

名稱 類型 Description
id

string

資源標識碼。

kind string:

SqlServerDatabase

數據源類型。

name

string

資源名稱。

properties

SqlServerDatabaseScanRulesetProperties

Sql Server 資料庫掃描規則集屬性。

scanRulesetType

ScanRulesetType

版本化掃描規則集屬性。

status

ScanRulesetStatus

版本設定掃描規則集屬性的狀態。

version

integer

版本設定版本的掃描規則集屬性。

SqlServerDatabaseScanRulesetProperties

Sql Server 資料庫掃描規則集屬性。

名稱 類型 Description
createdAt

string

建立掃描規則集的時間。

description

string

excludedSystemClassifications

string[]

從掃描規則集排除的系統分類。

includedCustomClassificationRuleNames

string[]

掃描規則集中包含的自定義分類規則名稱。

lastModifiedAt

string

上次修改掃描規則集的時間。

TeradataScanRuleset

Teradata 掃描規則集。

名稱 類型 Description
id

string

資源標識碼。

kind string:

Teradata

數據源類型。

name

string

資源名稱。

properties

TeradataScanRulesetProperties

Teradata 掃描規則集屬性。

scanRulesetType

ScanRulesetType

版本化掃描規則集屬性。

status

ScanRulesetStatus

版本設定掃描規則集屬性的狀態。

version

integer

版本設定版本的掃描規則集屬性。

TeradataScanRulesetProperties

Teradata 掃描規則集屬性。

名稱 類型 Description
createdAt

string

建立掃描規則集的時間。

description

string

excludedSystemClassifications

string[]

從掃描規則集排除的系統分類。

includedCustomClassificationRuleNames

string[]

掃描規則集中所包含的自定義分類規則名稱。

lastModifiedAt

string

上次修改掃描規則集的時間。

scanningRule

ScanningRule

掃描規則掃描規則集的掃描規則。